From cfa00f01bbc24053f541604ac751cf0ad914c404 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Fri, 13 Apr 2001 04:43:48 +0000 Subject: Bring in Apache 2.0.16-beta. Just in time for the release... PR: 26410 Submitted by: Chang, Hye-Shik Repocopied by: asami --- www/apache2/files/patch-ag | 66 ---------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 www/apache2/files/patch-ag (limited to 'www/apache2/files/patch-ag') diff --git a/www/apache2/files/patch-ag b/www/apache2/files/patch-ag deleted file mode 100644 index 80373fbcca63..000000000000 --- a/www/apache2/files/patch-ag +++ /dev/null @@ -1,66 +0,0 @@ ---- 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 @@ - # directory index. Separate multiple entries with spaces. - # - -- DirectoryIndex index.html -+ -+ -+ DirectoryIndex index.php index.php3 index.html -+ -+ -+ DirectoryIndex index.php3 index.html -+ -+ -+ -+ -+ DirectoryIndex index.php index.html -+ -+ -+ DirectoryIndex index.html -+ -+ - - - # -@@ -473,7 +488,7 @@ - # define per- 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 -@@ -486,7 +501,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 -@@ -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 -+ -+ AddType application/x-httpd-php3 .php3 -+ AddType application/x-httpd-php3-source .php3s -+ - # - # And for PHP 4.x, use: - # -- #AddType application/x-httpd-php .php -- #AddType application/x-httpd-php-source .phps -+ -+ AddType application/x-httpd-php .php -+ AddType application/x-httpd-php-source .phps -+ - - AddType application/x-tar .tgz - -- cgit v1.2.3