[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] CGIWrap Error: Execution of this script not permitted



Hadi Maleki <hadim@xxxxxxxxxxxxx> wrote:
> when i try to load a cgi script i get:
> Execution of (httpd) is not permitted for the following reason:
>
>                  User not Privlidged.

For a CGI script handled by CGIWrap the script must be owned by a valid site
user.  This means "httpd" and "root" cannot own the file.  In order to change
ownership use the "chown" program.  CGIWrap does this for security reasons.
Type "man chown" from the telnet prompt to read the manual on chown.

--
Steven Werby {steven-lists@xxxxxxxxxxxx}