SPECS: viewvc.spec - better apache.conf example

twittner twittner at pld-linux.org
Sun Oct 1 14:06:56 CEST 2006


Author: twittner                     Date: Sun Oct  1 12:06:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- better apache.conf example

---- Files affected:
SPECS:
   viewvc.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/viewvc.spec
diff -u SPECS/viewvc.spec:1.2 SPECS/viewvc.spec:1.3
--- SPECS/viewvc.spec:1.2	Sun Oct  1 11:18:48 2006
+++ SPECS/viewvc.spec	Sun Oct  1 14:06:50 2006
@@ -73,16 +73,17 @@
 ScriptAlias /cgi-bin/viewvc.cgi %{_appdir}/bin/cgi/viewvc.cgi
 ScriptAlias /cgi-bin/viewvc-query.cgi %{_appdir}/bin/cgi/query.cgi
 
-<Location /cgi-bin/viewvc.cgi>
-    Allow from all
-
 # if using apache2 mod_python:
-#   <IfModule mod_python.c>
-#        AddHandler mod_python .py
-#        PythonHandler handler 
-#        PythonDebug Off 
-#   </IfModule>
-</Location>
+# Alias /viewvc	%{_appdir}/bin/mod_python
+# <Location /viewvc>
+#    Allow from all
+#	<IfModule mod_python.c>
+#		AddHandler mod_python .py
+#		PythonPath "sys.path+['%{_appdir}/bin/mod_python']"
+#		PythonHandler handler
+#		PythonDebug Off
+#	</IfModule>
+# </Location>
 
 # Version 2: viewvc as handler to whole vhost:
 #<VirtualHost *:80>
@@ -229,7 +230,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES COMMITTERS README TODO viewvc.org/license-1.html
+%doc CHANGES COMMITTERS INSTALL TODO viewvc.org/license-1.html
 %dir %attr(750,root,http) %{_webapps}/%{_webapp}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/httpd.conf
@@ -348,6 +349,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/10/01 12:06:50  twittner
+- better apache.conf example
+
 Revision 1.2  2006/10/01 09:18:48  twittner
 - use viewvc-install instead copying files - viewvc-install
   sets some parameters (paths) in sources during installation
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/viewvc.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list