Opened 16 years ago

Closed 16 years ago

#6768 closed (invalid)

Integrating trac with Apache and mod_python: Error on Mod_python

Reported by: Nagaraju M Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

when i m trying to open my project under trac example: http://localhost/raj i m getting the following error. please can any one help me

MOD_PYTHON ERROR

ProcessId: 21661
Interpreter: 'main_interpreter'

ServerName: 'localhost.localdomain'
DocumentRoot: '/var/www/html'

URI: '/raj'
Location: '/raj'
Directory: None
Filename: '/var/www/html/raj'
PathInfo:

Phase: 'PythonHandler'
Handler: 'trac.web.modpython_frontend'

Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch

default=default_handler, arg=req, silent=hlist.silent)

File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1229, in _process_target

result = _execute_target(config, req, object, arg)

File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1128, in _execute_target

result = object(arg)

File "/usr/lib/python2.5/site-packages/trac/web/modpython_frontend.py", line 87, in handler

gateway.run(dispatch_request)

File "/usr/lib/python2.5/site-packages/trac/web/wsgi.py", line 87, in run

response = application(self.environ, self._start_response)

File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 391, in dispatch_request

env = _open_environment(env_path, run_once=run_once)

File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 58, in _open_environment

env_cache[env_path] = open_environment(env_path)

File "/usr/lib/python2.5/site-packages/trac/env.py", line 462, in open_environment

env = Environment(env_path)

File "/usr/lib/python2.5/site-packages/trac/env.py", line 147, in init

self.verify()

File "/usr/lib/python2.5/site-packages/trac/env.py", line 195, in verify

fd = open(os.path.join(self.path, 'VERSION'), 'r')

IOError: [Errno 13] Permission denied: '/home/svn/trac/venturia/VERSION'

Change History (1)

comment:1 by Michael Radziej, 16 years ago

Resolution: invalid
Status: newclosed

This tracker is about django, not mod_python, apache or trac.

Note: See TracTickets for help on using tickets.
Back to Top