I am new to Trac by my first project is working but I cannot seem to
get the global trac.ini to be used by projects
I have installed on centos4
=== here is my relative apache info...===
<VirtualHost *:80>
### trac
ServerName projects.pageindigo.com
DocumentRoot /srv/trac/
#Alias /trac/ "/srv/trac/"
<Directory "/srv/trac">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
#<Location /trac>
<Location />
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnvParentDir /srv/trac
#PythonOption TracUriRoot /trac
PythonOption TracUriRoot /
SetEnv PYTHON_EGG_CACHE /var/trac/cache
</Location>
#<Location "/trac/gjs_group/login">
<Location "/gjs_group/login">
AuthType Basic
AuthName "GJS Group"
AuthUserFile /srv/trac/gjs_group/.htaccess
Require valid-user
</Location>
======
/usr/lib/python2.3/site-packages/trac/siteconfig.py lists...
__default_conf_dir__ = '/usr/share/trac/conf'
__default_templates_dir__ = '/usr/share/trac/templates'
__default_htdocs_dir__ = '/usr/share/trac/htdocs'
__default_wiki_dir__ = '/usr/share/trac/wiki-default'
__default_macros_dir__ = '/usr/share/trac/wiki-macros'
so to my understanding, I should treat /usr/share/trac/conf/trac.ini
as my global conf?
but when I do things such as set up the [header_logo]
in /usr/share/trac/conf/trac.ini and remove the [header_logo] from
/srv/trac/gjs_group/conf/trac.ini, restart apache for good measure, I
just get the default trac logo (not the one I set up).
any help appreciated. Let me know if you need any other info
Thanks,
Sam
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac