ShareWiz Ultra Secure Server Setup

Apache Security

apache

Apache Security

Install Apache

Issue the following command:

sudo aptitude install apache2

top

Install Commonly Used Modules

Issue the following command:

sudo a2enmod rewrite

sudo a2enmod headers

sudo a2enmod expires

top

Restart Apache

To activate the modules, restart Apache

Issue the following command:

sudo /etc/init.d/apache restart

If everything is working correctly, the browsing to the server via the IP address should display a page claiming that the server is working.

top

Continue to the MySQL Security...