1. Enable Apache Action by a2enmod actions
2. Enable Apache suexec by a2enmod suexec
3. Enable Apache Rewrte by a2enmod rewrite
1. Enable Apache Action by a2enmod actions
2. Enable Apache suexec by a2enmod suexec
3. Enable Apache Rewrte by a2enmod rewrite
sudo apt-get install mysql-server
apt-get install mysql-server-core-5.5
http://geroldm.com/2012/08/drupal-and-apachesolrtomcat-multi-core-setup-in-debianubuntu/
1. generate mysql5 hash value of mysql password
2. execute SET PASSWORD FOR ‘username’ = ‘*aa1420f182e88b9e5f874f6fbe7459291e8f4601’ in phpmyadmin
References
1. http://www.insidepro.com/hashes.php
2. http://stackoverflow.com/questions/4807072/windows-7-php-mysql-connection-issues
a2enmod rewrite
apt-get install apache2-suexec-custom
a2enmod actions
/sbin/iptables -A INPUT -p tcp --dport 22 -j ACCEPT /sbin/iptables -A OUTPUT -p tcp --sport 22 -j ACCEPT
1. fallocate -l 512M /swapfile
2. chmod 600 /swapfile
3. mkswap /swapfile
4. swapon /swapfile
5. Edit fstab file
/swapfile none swap defaults 0 0