]> git.pld-linux.org Git - packages/apache.git/commitdiff
- removed PHP3 commented entries,
authorkloczek <kloczek@pld-linux.org>
Fri, 7 Apr 2000 04:50:46 +0000 (04:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed VirtualHost relayted entries.

Changed files:
    apache-httpd.conf -> 1.8

apache-httpd.conf

index ae37ac45dc5a7d17605a353e0c78258aed240513..9ed4b405d5494a9e18bc561016fa4cc0400dbd72 100644 (file)
@@ -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
 #</Location>
-
-### 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 <URL:http://www.apache.org/docs/vhosts/>
-# 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
This page took 0.071897 seconds and 4 git commands to generate.