Hello,

I've an old cgi-script that worked before I installed mod_perl, but now it won't work. I've put it in a directory that is configured to be handled by mod_cgi, but I get this error in my apache error logs when it tried to run:

Thu Nov 6 15:50:23 2003] [error] [client 192.168.0.5] [libapreq] unknown content-type: `text/xml'
[Thu Nov 6 15:50:23 2003] [error] [client 192.168.0.5] request failed: erroneous characters after protocol string: <?xml version=\"1.0\"?><methodCall><methodName>createInventoryNumber</ methodName><params><param><value><string>used</string></value></ param><param><value><string>Ulysses</string></value></ param><param><value><string>Joyce, James</string></value></param><param><value><string>dtw</string></ value></param></params></methodCall>



The script is called by some javascript to make an xml-rpc request.


Is there a way I can stop apreq from handling the script?

Thanks,
Dustin


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to