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