]> git.pld-linux.org Git - packages/cvsweb.git/blob - cvsweb-apache.conf
1ab6ca6992ee4e01600732828c65d14c20fd6888
[packages/cvsweb.git] / cvsweb-apache.conf
1 Alias /cvsweb/css/ /usr/share/cvsweb/css/
2 Alias /cvsweb/enscript/ /usr/share/cvsweb/enscript/
3 Alias /cvsweb/icons/ /usr/share/cvsweb/icons/
4
5 # Version1 (default): under /cgi-bin/cvsweb.cgi address
6 ScriptAlias /cgi-bin/cvsweb.cgi /usr/share/cvsweb/cvsweb.cgi
7
8 <Location /cgi-bin/cvsweb.cgi>
9         # See also $charset in cvsweb.conf.
10         #AddDefaultCharset UTF-8
11
12         # apache-mod_perl >= 1.99:
13 #       <IfModule mod_perl.c>
14 #               SetHandler perl-script
15 #               PerlResponseHandler ModPerl::Registry
16 #               PerlOptions +ParseHeaders
17 #               Options ExecCGI
18 #       </IfModule>
19
20         Allow from all
21 </Location>
22 <Location /cvsweb/>
23         Allow from all
24 </Location>
25
26 # Version 2: cvsweb as handler to whole vhost:
27 #<VirtualHost *:80>
28 #    ServerName cvs
29 #
30 #    DocumentRoot /usr/share/cvsweb/cvsweb.cgi
31 #    <Location />
32 #        Options ExecCGI
33 #    </Location>
34 #</VirtualHost>
This page took 0.033676 seconds and 2 git commands to generate.