diff --git a/upd/switch_rpath.sh b/upd/switch_rpath.sh index 98dd1bd7..3b082049 100755 --- a/upd/switch_rpath.sh +++ b/upd/switch_rpath.sh @@ -27,6 +27,8 @@ for ip in $(ls /usr/local/vesta/data/ips); do done echo "" >> $conf +sed -i "s/LogFormat \"%h/LogFormat \"%a/g" /etc/apache2/apache2.conf + # Restarting apache /usr/sbin/apachectl restart > /dev/null 2>&1