durusmail: quixote-users: Giving Quixote the root url
Giving Quixote the root url
2004-10-26
2004-10-27
2004-10-27
2004-10-27
Giving Quixote the root url
VanL
2004-10-26
Hello,

We have happily been using quixote for our site, but now we want to move
it over so that everything on a particular site goes through quixote.
In the httpd.conf, we have:


     Options Indexes FollowSymLinks
     AllowOverride All
     Order allow,deny
     Allow from all



     SetHandler python-program
     PythonHandler  ellis.www.handlers.mod_python.mod_python_session_handler
     PythonOption quixote-root-namespace ellis.www.webface.main
     PythonInterpreter ellis
     PythonDebug On


This works .. sortof.  Going to http://root.url.com/anything gets it
into quixote -- but going to the http://root.url.com/ gives the standard
apache "This is apache" page.

What is the best way to give quixote the root?

VanL


reply