[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?
- Subject: [cobalt-developers] Disabling cgi-wrapper to run nph OK or is there another way?
 
- From: "Nigel Hewett" <nigel.hewett@xxxxxxxxxxxxxx>
 
- Date: Tue Jan  1 11:16:00 2002
 
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
 
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