[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CGIWrap problem
- Subject: Re: [cobalt-users] CGIWrap problem
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu Feb 21 17:57:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thursday 21 February 2002 05:40 pm, Les Hershoff wrote:
> I have UltimateBB running fine on one virtual server and I am trying to get
> it going for another site (with another license of course) but I can't even
> get the simple hello cgi to work. I have checked all permissions and
> ownerships but no luck. I have tried ownership of root httpd nobody and the
> site admin. Permissions are 775 and I tried 777. The same seems true of all
> sites but the one.
>
> The error is
>
> CGIWrap Error: Execution of this script not permitted
>
> Execution of (httpd) is not permitted for the following reason:
>
> User not Privileged.
>
Are you sure that the owner is the /web directory owner?
And the group is sitexx?
for example the user is username and the site is site20
-rwx--x--x 1 username site20 10078 Feb 20 22:31 mycgi.pl
The other thing to look for is cgi enabled for the site in the GUI site
settings
To be sure look at the VirtualHost container in httpd.conf.
You need lines like:
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
--
Gerald Waugh