> -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > On Behalf Of Milad > Sent: Thursday, July 17, 2008 9:39 AM > To: Trac Users > Subject: [Trac] Using Apache without root privileges > > > Hello: > I am trying to use Trac on a system that I don't have root access on. > There is an Apache web server running, but I don't think I can edit > the configuration file as it explains in the instructions: > > http://trac.edgewall.org/wiki/TracCgi > > So, is it possible to use Trac with an Apache web server without > administrator privileges? If so, are there instructions somewhere? > > I am new to Trac and don't have any experience with Apache, so I would > appreciate any help!
Look up one of the "How to install Trac on dreamhost (or other shared hosting)" guides. The basic idea is to set DirectoryIndex to trac.fcgi in a .htaccess file. You will need to export any environment variables in the FCGI script itself, though 0.11 already does this for you if you use the trac-admin deploy scripts. --Noah --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
