From 68a8af5409ca927b0b748557193fca791ad8de7f Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Sat, 2 Oct 2021 14:54:19 -0700 Subject: [PATCH] other_vhosts_access.log > access.log --- install.sh | 1 + 1 file changed, 1 insertion(+) 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