From 349cffc66f3973ae33d162b69aa4bf23c04ef2cb Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 9 Jan 2002 16:00:54 +0000 Subject: [PATCH] Consistency git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92783 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-nw.conf | 6 ------ docs/conf/httpd-std.conf | 2 +- docs/conf/httpd-win.conf | 6 ------ 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/conf/httpd-nw.conf b/docs/conf/httpd-nw.conf index 4f3fb92a96..45575f13d8 100644 --- a/docs/conf/httpd-nw.conf +++ b/docs/conf/httpd-nw.conf @@ -707,12 +707,6 @@ AddCharset shift_jis .sjis # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. # -# For example, the PHP3 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-tar .tgz # diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index a04bde4436..777189b133 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -785,7 +785,7 @@ AddCharset shift_jis .sjis # # AddType allows you to add to or override the MIME configuration # file mime.types for specific file types. - +# AddType application/x-tar .tgz # diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 1ea9b20f1e..da0410832b 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -683,12 +683,6 @@ AddCharset shift_jis .sjis # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. # -# For example, the PHP3 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-tar .tgz # -- 2.50.1