in reply to module not found errors in a mod_perl handler
The error message suggests that the user mod_perl is running under does not have permissions to read /my/handler/lib/HTTP/Config.pm so if you go up the tree from there until you find the offending directory and allow read perms for the mod_perl user that might be all that is needed. Worth a try, anyway.
Are you on a system using SELinux or AppArmor? That might also be a consideration.
🦛
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: module not found errors in a mod_perl handler
by tomgracey (Scribe) on Dec 15, 2022 at 19:18 UTC | |
by hippo (Archbishop) on Dec 15, 2022 at 21:23 UTC |