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


in reply to File Permission problem on perl -cgi program

Does this server happen to have SELinux enabled? If so, you have to check the security context of the file (chcon), as well as the usual read/write permission settings (chmod).

Or else you could simply disable SELinux...

  • Comment on Re: File Permission problem on perl -cgi program

Replies are listed 'Best First'.
Re^2: File Permission problem on perl -cgi program
by nagivreddy93 (Novice) on May 09, 2011 at 09:51 UTC
    Thanks for your help.. I disabled the selinux and reboot the server, it's works perfectely....