Hi, to setup trac using mod_python in what file on the server do I put the following ********************************************************************************************* <Location /projects/myproject> SetHandler mod_python PythonHandler trac.ModPythonHandler PythonOption TracUriRoot "/projects/myproject" PythonOption TracEnv /var/trac/myproject </Location> ****************************************************************** <Location "/projects/myproject/login"> AuthType Basic AuthName "myproject" AuthUserFile /var/trac/myproject/.htpasswd Require valid-user </Location> ******************************************************************** <Location /projects/myproject> ... PythonPath "sys.path + ['/path/to/trac']" ... </Location> *********************************************************************** Thanks, Brian Brian McCann Release Engineer Viziant Corporation Phone: (617) 692-2793 Cell: (508) 212-9193 [EMAIL PROTECTED]
________________________________ From: [email protected] on behalf of Emmanuel Blot Sent: Thu 4/5/2007 11:39 AM To: [email protected] Subject: [Trac] Re: Trac install > The OS is RH4.4ES I installed SVN from Collabnets site using their rpm > CollabNetSubversion-server-1.4.2-8.i386.rpm Well, I'm not really a fan of RedHat, so I hope other users can give you better information about how to install SVN on such a distribution. Nevertheless, it seems that you can find RPM packages from: http://summersoft.fay.ar.us/pub/subversion/latest/rhel-4/i386/ (I would recommend you uninstall Collab.net's ones before installing the above ones, in order to avoid conflicts and version mismatch) > I really appreciate the time you've been able to give me on this U're welcome. Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
