Hi, On 2/26/2010 12:53 PM, Joost Kraaijeveld wrote:
Hi,I have a Denian Squeeze server that, until 2 days ago, functioned good with multiple virtual hosts, mod_python and Trac. For unknown reasons it suddenly stopped working. It appears that all<Location></Location> directives in all virtual hosts except the default virtual host are ignored. Accessing them result in a message "File does not exist: /var/www/trac.askesis.nl/docs/mpinfo" where mpinfo is the following directive: <Location /mpinfo> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler mod_python.testhandler </Location> Again, the same directive is working for the default website. Does anyone have any idea where to look for a solution for this problem or experienced the same problem (preferably with a solution ;-))?
I'm not sure why, but every second time I get an error when installing Trac from the checkout when Apache is still running (probably some weird setuptools / mod_python interaction), so you should double check if the Trac .egg was correctly installed. To be safe, stop the server, do a "python setup.py install" (or bdist_egg, copy) and restart the server.
HTH, -- Christian
TIA
-- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
