]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
- default config extracted from .spec
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Jan 2006 23:17:17 +0000 (23:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsweb-apache.conf -> 1.1

cvsweb-apache.conf [new file with mode: 0644]

diff --git a/cvsweb-apache.conf b/cvsweb-apache.conf
new file mode 100644 (file)
index 0000000..a69a5c9
--- /dev/null
@@ -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
This page took 0.102828 seconds and 4 git commands to generate.