Hi Matt,

I have been playing with Trac and Redmine (we will be going with Redmine i am pretty sure since it allows remote SCM repositories and is just less cluttered imho).

I have gotten Trac up and running on RHEL 5.3 (would work fine on 5.4) with minimal effort, i did have a RPM of python setuptools but used the release tarball of Trac 0.11.5 and just did the,

  python ./setup.py install

in the directory.  Then did a

  trac-admin /export/trac/test initenv

and,

  chown -R apache.apache /export/trac/test

My httpd config looks like this,

LDAPVerifyServerCert off

<Location /trac/test>
   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv /export/trac/test
   PythonOption TracUriRoot /trac/test
</Location>

<Location /trac/test/login>
   SSLRequireSSL
   AuthType Basic
   AuthName "UMIACS Trac"
   AuthzLDAPAuthoritative off
   AuthBasicProvider ldap
   AuthLDAPURL ###########################################
   Require valid-user
</Location>

Good luck,
derek

On Oct 18, 2009, at 7:56 PM, Matthew Saltzman wrote:

Does anyone have Trac 0.11.5 running on RHEL 5.4?

If so, could you share your config files and any tips or tricks?

I can't even get the test configuration with mpinfo working as suggested
on the TracModPython page.  I do know that mod_python is being loaded
and I can get it to work with a .htaccess file as described in
http://www.dscpl.com.au/wiki/ModPython/Articles/GettingModPythonWorking ,
but I can't get from there to the TracModPython stuff.

My Trac is packaged by RPMforge.  The other relevant RPMs are straight
from RHEL.

Thanks very much.
--
               Matthew Saltzman

Clemson University Math Sciences
mjs AT clemson DOT edu
http://www.math.clemson.edu/~mjs

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list


Derek Yarnell
UNIX Systems Administrator
University of Maryland
Institute for Advanced Computer Studies



_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to