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