From: Ian Kelling Date: Sat, 5 Nov 2016 06:27:49 +0000 (-0700) Subject: fix logformat for older apache versions X-Git-Url: https://iankelling.org/git/?p=basic-https-conf;a=commitdiff_plain;h=b6d31ac103c53debe4ad59fd34f63c1ca1a5e846 fix logformat for older apache versions --- diff --git a/apache-site b/apache-site index 59e541b..f537369 100755 --- a/apache-site +++ b/apache-site @@ -126,7 +126,7 @@ EOF dd of=/etc/apache2/sites-enabled/httpsredir.conf <<'EOF' # vhost_combined with %D (request time in microseconds) # this file is just a convenient place to drop it. -LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %{ms}T" vhost_time_combined +LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %D" vhost_time_combined ServerAdmin webmaster@localhost DocumentRoot /var/www/html