Fixed it. We had dual virtual hosts sections in two different config files.
On Mar 17, 8:18 am, Mike <[email protected]> wrote: > Hey all. I have a Trac site that has many Tracs. There's a weird > problem where the Trac index page (the page that lists all of the > available Tracs) is showing twice. That is, when I click on a Trac, > say project1, on the index page located athttp://trac.domain.lan/the > resulting url ishttp://trac.domain.lan/project1which is the index > page again. If I click on the Trac again the url > ishttp://trac.domain.lan/project1/project1/and at that point I get > project1's wiki. > > If you were to click on project1 (which goes > tohttp://trac.domain.lan/project1) > and then click on a different project, say project2, the url would > behttp://trac.domain.lan/project1/project2and you'd end up at > project2's wiki page. > > The Tracs are located in an apache2 virtual host. > > <VirtualHost *:80> > ServerName trac.domain.lan > DocumentRoot /var/trac/ > CustomLog "logs/trac.access.log" common > ErrorLog "logs/trac.error.log" > Alias /trac/ /usr/lib/python2.4/site-packages/Trac-0.11.7- > py2.4.egg/trac/htdocs > <Location /> > SetHandler mod_python > PythonOption PYTHON_EGG_CACHE /var/cache/egg-cache > PythonInterpreter main_interpreter > PythonHandler trac.web.modpython_frontend > PythonOption TracEnv /var/trac/ > PythonOption TracUriRoot / > </Location> > > <LocationMatch "/[^/]+/login"> > AuthType Digest > AuthName "trac" > AuthDigestDomain /trac > AuthDigestProvider file > AuthUserFile /var/domain/passwd/trac/auth > </LocationMatch> > </VirtualHost> > > Any ideas as too what the problem might be? Thanks. -- 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.
