Found the culprit. SELinux. Once I opened up that directory all was well. For anyone else who may be interested (and has SELinux enabled), run the following:
sudo chcon -R -t httpd_sys_content_t /path/to/egg/cache/dir On 8/2/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
On 8/2/06, Emmanuel Blot <[EMAIL PROTECTED]> wrote: > What is the exact value you've defined for PYTHON_EGG_CACHE (in Apache > config file), and what is the actual path of your Trac project(s) ? I'm using mod_python, so: SetEnv PYTHON_EGG_CACHE /opt/projects/tmp PythonOption TracEnv /srv/trac/projectname > ps: Alec Thomas (the web admin of trac-hacks.org) told me that setting > up Apache 2.2 with Trac is far from being easy. > Actually, Trac seems to run brilliantly. I've seen Trac/2.2 issues on Windows, but haven't heard of - nor have I had - any issues with 2.2 on Linux (I'm running FC5). I may not have found the problems yet, though, so if you have any specifics, I'd love to hear them. I'll take a look at the site, too (just to be sure). Thanks.
-- Rob Wilkerson _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
