fix logformat for older apache versions
authorIan Kelling <ian@iankelling.org>
Sat, 5 Nov 2016 06:27:49 +0000 (23:27 -0700)
committerIan Kelling <ian@iankelling.org>
Sat, 5 Nov 2016 06:27:49 +0000 (23:27 -0700)
apache-site

index 59e541b648dccfdfb04e0e756f48b9b2e1ca3b1c..f537369ea2b1c9355d3c95cced18e582c54036fc 100755 (executable)
@@ -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
 <VirtualHost *:80>
         ServerAdmin webmaster@localhost
         DocumentRoot /var/www/html