So when I try to connect to my trac install I get the following output
in my apache error log:
[Tue Sep 12 19:13:13 2006] [notice] mod_python: (Re)importing module
'trac.web.modpython_frontend'
[Tue Sep 12 19:13:14 2006] [notice] child pid 19380 exit signal
Segmentation fault (11)
I have python debug on, but I dont get anything other than what you
see. The client gets nothing on the page or under view source. I have
other sites using mod_python that are working well, I think the problem
lies with the modpython_frontend module.
Here are the relevant details:
mod_python-3.1.3-5.1
trac-0.9.6-1
clearsilver-0.10.1-1.2
python-clearsilver-0.10.1-1.2
httpd-2.0.52-28
And the config:
<VirtualHost $X:80>
ServerName $I.com
ServerAlias trac.$I.com
DocumentRoot /var/www/$I/trac
<Location />
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/www/$i/trac
PythonOption TracUriRoot /
PythonDebug on
</Location>
<Location /login>
AuthType Basic
AuthName "Trac"
AuthUserFile /var/www/$I/trac/.htpasswd
Require valid-user
</Location>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---