http://www.perlmonks.org?node_id=1038928

ultranerds has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

Recently I setup mod_perl on my site, and since then I keep getting annoying error like:

Could not open /home/user/public_html/links/images/0/520950-1371201515-1.jpg because Permission denied at /home/user/public_html/cgi-bin/links/admin/Plugins/AJAXImageUpload.pm line 145.

The folders are set at 755. This worked fine without mod_perl... but as soon as I enabled it, I get these errors on any folders that need writing to. The only work around is to CHMOD them to 777... which is far from ideal!

Is there anything I can do?

TIA

Andy