diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-26 17:22:39 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-26 17:22:39 +0000 |
commit | abe3708919079be6f073763db0a18ba3246394b3 (patch) | |
tree | 2a2d7010da6e3dee5c85304336079742f7e257f5 /russian/apache13/files | |
parent | Update to 0.7.1 and keep forbidden. (diff) |
Update to 1.3.23
PR: 34301
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=53792
Diffstat (limited to 'russian/apache13/files')
-rw-r--r-- | russian/apache13/files/patch-ag | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/russian/apache13/files/patch-ag b/russian/apache13/files/patch-ag index 80373fbcca63..e068c75b04a4 100644 --- a/russian/apache13/files/patch-ag +++ b/russian/apache13/files/patch-ag @@ -42,25 +42,4 @@ # # 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: - # -- #AddType application/x-httpd-php3 .php3 -- #AddType application/x-httpd-php3-source .phps -+ <IfModule mod_php3.c> -+ 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 - + |