We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8632cc commit d95f001Copy full SHA for d95f001
1 file changed
upd/switch_rpath.sh
@@ -27,6 +27,8 @@ for ip in $(ls /usr/local/vesta/data/ips); do
27
done
28
echo "</IfModule>" >> $conf
29
30
+sed -i "s/LogFormat \"%h/LogFormat \"%a/g" /etc/apache2/apache2.conf
31
+
32
# Restarting apache
33
/usr/sbin/apachectl restart > /dev/null 2>&1
34
0 commit comments