SOURCES: apache-common.conf - cleanup (docs are in http://httpd.ap...

glen glen at pld-linux.org
Mon Jan 9 12:24:11 CET 2006


Author: glen                         Date: Mon Jan  9 11:24:11 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cleanup (docs are in http://httpd.apache.org/docs/2.2/, not here)

---- Files affected:
SOURCES:
   apache-common.conf (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/apache-common.conf
diff -u SOURCES/apache-common.conf:1.8 SOURCES/apache-common.conf:1.9
--- SOURCES/apache-common.conf:1.8	Wed Dec 21 14:27:27 2005
+++ SOURCES/apache-common.conf	Mon Jan  9 12:24:05 2006
@@ -55,46 +55,3 @@
 	</IfModule>
 
 </Directory>
-
-# "/home/services/httpd/cgi-bin" should be changed to whatever your ScriptAliased
-# CGI directory exists, if you have that configured.
-#
-<Directory "/home/services/httpd/cgi-bin">
-	AllowOverride None
-	Options None
-	<IfModule mod_authz_host.c>
-		Order allow,deny
-		Allow from all
-	</IfModule>
-</Directory>
-
-# Customizable error responses come in three flavors:
-# 1) plain text 2) local redirects 3) external redirects
-#
-# Some examples:
-#ErrorDocument 500 "The server made a boo boo."
-#ErrorDocument 404 /missing.html
-#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
-#ErrorDocument 402 http://www.example.com/subscription_info.html
-#
-
-#
-# EnableMMAP and EnableSendfile: On systems that support it,
-# memory-mapping or the sendfile syscall is used to deliver
-# files.  This usually improves server performance, but must
-# be turned off when serving from networked-mounted
-# filesystems or if support for these functions is otherwise
-# broken on your system.
-#
-#EnableMMAP off
-#EnableSendfile off
-
-# Supplemental configuration
-#
-# The configuration files in the /extra/ directory can be
-# included to add extra features or to modify the default configuration of
-# the server, or you may simply copy their contents here and change as
-# necessary.
-
-# Language settings
-#Include /extra/httpd-languages.conf
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/apache-common.conf?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list