]> 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 31d4e6d64264165acbe646029962a6d156199350..ee988c4f00a5779854450366578d99e15dcbe8f4 100644 (file)
@@ -1,8 +1,7 @@
 # $Id$
-LoadModule alias_module       modules/mod_alias.so
 
 <IfModule mod_alias.c>
-# Aliases: Add here as many aliases as you need (with no limit). The format is 
+# Aliases: Add here as many aliases as you need (with no limit). The format is
 # Alias fakename realname
 #
 # Note that if you include a trailing / on fakename then the server will
@@ -27,31 +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>
-
-# vim: filetype=apache ts=4 sw=4 et
This page took 0.127734 seconds and 4 git commands to generate.