Loading...
 
Skip to main content

History: InstallCvsMonitorGentoo

Preview of version: 1

this is a non webapp-config, bare-knuckled guide to using cvsmonitor on gentoo linuxen

if you are interested in yet another working copy checkout http://cvs.tikiwiki.org

here are some hints:

download cvsmonitor from sf.net

extract into some dir

Copy to clipboard
tar -xzf cvsmonitor.tar.gz


to be able to write to main.conf lateron

Copy to clipboard
chown apache cvsmonitor


edit /etc/apache/vhost.d/99_cvsmonitor.conf

Copy to clipboard
<VirtualHost *:80> ServerName cvsmonitor.tikiwiki.org ServerAlias cvs.tikiwiki.org RewriteEngine On RewriteCond %{REQUEST_METHOD} ^{TRACE|TRACK} RewriteRule .* - [F] ScriptAlias /cgi-bin/ "<docroot>/cvsmonitor" <Directory "<docroot>/cvsmonitor"> AddHandler cgi-script .pl Options +ExecCGI DirectoryIndex index.html cvsmonitor.pl order deny,allow allow from all <FilesMatch "\.conf$"> order deny,allow deny from all </FilesMatch> </Directory> </VirtualHost>

History

Information Version
drsassafras Mass search and replace 3
View
Lorinc 2
View
Lorinc 1
View