I'm new to apache configurations and would appreciate any help with the following problem.
I recently installed the trac port on my FreeBSD machine (6.2- RELEASE). As noted in the section for FreeBSD users, I have made sure my mod_python (mod_python-3.3.1) and apache(apache-2.0.63) versions are up-to-date. I have sqlite3-3.5.6 and MySQL installed. Installation seemed to go OK. I created a project environment with trac-admin. I was able to see the sample page with the standalone server command: tracd --port 8000 /path/to/myproject Then, I started work on setting up trac to work with my apache webserver. I wanted to create a virtual host to point to my trac environment and thereby serve the wiki. But I couldn't get it to work. So I tried a simple configuration for apache like what is shown on the Trac Guide. <Location /myproject> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnv /path/to/myproject PythonOption TracUriRoot /myproject </Location> But apache just keeps serving up blank pages when I go to http://<servername>/myproject. Another thing that might be important to know is that I am using the same Apache webserver with Django to handle other locations. Also, sometimes Django would intercept the page and give its Django "Page not found (404)" debugging page. Please help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
