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

[cobalt-developers] Disabling cgi-wrapper to run nph OK or is there another way?



I am running a nph-script on my site but to get it to work I had to edit
the :

/etc/httpd/conf/httpd.conf

AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl

with

AddHandler cgi-script .cgi
AddHandler cgi-script .pl

The script now works fine. 

But will this cause problems or how can I get nph-cgi-wrapper to run the
nph scripts instead of cgi-wrapper

Thanks

Nigel