in reply to Yum install of Apache & mod_perl
First, changing index.cgi should not require a restart when using ModPerl::Registry. If it does, it's probably due to changing a module rather than index.cgi itself.
To see if your script is running under mod_perl, just print out $ENV{MOD_PERL}. If it has no value, you're running under mod_cgi instead.
At a guess, I'd say you need to reverse the order of those directives in your httpd.conf. It should go least specific to most.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Yum install of Apache & mod_perl
by Rodster001 (Pilgrim) on Feb 05, 2009 at 20:41 UTC |