]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_alias.conf
- rel 2: build with new webserver virtuals
[packages/apache1.git] / apache1-mod_alias.conf
index 517b1f9cf31be1b219566d50440dff21dc642e59..ee988c4f00a5779854450366578d99e15dcbe8f4 100644 (file)
@@ -26,29 +26,4 @@ Alias /manual/ "/usr/share/apache1-manual/"
        allow from 127.0.0.1
 </Directory>
 
-#
-# ScriptAlias: This controls which directories contain server scripts.
-# ScriptAliases are essentially the same as Aliases, except that
-# documents in the realname directory are treated as applications and
-# run by the server when requested rather than as documents sent to the client.
-# The same rules about trailing "/" apply to ScriptAlias directives as to
-# Alias.
-#
-ScriptAlias /cgi-bin/ "/home/services/apache/cgi-bin/"
-
-#
-# "/home/services/apache/cgi-bin" should be changed to whatever your
-# ScriptAliased CGI directory exists, if you have that configured.
-#
-<Directory "/home/services/apache/cgi-bin">
-       AllowOverride None
-       Options None
-       Order allow,deny
-       Allow from all
-</Directory>
-
-# Redirect allows you to tell clients about documents which used to exist in
-# your server's namespace, but do not anymore. This allows you to tell the
-# clients where to look for the relocated document.
-# Format: Redirect old-URI new-URL
 </IfModule>
This page took 0.029872 seconds and 4 git commands to generate.