zwetan wrote: > Hello, > > I'm running Trac 0.9.6 stable under Apache 2.0.5x on Windows > > I was wondering if it's possible: > - to have different apache conf per web site > so you can run Trac 0.9.6-stable on trac.domain.com > and in // run Trac 0.10-RC1 on test.domain.com > > note: I'm also interested for these kind of settings, > to be able to run different vhost either in cgi / fcgi / mod_python > and different version of Python 2.3/2.4/etc. > > my goal is to run in // a lot of different configuration > so I can test which one work best, or for example > copy a trac-in-production to a test environment, check if things work > ok > then put the new trac version in production feeling sure it not gonna > break anything > > perharps this is OT here and I should post to an Apache group ? > > sorry if it's the case, > any link/advices appreciated (searched a little, didn't find that much) > > zwetan
Hi zwetan! I once wanted to do so, too. But then I decided to do any tweaking on my machine, and have a proper, clean installation on the production host. reasons: * you (may) have to differentiate between mod_python modules -> you need 2 apaches processes. * you may have to differentiate between two different sqlite installations and/or databases * want to have different python releases for running production on 2.4 and testing your shiny new trac in python 2.5? * you have to differentiate between the userland utils (trac-admin...) * trac could use external utils for syntax highlighting, which in turn could be I guess you get an idea of why I choose running different tracs on different hosts. If you do not know for 105% how to set all PATH environment variables for the httpd process spawned by /etc/init.d/apache2, it is IMO useless to try. Cheers, Peter P.S.: http://sourceforge.net/project/showfiles.php?group_id=15538 is a pretty universal way to set user and/or process environments... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---