about summary refs log tree commit homepage
path: root/lib/clogger/format.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clogger/format.rb')
-rw-r--r--lib/clogger/format.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/clogger/format.rb b/lib/clogger/format.rb
index 54fe766..6a63ce6 100644
--- a/lib/clogger/format.rb
+++ b/lib/clogger/format.rb
@@ -5,12 +5,12 @@ class Clogger
   # predefined log formats in wide use
   module Format
     # common log format used by Apache:
-    # http://httpd.apache.org/docs/2.2/logs.html
+    # https://httpd.apache.org/docs/2.4/logs.html
     Common = "$remote_addr - $remote_user [$time_local] " \
              '"$request" $status $response_length'
 
     # combined log format used by Apache:
-    # http://httpd.apache.org/docs/2.2/logs.html
+    # https://httpd.apache.org/docs/2.4/logs.html
     Combined = %Q|#{Common} "$http_referer" "$http_user_agent"|
 
     # combined log format used by nginx: