diff options
Diffstat (limited to 'www/apache13-modssl/files/patch-ac')
-rw-r--r-- | www/apache13-modssl/files/patch-ac | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/www/apache13-modssl/files/patch-ac b/www/apache13-modssl/files/patch-ac index f042fad54b85..77973a5fa8e4 100644 --- a/www/apache13-modssl/files/patch-ac +++ b/www/apache13-modssl/files/patch-ac @@ -1,5 +1,5 @@ ---- conf/httpd.conf-dist.orig Thu Oct 18 13:57:36 2001 -+++ conf/httpd.conf-dist Thu Oct 18 13:58:20 2001 +--- conf/httpd.conf-dist.orig Thu Feb 7 23:50:37 2002 ++++ conf/httpd.conf-dist Thu Feb 7 23:50:38 2002 @@ -92,8 +92,8 @@ # server ignore these files altogether by using "/dev/null" (for Unix) or # "nul" (for Win32) for the arguments to the directives. @@ -53,25 +53,3 @@ # # Optionally add a line containing the server version and virtual host -@@ -779,13 +794,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 - |