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...
|
|---|
| 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 |