diff options
Diffstat (limited to 'www/apache13+ipv6/files/patch-ag')
-rw-r--r-- | www/apache13+ipv6/files/patch-ag | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/apache13+ipv6/files/patch-ag b/www/apache13+ipv6/files/patch-ag new file mode 100644 index 000000000000..436f8f3f7d95 --- /dev/null +++ b/www/apache13+ipv6/files/patch-ag @@ -0,0 +1,20 @@ +--- conf/httpd.conf-dist.orig Thu May 6 00:17:59 1999 ++++ conf/httpd.conf-dist Fri Sep 3 15:42:56 1999 +@@ -467,7 +467,7 @@ + # define per-<VirtualHost> access logfiles, transactions will be + # logged therein and *not* in this file. + # +-CustomLog logs/access_log common ++#CustomLog logs/access_log common + + # + # If you would like to have agent and referer logfiles, uncomment the +@@ -480,7 +480,7 @@ + # If you prefer a single logfile with access, agent, and referer information + # (Combined Logfile Format) you can use the following directive. + # +-#CustomLog logs/access_log combined ++CustomLog logs/access_log combined + + # + # Optionally add a line containing the server version and virtual host |