From b6d31ac103c53debe4ad59fd34f63c1ca1a5e846 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Fri, 4 Nov 2016 23:27:49 -0700 Subject: [PATCH] fix logformat for older apache versions --- apache-site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2