in reply to OT: Local Perl - CGI - Apache.

Redhat 2.6.32

That sounds like RHEL 6 to me. In which case, have you set the httpd_enable_homedirs boolean? If you have, still take a look in the audit log to see if the actual reason for the stat failure is there.

As mentioned by stevieb, this is nothing to do with Perl.

  • Comment on Re: [OT] Apache cannot stat home dirs (was: OT: Local Perl - CGI - Apache.)

Replies are listed 'Best First'.
Re^2: [OT] Apache cannot stat home dirs (was: OT: Local Perl - CGI - Apache.)
by lanta (Sexton) on Dec 02, 2015 at 23:11 UTC
    Thanks hippo. You pointed me in the right direction. Linux was running under SELinux, disabling that fixed the issue. Now, I can look into ways to make it work under SELinux. Regards, lanta.