Re: the scripts under mod_perl are running as mod_cgi

2004-12-02 Thread INFOQUEST USA INC.
Stas is right. You have a problem in your httpd.conf file. Check the section : ... 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: change it to You should be

Re: the scripts under mod_perl are running as mod_cgi

2004-12-03 Thread INFOQUEST USA INC
I am glad that your installtion is successful. I would suggest you to buy some books specially 'Practical modperl" by Stas. You can always ask the author here, if you need any help, which I consider a rare opportunity. By the way, Authen::Captcha has some problem with mod_perl. Check the link here:

Re: the scripts under mod_perl are running as mod_cgi

2004-12-03 Thread INFOQUEST USA INC
You are very welcome Stas. Thank you for pointing out the directory issue. Your book really helped me a lot and I truely believe that people like you are the engines of this open source community. I am sure that many feels the same way. Khalid -- Report problems: http://perl.apache.org/bugs/ Mai

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread INFOQUEST USA INC
mod_perl 1.99 or later requires Apache 2.0 or later - it doesn't work with Apache 1.3x.   Thanks & Regards     Khalid     - Original Message - From: "Ixkorr Oxkarr" <[EMAIL PROTECTED]> To: Sent: Sunday, January 23, 2005 8:06 PM Subject: Can't upgrade from mo

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread INFOQUEST USA INC
e best solution. Thanks Khalid - Original Message - From: "Ixkorr Oxkarr" <[EMAIL PROTECTED]> To: "INFOQUEST USA INC" <[EMAIL PROTECTED]>; Sent: Monday, January 24, 2005 12:51 PM Subject: Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1