From c89ddd5639c910ad83394e38f20b1770c2574bfd Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 9 Jan 2002 16:05:31 +0000 Subject: [PATCH] It's clear from recent security reports that including configuration examples for non-core add-ins with our default .conf files causes some admins to bypass actually researching -how-to-configure- the given add-in module. While this example was nice, we need to find another useful example, in addition to x-tar perhaps, to make this clearer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92784 13f79535-47bb-0310-9956-ffa450edef68 --- conf/httpd.conf-dist | 11 ----------- conf/httpd.conf-dist-nw | 11 ----------- conf/httpd.conf-dist-win | 11 ----------- 3 files changed, 33 deletions(-) diff --git a/conf/httpd.conf-dist b/conf/httpd.conf-dist index 94acd6207d4..2711eebe141 100644 --- a/conf/httpd.conf-dist +++ b/conf/httpd.conf-dist @@ -765,17 +765,6 @@ ServerSignature On # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. # - # 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 - # - # And for PHP 4.x, use: - # - #AddType application/x-httpd-php .php - #AddType application/x-httpd-php-source .phps - AddType application/x-tar .tgz # diff --git a/conf/httpd.conf-dist-nw b/conf/httpd.conf-dist-nw index 27cb1f9c7cf..998b21d53a7 100644 --- a/conf/httpd.conf-dist-nw +++ b/conf/httpd.conf-dist-nw @@ -700,17 +700,6 @@ ServerSignature On # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. # - # 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 - # - # And for PHP 4.x, use: - # - #AddType application/x-httpd-php .php - #AddType application/x-httpd-php-source .phps - AddType application/x-tar .tgz # diff --git a/conf/httpd.conf-dist-win b/conf/httpd.conf-dist-win index d505b81ef96..791e04df4b4 100644 --- a/conf/httpd.conf-dist-win +++ b/conf/httpd.conf-dist-win @@ -810,17 +810,6 @@ ServerSignature On # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. # - # 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 - # - # And for PHP 4.x, use: - # - #AddType application/x-httpd-php .php - #AddType application/x-httpd-php-source .phps - AddType application/x-tar .tgz # -- 2.47.2