]> git.pld-linux.org Git - packages/cvsweb.git/blame - cvsweb-apache.conf
- default config extracted from .spec
[packages/cvsweb.git] / cvsweb-apache.conf
CommitLineData
17de02d6
ER
1Alias /cvsweb/css/ /usr/share/cvsweb/css/
2Alias /cvsweb/enscript/ /usr/share/cvsweb/enscript/
3Alias /cvsweb/icons/ /usr/share/cvsweb/icons/
4ScriptAlias /cgi-bin/cvsweb.cgi /usr/share/cvsweb/cvsweb.cgi
5
6<Location /cgi-bin/cvsweb.cgi>
7 # See also $charset in cvsweb.conf.
8 #AddDefaultCharset UTF-8
9
10 # mod_perl >= 1.99:
11 <IfModule mod_perl.c>
12 SetHandler perl-script
13 PerlResponseHandler ModPerl::Registry
14 PerlOptions +ParseHeaders
15 Options ExecCGI
16 </IfModule>
17
18 Allow from all
19</Location>
20<Location /cvsweb/>
21 Allow from all
22</Location>
23
24# vim: filetype=apache ts=4 sw=4
This page took 0.083961 seconds and 4 git commands to generate.