Ted Nienstedt
tnienstedt at telesyn.com
Sat Jul 26 09:30:54 EST 2003
I installed Quixote on Linux RedHat 9 and installed the qdemo as described in http://www.mems-exchange.org/software/quixote/doc/web-server.html, and also doc/demo.txt . Everything worked fine with the cgi-bin in the URL. I've since switched to mod_python and added the <LocationMatch> directive to httpd.conf. Once I made the switch to mod_python I encountered a couple of apparent "bugs" in quixote's http_request.py which I fixed by passing an empty string instead of None in the 2nd arg of environ.get(). After making this fix everything works with mod_python, but qdemo/publish_error from IE returns the standard IE 400 Bad Request. It works fine with mod_python from Opera or from the local lunix machine with Mozilla. Any clues or suggestions? Thanks, Ted -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.modpython.org/pipermail/mod_python/attachments/20030726/321fcafc/attachment-0003.htm
|