in reply to Troubles with CGI
selinux provides different security contexts, and a CGI script is run with a "www-server" (don't know the exact name) security context and can't access files with other contexts, even when the file permissions would allow that.
So go and find out more about your environment - what kind of OS is this? does it use selinux? if yes, can you change the security context of the sample directory?
(Usually Red Hat servers come with selinux out of the box, don't know about others).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Troubles with CGI
by downer (Monk) on Feb 05, 2008 at 14:42 UTC | |
by dsheroh (Monsignor) on Feb 05, 2008 at 18:08 UTC |