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

[cobalt-users] cgi-wrapper" not found



All CGI run OK.
But for any call I get  the following warning in the error log file:
"[warn] [client 192.114.64.2] handler "cgi-wrapper" not found for:
/home/sites/site2/web/cgi-bin/WHOT_201/xxxxx.cgi".

To call it, I use "/cgi-bin/xxxx.cg" in my html page.
If I call it with "/cgiwrapDir/cgiwrap/cgi-bin/xxxx.cgi" it's OK.

I found in user group the advice to uncomment lines in srm.conf ( my
original file):
# To use CGI scripts:
Action cgi-wrapper /cgiwrapDir/cgiwrap
#AddHandler cgi-wrapper .cgi
#AddHandler cgi-wrapper .pl

I tried it => No EFFECT ( I did it in srm.conf and srm.conf.master)

If lines are commented (see above my  ORIGINAL file) do I use
cgi-wrapper ? Or Not ?
( I thought if commented I don't use cgi wrapper)

Thanks.