diff --git a/install.sh b/install.sh index a4d1c23..46141b6 100755 --- a/install.sh +++ b/install.sh @@ -74,6 +74,7 @@ sed -i "s|/var/www/html|/srv/www/html|g" /etc/apache2/sites-available/000-defau sed -i "s|/var/www/html|/srv/www/html|g" /etc/apache2/sites-available/default-ssl.conf ## double check this next one after getting full setup going w/ haproxy & varnish sed -i "s|%h %l %u|%a %l %u|g" /etc/apache2/apache2.conf +sed -i "s|other_vhosts_access.log|access.log|" /etc/apache2/conf-available/other-vhosts-access-log.conf rm /var/log/apache2/other_vhosts_access.log # configure security echo '' >> /etc/apache2/conf-available/security.conf