SOURCES: cvsweb-apache.conf (NEW) - default config extracted from ...

glen glen at pld-linux.org
Tue Jan 10 00:17:22 CET 2006


Author: glen                         Date: Mon Jan  9 23:17:22 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- default config extracted from .spec

---- Files affected:
SOURCES:
   cvsweb-apache.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/cvsweb-apache.conf
diff -u /dev/null SOURCES/cvsweb-apache.conf:1.1
--- /dev/null	Tue Jan 10 00:17:22 2006
+++ SOURCES/cvsweb-apache.conf	Tue Jan 10 00:17:17 2006
@@ -0,0 +1,24 @@
+Alias /cvsweb/css/ /usr/share/cvsweb/css/
+Alias /cvsweb/enscript/ /usr/share/cvsweb/enscript/
+Alias /cvsweb/icons/ /usr/share/cvsweb/icons/
+ScriptAlias /cgi-bin/cvsweb.cgi /usr/share/cvsweb/cvsweb.cgi
+
+<Location /cgi-bin/cvsweb.cgi>
+	# See also $charset in cvsweb.conf.
+	#AddDefaultCharset UTF-8
+
+	# mod_perl >= 1.99:
+	<IfModule mod_perl.c>
+		SetHandler perl-script
+		PerlResponseHandler ModPerl::Registry
+		PerlOptions +ParseHeaders
+		Options ExecCGI
+	</IfModule>
+
+	Allow from all
+</Location>
+<Location /cvsweb/>
+	Allow from all
+</Location>
+
+# vim: filetype=apache ts=4 sw=4
================================================================


More information about the pld-cvs-commit mailing list