Re: the scripts under mod_perl are running as mod_cgi

[prev] [thread] [next] [Date index for 2004/12/02]

From: INFOQUEST USA INC.
Subject: Re: the scripts under mod_perl are running as mod_cgi
Date: 08:26 on 02 Dec 2004
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

the scripts under mod_perl are running as mod_cgi
SHAHNAWAZ OSMAN 11:16 on 01 Dec 2004

Re: the scripts under mod_perl are running as mod_cgi
SHAHNAWAZ OSMAN 04:29 on 02 Dec 2004

Re: the scripts under mod_perl are running as mod_cgi
INFOQUEST USA INC. 08:26 on 02 Dec 2004

Re: the scripts under mod_perl are running as mod_cgi
SHAHNAWAZ OSMAN 07:02 on 03 Dec 2004

Re: the scripts under mod_perl are running as mod_cgi
INFOQUEST USA INC 23:38 on 03 Dec 2004

Re: the scripts under mod_perl are running as mod_cgi
INFOQUEST USA INC 00:03 on 04 Dec 2004

Re: the scripts under mod_perl are running as mod_cgi
SHAHNAWAZ OSMAN 06:54 on 03 Dec 2004

Generated at 11:27 on 21 Dec 2004 by mariachi v0.52