From 47977d487a4ad762902b0502f7291f6e465a21c2 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 3 Oct 2018 12:03:42 +0200 Subject: [PATCH] Update 'Apache-Installer.sh' --- Apache-Installer.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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