Installing Apache

From Leechfinger
Jump to navigationJump to search

Installing apache

We will be installing apache2.

# apt install -y apache2 apache2-utils

Important modules

Here are the modules you will need to enable for apache.

# a2enmod rewrite
# a2enmod ssl
# a2enmod socache_shmcb
# a2enmod imagemap 
# a2enmod headers