Apologies for top-posting, but I just have a summary.

When testing according to the TracModPython page, turn off mod_security.
Then the test will work.

The rest of my problems had to do with various copies of old plugins.
Straightening out the plugin versions solved the problem.  Also, there
are a few patches to TracAccountManager plugin that I had to apply by
hand as they are only posted in tickets at track-hacks, but not yet
reflected in the source tree.

Thanks for the hints.

On Mon, 2009-10-19 at 14:39 -0400, Derek Yarnell wrote: 
> 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
> 
> 
> 
> 
-- 
                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

Reply via email to