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

[cobalt-developers] CGIWrap Error



Hi.

Recently this error pops up when executing perl scripts on our server. This is a Cobalt RaQ1 with all available updates.

CGIWrap Error: Execution of this script not permitted

Execution of (/home/sites/home/cgi-bin/shop.pl) is not permitted for the following reason:
Script does not have same GID

Server Data:
     Server Administrator/Contact: admin@xxxxxxxxxx
     Server Name: www.myhost.com
     Server Port: 80
     Server Protocol: HTTP/1.0
Request Data:
     User Agent/Browser: Mozilla/4.74 [en] (WinNT; U)
     Request Method: POST
     Remote Address: x.x.x.x
     Remote Port: 6240
     Extra Path Info: /cgi-bin/shop.pl
     Referring Page: http://www.myhost.com/shop/index.htm

The apache error-log:

[Thu Aug 3 10:01:32 2000] [warn] [client 212.31.160.29] handler "cgi-wrapper" not found for: /home/sites/home/cgi-bin/shop.pl [Thu Aug 3 10:01:55 2000] [warn] [client 212.31.160.29] handler "cgi-wrapper" not found for: /home/sites/home/cgi-bin/felanmalan.pl

[root@myhost cgi-bin]# ls -la *.pl
-rwxr-xr-x   1 httpd    admin        5091 Oct 25  1999 alias.pl
-rwxr-xr-x   1 httpd    admin        5091 Sep 18  1999 felanmalan.pl
-rwxr-xr-x   1 httpd    admin        6022 Aug  3 09:50 shop.pl
[root@myhost cgi-bin]# pwd
/home/sites/home/cgi-bin
[root@myhost cgi-bin]# rpm -qa | grep cgiwrap
cgiwrap-1.0-C7-raq

What could be wrong? Please advise..