Trying to run the demo application with http://www.example.com/ as the URL.SCGIServer localhost:4000 SCGIHandler On Order allow,deny Allow from all 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