diff --git a/Extra_Domains/Apache_Domain.sh b/Extra_Domains/Apache_Domain.sh index 1095881..bec7e7b 100644 --- a/Extra_Domains/Apache_Domain.sh +++ b/Extra_Domains/Apache_Domain.sh @@ -18,6 +18,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