durusmail: quixote-users: quixote2 and scgi1.2
quixote2 and scgi1.2
2005-04-24
2005-04-24
2005-04-24
2005-04-25
2005-04-25
2005-04-25
2005-04-26
2005-04-26
2005-04-26
favicon (was: quixote2 and scgi1.2)
2005-04-26
quixote2 and scgi1.2
Neil Schemenauer
2005-04-25
On Mon, Apr 25, 2005 at 01:39:44PM -0700, vincent delft wrote:
> "/usr/lib/python2.3/site-packages/quixote/publish.py",
> line 249, in try_publish
>     assert path[:1] == '/'
> AssertionError

[...]

> REQUEST_URI     /qx/
> SCGI            1
> SCRIPT_NAME     /qx/

Ah, I suspect you have not set the script_name option.  For your
case you want it to be '/qx'.  If you are using the scgi_server.py
script then use use the --script-name option.

It's annoying to have to set this option but I can't think of
another solution.

  Neil
reply