]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-common.conf
- fix compilation with pcre 8.30
[packages/apache.git] / 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.040381 seconds and 4 git commands to generate.