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

Re: [cobalt-users] cgiwrap - Error: User not privlidged



Kevin Lichwalla <klichwalla@xxxxxxxxxxxxxxxxxxx> wrote:
> Running cgi-scripts I receive an error from CGIWrap:
> "Execution of (httpd) is not permitted for the following reason:
> User not Privlidged."

Kevin, the script needs to be owned by a valid site user.

cd [directory where script located]
chown user:siteX ./script (replace with values that apply for you).

Steven {steven@xxxxxxxxxxxx}