]> git.pld-linux.org Git - packages/apache.git/commitdiff
- cleanup (docs are in http://httpd.apache.org/docs/2.2/, not here)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Jan 2006 11:24:05 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-common.conf -> 1.9

apache-common.conf

index 9b53aa508d482c7e0ef63ac18231dee688f9f7ea..05686e9666a584d6725887cd3a9bf8424e295489 100644 (file)
@@ -55,46 +55,3 @@ DocumentRoot "/home/services/httpd/html"
        </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
This page took 0.383067 seconds and 4 git commands to generate.