I have installed cvsmonitor as discribed. when I start cvsmonitor.pl I get error message CVSMonitor will not work under mod_perl. How can I start as CGI script. I am using apache from suse 9.1 and I am not an expert in configuring apache. please give me a pointer. what do I have to configure in apache. Thanks MW
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Your apache server is apparently configured to handle all cgi scripts via mod_perl. You need to tell it to process the scripts in your cvsmonitor directory using mod_cgi. I'd recommend learning more about Apache at http://httpd.apache.org. You may be able to use the ScriptAlias directive for the directory that houses your cvsmonitor.pl script.
HTH,
William
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have installed cvsmonitor as discribed. when I start cvsmonitor.pl I get error message CVSMonitor will not work under mod_perl. How can I start as CGI script. I am using apache from suse 9.1 and I am not an expert in configuring apache. please give me a pointer. what do I have to configure in apache. Thanks MW
Your apache server is apparently configured to handle all cgi scripts via mod_perl. You need to tell it to process the scripts in your cvsmonitor directory using mod_cgi. I'd recommend learning more about Apache at http://httpd.apache.org. You may be able to use the ScriptAlias directive for the directory that houses your cvsmonitor.pl script.
HTH,
William