If you are seeing the mod_perl token in the server response headers or the server startup:
http://perl.apache.org/docs/1.0/guide/install.html#Checking_the_error_log
http://perl.apache.org/docs/1.0/guide/install.html#Testing_via_telnet

but not in the script:
http://perl.apache.org/docs/1.0/guide/install.html#Testing_via_a_CGI_script

that means only one thing: You're calling the script under mod_cgi and not mod_perl. Re-check again that you make the request to a location configured to be run under Apache::Registry and also that you
don't override the mod_perl settings with ScriptAlias setting later in httpd.conf.
Stas, sorry for watsting your time. I just needed to be pointed in the right direction.

My problem was that I was Aliasing the same directory as ScriptAlias for my mod_perl test, I moved the test program to a perl directory and aliased it from there and it worked like a charm.

Thank you!! I learned something very valuable today.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com




Reply via email to