On Fri, Oct 05, 2001 at 08:50:29AM -0400, Greg Ward wrote:
> Ahh, good. This is the first I've heard of someone trying Quixote on a
> non-Unix, non-Apache platform. I'm not surprised there are problems,
> but I'm optimistic that we can take care of them.
OK. Let's try it. :))
As for the script you sent me, it does not seem to work. :)) I hangs
and I failed to get it finished. It does create (after a small tweak) a
file in my temp directory, and it seems to create one every time it
starts. Oh, it finally finished:
CGI Timeout
The specified CGI application exceeded the allowed time for processing.
The server has deleted the process.
I created a small script (earlier :)) for dumping the environment the
script gets and its output is attached.
> http://localhost/scripts/demo.py/simple
> http://localhost/scripts/demo.py/error
> http://localhost/scripts/demo.py/foobar
The same error message appears in the browser (no wonder :).
> *after* applying my logging-patch, and see what shows up in the access
> log. You should also configure Quixote debug and error logs and check
> them, and also check IIS' error log.
Debug and error logs (quixote's ones) are empty. The access log file
(after I applied the patch) has the following:
127.0.0.1 - 2001-10-05 13:28:22 1976 "GET None HTTP/1.1" 404 0.00sec
127.0.0.1 - 2001-10-05 14:08:42 1100 "GET /scripts/demo.py/scripts/demo.py/
HTTP/1.1" 404 0.00sec
127.0.0.1 - 2001-10-05 14:13:06 1036 "GET
/scripts/demo.py/scripts/demo.py/simple HTTP/1.1" 404 0.00sec
127.0.0.1 - 2001-10-05 14:13:10 1712 "GET /scripts/demo.py/scripts/demo.py/error
HTTP/1.1" 404 0.00sec
127.0.0.1 - 2001-10-05 14:13:21 620 "GET /scripts/demo.py/scripts/demo.py/foobar
HTTP/1.1" 404 0.00sec
127.0.0.1 - 2001-10-05 14:16:26 1692 "GET
/scripts/demo.py/scripts/demo.py/foobar HTTP/1.1" 404 0.00sec
--
Misha