Hi,

I am having problems getting the trac web interface running using an apache server under Redhat Enterprise 4. I have got a trac project up and running using the tracd server and as far as I can tell, I've got the mod_python module working under my apache server (its running a mptest.py script successfully)

My apache configuration for trac is as follows:

LoadModule python_module modules/mod_python.so

<Location /bash>
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /scratch/trac/project/private/bash
PythonOption TracUriRoot /bash
</Location>
<Location "/bash/login">
AuthType Basic
AuthName "Bash"
AuthUserFile /scratch/trac/conf/passwd.trac
Require valid-user
</Location>

When I point my browser at localhost/bash, I am asked for username and password, but then the browser just displays a blank page and I get the following error message in httpd/error_log:

[Thu Aug 03 16:07:54 2006] [notice] child pid 16241 exit signal Segmentation fault (11)

I am using:

python-2.3.4-14.2
mod_python-3.1.3-5.1
httpd-2.0.52-22.ent
subversion-1.1.4-2.ent

from the RHEL4 distribution and:

trac-0.9.6
sqlite-3.3.6
pysqlite-2.3.2
clearsilver-0.10.3

which I have compiled and install myself.

Any help/ideas would be greatly appreciated.

Thanks

Steven
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to