Author: glen Date: Fri Dec 30 14:21:28 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - /cgi-bin ScriptAlias moved to main conf for webapps to be able to add aliases under /cgi-bin; rel 8
---- Files affected: SPECS: apache.spec (1.456 -> 1.457) ---- Diffs: ================================================================ Index: SPECS/apache.spec diff -u SPECS/apache.spec:1.456 SPECS/apache.spec:1.457 --- SPECS/apache.spec:1.456 Tue Dec 27 12:03:46 2005 +++ SPECS/apache.spec Fri Dec 30 15:21:23 2005 @@ -36,7 +36,7 @@ Summary(tr): Lider WWW tarayýcý Name: apache Version: 2.2.0 -Release: 7 +Release: 8 License: Apache Group License Group: Networking/Daemons Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -1883,7 +1883,6 @@ install %{SOURCE7} $CFG/10_common.conf install %{SOURCE25} $CFG/01_mod_mime.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 @@ -2328,7 +2327,6 @@ %files mod_alias %defattr(644,root,root,755) %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_alias.conf -%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_cgi-bin.conf %attr(755,root,root) %{_libexecdir}/mod_alias.so %files mod_asis @@ -2674,6 +2672,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.457 2005/12/30 14:21:23 glen +- /cgi-bin ScriptAlias moved to main conf for webapps to be able to add aliases under /cgi-bin; rel 8 + Revision 1.456 2005/12/27 11:03:46 glen - mod_auth_basic to mod_auth virtual package as AuthType used to be in mod_core.c; rel 7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/apache.spec?r1=1.456&r2=1.457&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
