On Wed, Feb 05, 2003 at 01:05:07PM -0500, David M. Cooke wrote: > It does require some modifications to the QuixoteHandler used by > quixote (since CGI scripts set PATH_INFO, while mod_scgi doesn't); see > the quixote/ directory in the source for demo_scgi.py that works with > this and mod_scgi. Nice job. Is there some way we can fix QuixoteHandler so it works with either mod_scgi or scgi-cgi? Could it be as simple as checking if PATH_INFO is non-empty? Neil