durusmail: quixote-users: Re: ANNOUNCE: scgi 1.2 alpha 1 available
ANNOUNCE: scgi 1.2 alpha 1 available
Re: ANNOUNCE: scgi 1.2 alpha 1 available
2003-07-31
scgi 1.2a1 - apache2 - POST bug
Re: ANNOUNCE: scgi 1.2 alpha 1 available
Van Gale
2003-07-31
Neil Schemenauer wrote:
> This version includes an implementation of mod_scgi for Apache 2.  The
> module has not yet received much testing so caution is advised.  The
> good news is that applications should require no changes to use the
> Apache 2 version of the module.  Success or failure stories appreciated.

Ok, I've been messing around for a bit trying to get it working, but no
luck and no more time (for the moment anyway).

Gentoo Linux, kernel 2.4.20
gcc 3.2.3
Apache 2.0.47
Quixote 0.6.1
Python 2.2.3

In Apache conf file I currently have:

   ScriptAlias /qdemo/ /home/httpd/qdemo/


   
       Options ExecCGI
       SetHandler scgi-handler
       SCGIServer 127.0.0.1:4000
       SCGIHandler On
   

I run "python quixote-handler.py -F", then when I point browser to the
demo I get:

   Exception Handler

   A _q_exception_handler method, if present, is called when a
PublishError exception is raised. It can do whatever it likes to provide
a friendly page.

   Here's the exception that was raised:
    (invalid
literal for int(): demo.cgi).


reply