Re: mod_perl cannot find startup.pl

2015-07-08 Thread Kevin A. McGrail
On 7/8/2015 8:01 PM, Jim Garrison wrote: D'OH!!! I was sure I had turned off selinux, but had not. That was a very good call. No worries, we've all been there. regards, KAM

Re: mod_perl cannot find startup.pl

2015-07-08 Thread Jim Garrison
On 7/8/2015 4:44 PM, Kevin A. McGrail wrote: > Anything like selinux? > > If you put the startup.pl in the same dir as the config file and chown > to the same user apache is using? > > Regards, > KAM > > On 7/8/2015 7:38 PM, Jim Garrison wrote: >> Running Centos 6.6 with Apache 2.2.15 and mod_p

mod_perl cannot find startup.pl

2015-07-08 Thread Jim Garrison
Running Centos 6.6 with Apache 2.2.15 and mod_perl 2.0.4 I'm trying to add a startup script (startup.pl) but cannot seem to get mod_perl to find it. I've reduced the config down to the bare minimum that still reproduces the issue for me. Perl apache configuration: LoadModule perl_module mod