durusmail: quixote-users: Quixote and SCGI with Apache2
Quixote and SCGI with Apache2
2004-12-06
2004-12-06
2004-12-06
2004-12-06
2004-12-07
2004-12-07
Quixote and SCGI with Apache2
Prashanth Rao
2004-12-07
Titus,

Thanks.  My mistake (or inexperience).  I had an Apache RewriteRule
redirecting /qdemo to /cgi-bin/demo.cgi.  Once I removed the
RewriteRule, I could then tell that SCGI was working.  Also, the log
file for the quixote_handler (/var/tmp/quixote-scgi.log) started
receiving the standard out, so that is also validation that SCGI is
working.  Thanks for the help.

Regards,
Prashanth

Titus Brown wrote:
> -> Thanks for the reply.  I guess I'm unsure if it is really working with
> -> SCGI, since I did have it working with normal CGI earlier (i.e., if I
> -> remove the "Location" entry and stop the quixote_handler, it still works
> -> fine).  I also looked at the Apache access_log and there was nothing in
> -> there that indicates that it is using SCGI.  I guess I'm trying to find
> -> some validation that my environment configuration is using SCGI and NOT
> -> regular CGI.  Thanks.
>
> Err...
>
> * delete/move the CGI; does it still work?
> * stop the SCGI handler; does it still work?
>
> ;)
>
> --titus
>
>


reply