]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-httpd.conf
- updated to 1.3.37
[packages/apache1.git] / apache1-httpd.conf
index 7d12f0c04aaa28748eb18e993d92eaca7fe96f43..670ef94eb2ad2f56d84de115eda5dd315f4f6e80 100644 (file)
@@ -35,11 +35,6 @@ Group http
 ServerAdmin root@localhost
 ServerName localhost
 
-# Include other modules and packages config.
-Include conf.d/*.conf
-# Include webapps config
-Include webapps.d/*.conf
-
 ###
 ### IP Address/Port
 ###
@@ -91,3 +86,20 @@ MaxRequestsPerChild 30
 # These lines here are for packages which still use apxs to activate module.
 # LoadModule access_module modules/mod_access.so
 # AddModule mod_foo.c
+
+# Include other modules and packages config.
+Include conf.d/*.conf
+# Include webapps config
+Include webapps.d/*.conf
+
+# ScriptAlias: This controls which directories contain server scripts.
+<IfModule mod_alias.c>
+       ScriptAlias /cgi-bin/ "/home/services/apache/cgi-bin/"
+
+       <Directory "/home/services/apache/cgi-bin">
+               AllowOverride None
+               Options None
+               Order allow,deny
+               Allow from all
+       </Directory>
+</IfModule>
This page took 0.025788 seconds and 4 git commands to generate.