From: kloczek Date: Fri, 7 Apr 2000 04:50:46 +0000 (+0000) Subject: - removed PHP3 commented entries, X-Git-Tag: apache-mod_ssl-2_6_6_1_3_12-1~7 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=52776d304cdfe1c17e5ba53f18bcb428e7fb0a18;p=packages%2Fapache.git - removed PHP3 commented entries, - removed VirtualHost relayted entries. Changed files: apache-httpd.conf -> 1.8 --- diff --git a/apache-httpd.conf b/apache-httpd.conf index ae37ac4..9ed4b40 100644 --- a/apache-httpd.conf +++ b/apache-httpd.conf @@ -647,19 +647,6 @@ AddLanguage pl .po # LanguagePriority en pl fr de -# -# 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-httpd-php .php -#AddType application/x-httpd-php-source .phps - # # AddHandler allows you to map certain file extensions to "handlers", # actions unrelated to filetype. These can be either built into the server @@ -803,21 +790,3 @@ ErrorDocument 503 /errordocs/503.shtml # Deny from all # ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi # - -### Section 3: Virtual Hosts -# -# VirtualHost: If you want to maintain multiple domains/hostnames on your -# machine you can setup VirtualHost containers for them. -# Please see the documentation at -# for further details before you try to setup virtual hosts. -# You may use the command line option '-S' to verify your virtual host -# configuration. - -# -# If you want to use name-based virtual hosts you need to define at -# least one IP address (and port number) for them. -# -#NameVirtualHost 12.34.56.78:80 -#NameVirtualHost 12.34.56.78 - -Include /etc/httpd/virtual-host.conf