SCGI + Quixote, Location / ?

Michael Best <[email protected]>
Newsgroups gmane.comp.web.quixote.user
Message-ID <[email protected]>
Trying to run the demo application with http://www.example.com/ as the URL.

   <Location />
     SCGIServer localhost:4000
     SCGIHandler On
     Order allow,deny
     Allow from all
   </Location>

When you go to http://www.example.com/ you get:

Traceback (most recent call last):
   File "/usr/lib/python2.3/site-packages/quixote/publish.py", line 275,
in process_request
     output = self.try_publish(request)
   File "/usr/lib/python2.3/site-packages/quixote/publish.py", line 250,
in try_publish
     assert path[:1] == '/'
AssertionError

Form:

Cookies:

Environment:


This forces you go to http://www.example.com//  (adding an additional /
to the end of your URL)

Is there a way to configure Apache so that PATH_INFO would equal / for
the the URL http://www.example.com/ or is a fix needed to
quixote/publish.py ?

-Mike
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.