[Xml-compile] Confusions with XML::Compile::SOAP::Daemon::CGI
and Apache
Dan Lyke
dlyke at corp.sonic.net
Wed Mar 20 21:49:52 GMT 2013
On Wed, 20 Mar 2013 08:24:19 -0700
Patrick Powell <papowell at astart.com> wrote:
> 1. You will want to use non-parsed headers. This means you will need
> to use:
> .../nph-xxxx.cgi for the name of the script.
Argh. Thanks, this was the part I missed yesterday but got after much
pain today. Really, Apache?
> Now I have not tried this, but you can probably get the Apache
> Rewrite facility to change index.cgi into nph-index.cgi.
For posterity, I just changed
DirectoryIndex index.cgi index.html index.html.var
to
DirectoryIndex nph-index.cgi index.html index.html.var
Which I could do because this SOAP server is the only thing I'm running
on this server.
Thanks, everyone... now that I've got the SOAP stuff figured the real
code begins.
Dan
More information about the Xml-compile
mailing list