durusmail: qp: erroneous trailing slash added under scgi
erroneous trailing slash added under scgi
2006-04-04
2006-04-04
2006-04-04
2006-04-04
Re: erroneous trailing slash added under scgi
2006-04-04
erroneous trailing slash added under scgi
David Binger
2006-04-04
On Apr 4, 2006, at 4:10 AM, mario ruggier wrote:

> Testing a site I have been working on under an scgi deployment has
> caused some things to break.

I assume that you mean that this behavior is present
when scgi is being used, and not through the qp web server.

My guess is that your mod_scgi configuration is not
providing the right values for SCRIPT_NAME and
PATH_INFO.  A "print get_request().__dict__" at the
top of Publisher.fill_response_using_root_directory()
would expose this, if it is true.

Are you using the SCGIMount directive?


reply