SOURCES: apache-mod_alias.conf - LoadModule separated to allow pac...

glen glen at pld-linux.org
Thu Dec 22 00:07:15 CET 2005


Author: glen                         Date: Wed Dec 21 23:07:15 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- LoadModule separated to allow packages to define scriptaliases below /cgi-bin namespace
- cleanups

---- Files affected:
SOURCES:
   apache-mod_alias.conf (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/apache-mod_alias.conf
diff -u SOURCES/apache-mod_alias.conf:1.2 SOURCES/apache-mod_alias.conf:1.3
--- SOURCES/apache-mod_alias.conf:1.2	Wed Dec 21 14:27:28 2005
+++ SOURCES/apache-mod_alias.conf	Thu Dec 22 00:07:10 2005
@@ -1,26 +1,6 @@
 # $Id$
-LoadModule alias_module modules/mod_alias.so
 
 <IfModule alias_module>
-	#
-	# Redirect: Allows you to tell clients about documents that used to
-	# exist in your server's namespace, but do not anymore. The client
-	# will make a new request for the document at its new location.
-	# Example:
-	# Redirect permanent /foo http://www.example.com/bar
-
-	#
-	# Alias: Maps web paths into filesystem paths and is used to
-	# access content that does not live under the DocumentRoot.
-	# Example:
-	# Alias /webpath /full/filesystem/path
-	#
-	# If you include a trailing / on /webpath then the server will
-	# require it to be present in the URL.  You will also likely
-	# need to provide a <Directory> section to allow access to
-	# the filesystem path.
-
-	#
 	# ScriptAlias: This controls which directories contain server scripts.
 	# ScriptAliases are essentially the same as Aliases, except that
 	# documents in the target directory are treated as applications and
@@ -29,5 +9,4 @@
 	# directives as to Alias.
 	#
 	ScriptAlias /cgi-bin/ "/home/services/httpd/cgi-bin/"
-
 </IfModule>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/apache-mod_alias.conf?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list