[Trac] Re: CGI mode not working

2008-07-14 Thread Eno
On Jul 1, 8:16 pm, Noah Kantrowitz [EMAIL PROTECTED] wrote: Whatever these reasons are, find another solution. You will almost   surely be unsatisfied withCGI. Can't use mod_python because it doesn't like mod_php. -- --~--~-~--~~~---~--~~ You received this

[Trac] CGI mode not working

2008-07-01 Thread Eno
For various reasons, Ive had to switch our Trac installs from using mod_python to using CGI. In my Apache vhost I have: ScriptAlias / /usr/local/trac/cgi-bin/trac.cgi Bringing up the site in a web browser, I see the usual wiki home page, however clicking on any of the links in the top nav bar

[Trac] Switched from mod_python to CGI mode, but links not working

2008-06-25 Thread Eno
For various reasons, Ive had to switch our Trac installs from using mod_python to using CGI. In my Apache vhost I have: ScriptAlias / /usr/local/trac/cgi-bin/trac.cgi Bringing up the site in a web browser, I see the usual wiki home page, however clicking on any of the links in the top nav bar

[Trac] Re: Trac ignore certain URLs?

2007-11-15 Thread Eno
On Nov 14, 5:51 pm, Graham Dumpleton [EMAIL PROTECTED] wrote: What if you change this to: Alias /files/ /home/www/files/ Didn't seem to make any difference. (I also tried this with and without a similar change to the Location stanza --~--~-~--~~~---~--~~

[Trac] Trac ignore certain URLs?

2007-11-14 Thread Eno
I want to have a particular URL under a Trac site to be ignored by Trac. I have an Alias stanza in my vhost config that points that URL to a folder outside of Trac but how do I tell Trac to not handle that URL? (Right now, I get an error saying Trac couldn't find a handler for that URL).

[Trac] Re: Trac ignore certain URLs?

2007-11-14 Thread Eno
On Nov 14, 4:53 pm, Graham Dumpleton [EMAIL PROTECTED] wrote: Presuming you are using mod_python, use something like: Alias /some/url /some/path Location /some/url SetHandler None /Location If you are using mod_wsgi, then the Alias directive should be sufficient, you just need

[Trac] Re: One trac environment brings down the rest

2007-11-02 Thread Eno
On Oct 25, 7:23 pm, Graham Dumpleton [EMAIL PROTECTED] wrote: Or in summary, in mod_python configuration force Trac to run in main interpreter: PythonInterpreter main_interpreter The only problem with that though is that if you are relying on the separation provided by the distinct sub

[Trac] One trac environment brings down the rest

2007-10-25 Thread Eno
We're running multiple Trac environments with mod_python and Apache2 and one of the instances seems to be messing up mod_python. The error I see in the Apache log says: [Thu Oct 25 09:51:24 2007] [error] [client 161.221.68.43] PythonHandler trac.web.modpython_frontend: Traceback (most recent