in reply to Re^4: apache 2.4 mod_perl permission denied on standard modules
in thread apache 2.4 mod_perl permission denied on standard modules
This really sounds as if there is at least one entry in @INC which is not readable for the user Apache is running as. As soon as Perl encounters such a directory, it will stop searching. So you should make sure that the relevant directories you have in @INC appear before the bad ones where the user does not have read permissions.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: apache 2.4 mod_perl permission denied on standard modules
by Crackers2 (Parson) on Aug 28, 2015 at 21:23 UTC | |
by locked_user sundialsvc4 (Abbot) on Aug 31, 2015 at 01:37 UTC | |
by Crackers2 (Parson) on Sep 02, 2015 at 20:22 UTC |