I have an Apache2 with mod_perl2 running on two servers.
On the first everything runs without any problems.
On the second, when the appropriate perl module is executed, simple things, like
if (-e "/usr/xyz/filename.txt") {...}
always fail even though the file DOES exist and has 777 permissions is owned and grouped the same as given in the httpd.conf
I've tried adding a <Directory "/usr/xyz">... but that does nothing.
Any suggestions?
regards
Mark H., AFX
On the first everything runs without any problems.
On the second, when the appropriate perl module is executed, simple things, like
if (-e "/usr/xyz/filename.txt") {...}
always fail even though the file DOES exist and has 777 permissions is owned and grouped the same as given in the httpd.conf
I've tried adding a <Directory "/usr/xyz">... but that does nothing.
Any suggestions?
regards
Mark H., AFX