thats how it works for me:
<VirtualHost *:80>
ServerName trac.local
<Location />
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/www/pfcstrac
</Location>
CustomLog /var/log/apache2/access.log combined
LogLevel debug
ErrorLog /var/log/apache2/pfcstrac-error.log
</VirtualHost>
whats about the log files? any hints?
On 7 Dez., 04:18, "dmarkow" <[EMAIL PROTECTED]> wrote:
> Tried that, that's when I get the 403 errors.
>
> I just noticed that when my error log is showing mod_python Seg
> Faulting whenever I try to access the page and it says "Page Not
> Found."
>
> Could this be because I'm using Apache 2.2 with mod_python 3.2.10? I
> know mod_python works with Apache 2.2 for other stuff, but maybe trac
> isn't compatible yet?
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---