I'm trying to setup trac on an RHEL system and mostly followed these
directions:

http://trac.edgewall.org/wiki/TracOnRhel4

When trying to browse to my project, I'm getting the following from
apache's error_log:

[Thu Oct 05 16:42:24 2006] [notice] mod_python: Creating 4 session
mutexes based on 256 max processes and 0 max threads.
[Thu Oct 05 16:42:24 2006] [notice] Apache/2.0.52 (Red Hat) configured
-- resuming normal operations
[Thu Oct 05 16:42:35 2006] [error] [client 10.95.76.130] Directory
index forbidden by rule: /var/www/html/
[Thu Oct 05 16:42:43 2006] [error] [client 10.95.76.130] PythonHandler
trac.web.modpython_frontend: Traceback (most recent call last):
[Thu Oct 05 16:42:43 2006] [error] [client 10.95.76.130] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.3/site-packages/mod_python/apache.py", line 299, in
HandlerDispatch\n    result = object(req)
[Thu Oct 05 16:42:43 2006] [error] [client 10.95.76.130] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line
87, in handler\n    gateway.run(dispatch_request)
[Thu Oct 05 16:42:43 2006] [error] [client 10.95.76.130] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.3/site-packages/trac/web/wsgi.py", line 87, in run\n
  response = application(self.environ, self._start_response)
[Thu Oct 05 16:42:43 2006] [error] [client 10.95.76.130] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.3/site-packages/trac/web/main.py", line 346, in
dispatch_request\n    env = _open_environment(env_path,
run_once=environ['wsgi.run_once'])
[Thu Oct 05 16:42:43 2006] [error] [client 10.95.76.130] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.3/site-packages/trac/web/main.py", line 57, in
_open_environment\n    env_cache[env_path] = open_environment(env_path)
[Thu Oct 05 16:42:43 2006] [error] [client 10.95.76.130] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.3/site-packages/trac/env.py", line 433, in
open_environment\n    env = Environment(env_path)
[Thu Oct 05 16:42:43 2006] [error] [client 10.95.76.130] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.3/site-packages/trac/env.py", line 126, in __init__\n
   self.verify()
[Thu Oct 05 16:42:43 2006] [error] [client 10.95.76.130] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.3/site-packages/trac/env.py", line 174, in verify\n
 fd = open(os.path.join(self.path, 'VERSION'), 'r')
[Thu Oct 05 16:42:43 2006] [error] [client 10.95.76.130] PythonHandler
trac.web.modpython_frontend: IOError: [Errno 13] Permission denied:
'/home/repos/trac/testproject/VERSION'

Does anything in here look obviously suspicious?

I've set up previous versions of trac, but at that time I didn't use
the PythonHandler.

Also, whenever I start up apache, I'm seeing:

Starting httpd: [Thu Oct 05 16:42:23 2006] [warn] module python_module
is already loaded, skipping

Even though I'm sure I shut it down.  Testing the project using tracd
works fine.

Any ideas?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to