SPECS: apache.spec - Provide apache(mod_access) for backward compa...

glen glen at pld-linux.org
Thu Dec 22 00:06:05 CET 2005


Author: glen                         Date: Wed Dec 21 23:06:05 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Provide apache(mod_access) for backward compatability
- loadmodule and scriptalias separately to resolve cgi_test alias being never seen
- rel 2

---- Files affected:
SPECS:
   apache.spec (1.448 -> 1.449) 

---- Diffs:

================================================================
Index: SPECS/apache.spec
diff -u SPECS/apache.spec:1.448 SPECS/apache.spec:1.449
--- SPECS/apache.spec:1.448	Wed Dec 21 16:47:56 2005
+++ SPECS/apache.spec	Thu Dec 22 00:05:59 2005
@@ -37,7 +37,7 @@
 Summary(tr):	Lider WWW tarayýcý
 Name:		apache
 Version:	2.2.0
-Release:	1
+Release:	2
 License:	Apache Group License
 Group:		Networking/Daemons
 Source0:	http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -713,6 +713,8 @@
 URL:		http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html
 Requires:	%{name}-base = %{version}-%{release}
 Provides:	apache(mod_authz_host) = %{version}-%{release}
+# for apache < 2.2.0
+Provides:	apache(mod_access) = %{version}-%{release}
 
 %description mod_authz_host
 The directives provided by mod_authz_host are used in <Directory>,
@@ -1896,7 +1898,7 @@
 install %{SOURCE7} $CFG/10_common.conf
 
 install %{SOURCE25} $CFG/01_mod_mime.conf
-install %{SOURCE26} $CFG/01_mod_alias.conf
+install %{SOURCE26} $CFG/80_cgi-bin.conf
 install %{SOURCE27} $CFG/01_mod_authz_host.conf
 install %{SOURCE28} $CFG/01_mod_cgid.conf
 install %{SOURCE29} $CFG/01_mod_log_config.conf
@@ -1918,6 +1920,7 @@
 install %{SOURCE23} $CFG/10_mpm.conf
 install %{SOURCE24} $CFG/20_languages.conf
 
+echo "LoadModule alias_module modules/mod_alias.so" > $CFG/00_mod_alias.conf
 echo "LoadModule authn_file_module	modules/mod_authn_file.so" > $CFG/00_mod_authn_file.conf
 echo "LoadModule authn_dbm_module	modules/mod_authn_dbm.so" > $CFG/00_mod_authn_dbm.conf
 echo "LoadModule authn_anon_module	modules/mod_authn_anon.so" > $CFG/00_mod_authn_anon.conf
@@ -2669,6 +2672,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.449  2005/12/21 23:05:59  glen
+- Provide apache(mod_access) for backward compatability
+- loadmodule and scriptalias separately to resolve cgi_test alias being never seen
+- rel 2
+
 Revision 1.448  2005/12/21 15:47:56  glen
 - "let the killing begin" (rel 1)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache.spec?r1=1.448&r2=1.449&f=u



More information about the pld-cvs-commit mailing list