durusmail: quixote-users: Quixote redirect issues
Quixote redirect issues
2005-09-29
2005-09-29
Quixote redirect issues
Titus Brown
2005-09-29
On Thu, Sep 29, 2005 at 10:46:23AM -0500, Harper Shelby wrote:
-> I'm trying to learn how to set up my own Quixote applications. I've
-> gotten the demo working, and it works just fine (using mod_python).
-> However, when I try to set up my own (very minimal) application, using
-> the demo as a starting point, I get redirect issues. Here's what I have
-> in my __init__.py:

[ munch ]

-> The best clue I have is that in the Apache access log, it shows a
-> looping redirect:
->
-> 192.168.0.49 - - [29/Sep/2005:09:17:57 -0500] "GET /quotes/ HTTP/1.1"
-> 301 74 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10)
-> Gecko/20050716 Firefox/1.0.6"

Do you have any evidence that it's actually getting to your application?
How are you running it?  CGI, or SCGI, or...?

I don't spot anything obviously wrong ;).

--titus
reply