AllowOverride None Allow from all # Version1 (default): under /cgi-bin/cvsweb.cgi address ScriptAlias /cgi-bin/cvsweb.cgi /usr/lib/cgi-bin/cvsweb.cgi Alias /cvsweb/ /usr/share/cvsweb/ Allow from all # See also $charset in cvsweb.conf. #AddDefaultCharset UTF-8 # if using apache2 mod_perl: # # SetHandler perl-script # PerlResponseHandler ModPerl::Registry # PerlOptions +ParseHeaders # Options ExecCGI # # Version 2: cvsweb as handler to whole vhost: # # ServerName cvs # # Alias /cvsweb/ /usr/share/cvsweb/ # DocumentRoot /usr/lib/cgi-bin/cvsweb.cgi # # Options ExecCGI # Allow from all # #