diff --git a/Apache-Installer.sh b/Apache-Installer.sh index 3580c46..43500f9 100644 --- a/Apache-Installer.sh +++ b/Apache-Installer.sh @@ -44,6 +44,12 @@ cat < /etc/apache2/sites-available/"$domain".conf ServerName $domain ServerAlias www.$domain DocumentRoot /var/www/$domain/html + + Options FollowSymLinks + AllowOverride All + Order allow,deny + Allow from all + ErrorLog \${APACHE_LOG_DIR}/error.log CustomLog \${APACHE_LOG_DIR}/access.log combined