SOURCES: apache1-mod_alias.conf - move global Alias and ScriptAlia...

glen glen at pld-linux.org
Sat Jun 18 15:46:54 CEST 2005


Author: glen                         Date: Sat Jun 18 13:46:54 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- move global Alias and ScriptAlias directives to slot 80 (but still load module itself in 02).
  This is to make it possible to have overrides for programs in /cgi-bin dir:
   ScriptAlias /cgi-bin/program1.cgi  /usr/lib/cgi-bin/program1/program1.cgi
   ScriptAlias /cgi-bin/programN.cgi  /usr/lib/cgi-bin/programN.cgi
   ScriptAlias /cgi-bin/programM.cgi  /usr/lib/cgi-bin/program1/program1.cgi
   ScriptAlias /cgi-bin/ /home/services/httpd/cgi-bin

---- Files affected:
SOURCES:
   apache1-mod_alias.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/apache1-mod_alias.conf
diff -u SOURCES/apache1-mod_alias.conf:1.1 SOURCES/apache1-mod_alias.conf:1.2
--- SOURCES/apache1-mod_alias.conf:1.1	Tue Jan 11 22:05:46 2005
+++ SOURCES/apache1-mod_alias.conf	Sat Jun 18 15:46:49 2005
@@ -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
================================================================

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




More information about the pld-cvs-commit mailing list