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