On Saturday 07 August 2004 12:12 am, Claudio Pasolini wrote:
> ns_section "ns/server/${server}/module/nscgi"
>        ns_param   map "GET  /sql-ledger/
> ${serverroot}/www/sql-ledger" ns_param   map "POST /sql-ledger/
> ${serverroot}/www/sql-ledger" ns_param   Interps CGIinterps

Try adding a trailing slash for the first column and removing the one
on the second column on the map param so that it becomes like:

ns_param map "GET /sql-ledger ${serverroot}/www/sql-ledger/"
ns_param map "POST /sql-ledger ${serverroot}/www/sql-ledger/"

Deds


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of 
your email blank.

Reply via email to