Hello!
Using "tracd --port 8000 /srv/trac-env/mytracenv" and
http://serverip/trac-env/ I come to the "Available Projects" page and
everything works great. However, when using Apache with this in the
httpd.conf:
<Location /svn-repos>
DAV svn
SVNParentPath /srv/svn-repos
AuthType Basic
AuthName "Subversion Repositories"
AuthUserFile /srv/svn-repos/.htaccess
Require valid-user
</Location>
<Location /trac-env>
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnvParentDir /srv/trac-env/
PythonOption TracUriRoot /trac-env
</Location>
<LocationMatch "/trac-env/[^/]+/login">
AuthType Basic
AuthName "Trac"
AuthUserFile /srv/trac/.htaccess
Require valid-user
</LocationMatch>
When I come to the "Available Projects" the projects are listed but they are
not hyperlinked and "Error ()" is showed. There are no errors in the Apache
error_log.
my /etc/group has:
svn:x:1001:nobody,marlun
trac:x:1002:nobody,marlun
nobody is Apache's user and marlun is mine. I've given the /srv/svn-repos
the group ownership of svn and the group permission: write, read and
execute. The /srv/trac-env/ has group ownership trac and also group
permission write, read, execute.
What could be wrong? Why is it working with tracd but with Apache just shows
unlinked project names and empty Error ().
Thanks in advance!
--
View this message in context:
http://www.nabble.com/Available-Projects-showing-empty-errors.-t1746452.html#a4747417
Sent from the Trac Users forum at Nabble.com.
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac