summaryrefslogtreecommitdiff
path: root/www/apache13/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache13/files/patch-ag')
-rw-r--r--www/apache13/files/patch-ag38
1 files changed, 16 insertions, 22 deletions
diff --git a/www/apache13/files/patch-ag b/www/apache13/files/patch-ag
index 80373fbcca63..58c60812aa88 100644
--- a/www/apache13/files/patch-ag
+++ b/www/apache13/files/patch-ag
@@ -1,6 +1,6 @@
---- conf/httpd.conf-dist.orig Mon Feb 21 08:30:46 2000
-+++ conf/httpd.conf-dist Mon May 29 16:48:49 2000
-@@ -354,7 +354,22 @@
+--- conf/httpd.conf-dist.orig Wed Jan 9 19:05:31 2002
++++ conf/httpd.conf-dist Fri Jan 25 07:59:12 2002
+@@ -356,7 +356,22 @@
# directory index. Separate multiple entries with spaces.
#
<IfModule mod_dir.c>
@@ -24,7 +24,7 @@
</IfModule>
#
-@@ -473,7 +488,7 @@
+@@ -476,7 +491,7 @@
# define per-<VirtualHost> access logfiles, transactions will be
# logged therein and *not* in this file.
#
@@ -33,7 +33,7 @@
#
# If you would like to have agent and referer logfiles, uncomment the
-@@ -486,7 +501,7 @@
+@@ -489,7 +504,7 @@
# If you prefer a single logfile with access, agent, and referer information
# (Combined Logfile Format) you can use the following directive.
#
@@ -42,25 +42,19 @@
#
# Optionally add a line containing the server version and virtual host
-@@ -708,13 +723,17 @@
- # For example, the PHP 3.x module (not part of the Apache distribution - see
- # http://www.php.net) will typically use:
+@@ -759,6 +774,15 @@
#
-- #AddType application/x-httpd-php3 .php3
-- #AddType application/x-httpd-php3-source .phps
+ <IfModule mod_negotiation.c>
+ LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
++ </IfModule>
++
+ <IfModule mod_php3.c>
-+ AddType application/x-httpd-php3 .php3
-+ AddType application/x-httpd-php3-source .php3s
++ AddType application/x-httpd-php3 .php3
++ AddType application/x-httpd-php3-source .php3s
+ </IfModule>
- #
- # And for PHP 4.x, use:
- #
-- #AddType application/x-httpd-php .php
-- #AddType application/x-httpd-php-source .phps
+ <IfModule mod_php4.c>
-+ AddType application/x-httpd-php .php
-+ AddType application/x-httpd-php-source .phps
-+ </IfModule>
-
- AddType application/x-tar .tgz
++ AddType application/x-httpd-php .php
++ AddType application/x-httpd-php-source .phps
+ </IfModule>
+ #