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

[cobalt-users] Re: CGIWrap problem



> 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.
>> 
On 2/21/02 9:00 PM, "Gerald Waugh" <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx> wrote:

> 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
Checked and this is correct.
> 
> The other thing to look for is cgi enabled for the site in the GUI site
> settings
Yes. Clicked it on and off a few times as well.
> 
> To be sure look at the VirtualHost container in httpd.conf.
>     You need lines like:
> AddHandler cgi-wrapper .cgi
> AddHandler cgi-wrapper .pl

Checked and good. Setup is identical and this works
http://www.sacredbalance.com/cgi-bin/hello.cgi
but this won't
http://talk.canparaplegic.org/cgi-bin/hello.cgi

L