Web Hosting Talk







View Full Version : how do i disable cgiwrap once for all ?


francois
05-28-2001, 03:45 PM
Since i'm the only user on my raq4 and that I have several problems because of cgi wrap (and I read elsewhere that I could have more problems in the future), I'd like to know a proper way to disable cgi wrap for good. So far, I've followed instructions here and there (add AddHandler cgi-script line in httpd.conf et al) but it only brought more problems ...

thank you


francois

The Prohacker
05-28-2001, 04:24 PM
I had to totally recompile apache to get rid of it. Still have a few bugs from doing it but atleast I can runs cgiscripts now...

Domenico
05-28-2001, 07:05 PM
Better leave it on and use htaccess when you have to disable it and put it in the directory the script runs that doesn't like it.

The Prohacker
05-28-2001, 07:20 PM
I tried that, and always gave me errors, thats why I had to finally just recompile cgiwrap, I'm the only person on my servers anyway so doesn't matter what dir scrpts axxs...

francois
05-29-2001, 01:25 AM
the problem i have when i use AddHandler (I have not tried to put these lines in .htaccess but I suppose I'll have the same problem) is that scripts won't run at all then ! i've not found a way to avoid that ...