Stas is right. You have a problem in your httpd.conf file. Check the section :

<IfModule mod_alias.c>
...
</IfModule>

you probably have a line

ScriptAlias /cgi-bin/ /usr/local/http_perl/cgi-bin/

change is to":

Alias /perl/ /home/user-name/public_html/cgi-bin/

and also if you have the following line:

<Directory "/usr/local/http_perl/cgi-bin">

change it to

<Directory "/usr/local/http_perl/perl">

You should be able to up and running in no time. I learnt it the hard way. If this doesn't work then post your backend http.conf file here. Guru Stas is here and you will certainly get a solution. I would like to Thank Stas for his contribution in this community. I learnt most of the things from his book - 'Practical mod_perl'.


Khalid Shawkat

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/



-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to