# Global Apache configuration file DefaultRunUser www-data DefaultRunGroup www-data Timeout 300 ServerSignature Off ServerTokens Prod ServerRoot "/var/www/html" PidFile ${APACHE_PID_FILE} UserDir ${APACHE_HOMEDIR} ServerName "localhost" # Default directives for all directories Options FollowSymLinks AllowOverride All Require all granted # Default directives for Apache directory Options Indexes FollowSymLinks AllowOverride All Require all granted # Directory for serving content Options Indexes FollowSymLinks AllowOverride All Require all granted # Include all additional modules Include mods-enabled/*.load Include mods-enabled/*.conf # Include virtual hosts Include sites-enabled/*.conf