Web Hosting Talk







View Full Version : cgiwrap error after os upgrade !!!


Domenico
02-22-2001, 07:28 AM
Hello,

I have installed a script wich required me to turn off cgiwrap otherwise it would not work.

It worked very good but now I updated the raq3 with OS4 and other patches and I just found out that the script doesn't work anymore.

My .htaccess file to disable cgiwrap in the script dir contains;
Options +ExecCGI
AddHandler cgi-script .cgi
AddHandler cgi-script .pl

please help
Domenico

allan
02-22-2001, 09:00 AM
Domenico,

That should turn off cgi-wrap. Are you sure it is a cgi-wrap error? What is showing up in your error logs?

Domenico
02-22-2001, 09:08 AM
Well, than it is something else.

before the update it worked, after the update it stopped working. What else can it be?

I will have a look at the error logs right away...

Domenico
02-22-2001, 09:14 AM
/home/sites/site41/web/support/cgi-bin/FILENAME.cgi
[Thu Feb 22 12:10:33 2001] [warn] [client xxx.xxx.xx.xxx] handler "cgi-wrapper" not found for


Hmmmmmm, and what does this mean?
I thought I disabled cgiwrapper...

Domenico
02-22-2001, 10:00 AM
I removed the following;

use CGI::Carp qw(fatalsToBrowser carpout);

from the script and now it works ;-)

allan
02-22-2001, 10:05 AM
That's very strange, and I'm not sure how that is related to cgi-wrap. But the important thing is you got it working :).

Domenico
02-22-2001, 10:26 AM
Hehheehe, yes that is true but i'm a little worried about all those

[Thu Feb 22 12:10:33 2001] [warn] [client xxx.xxx.xx.xxx] handler "cgi-wrapper" not found for

error messages. Where do they come from and why are they there...