Hello, as first my english are not good so i think therefore i didn't found the solution for my problem.
I have create two projects. First 2 weeks before, write in the VirtualHost <VirtualHost *> DocumentRoot /var/www/user1/htdocs ServerName user1.loc <Location /cms> SetHandler mod_python PythonHandler trac.web.modpython_frontend PythonOption TracEnv /var/www/user1/trac PythonOption TracUriRoot /cms AuthType Basic AuthName "Security-Section" AuthUserFile /var/www/user1/.htpasswd Require valid user </Location> </VirtualHost> Yesterday i have create a second Virtualhost with an own trac and Repositary: <VirtualHost *> DocumentRoot /var/www/user2/htdocs ServerName user2.loc <Location /trac> SetHandler mod_python PythonHandler trac.web.modpython_frontend PythonOption TracEnv /var/www/user2/trac PythonOption TracUriRoot /trac AuthType Basic AuthName "Security-Section" AuthUserFile /var/www/user2/.htpasswd Require valid user </Location> </VirtualHost> The second trac-project works fine but the first one show me a blank page. The freaky are that the sourcecode from first project shows me the complete html-code from the first trac-project-site, but the browser (tested on firefox and Internet Explorer 7.x) shows a blank page. What i have make wrong here? Thank you, Stefan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
