NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node was taken out by the NodeReaper on Wed Jun 22 19:23:12 2005 GMT

Replies are listed 'Best First'.
Re: problem in cgi
by izut (Chaplain) on Jun 22, 2005 at 19:00 UTC
    First check your apache's configuration if the cgi-bin is enabled in your system, and the directory it points (ScriptAlias). Put your application there and chmod it to at least 755. In apache2 systems you can check the virtual domain's configuration in /etc/apache2/sites-enabled/ (in my Ubuntu system, check yours).