Rainer Sokoll wrote:
> Heinrich Götzger wrote:
>
> But anyway: you posted trac's log. Do you use apache's auth? If so,
> apache's error log could be of interest.
No, I use trac auth independent of apache.
This is all I have in my host.conf
<Location /trac>
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnvParentDir /opt/trac
PythonOption TracUriRoot /trac
SetEnv PYTHON_EGG_CACHE /opt/trac/
#AuthType Basic
#AuthName "Trac"
#AuthUserFile /opt/trac/.htpasswd
#Require valid-user
</Location>
Redirect /trac/ https://<my_url>/trac/
And this is in my ssl_host.conf:
<Location /trac>
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnvParentDir /opt/trac
PythonOption TracUriRoot /trac
SetEnv PYTHON_EGG_CACHE /opt/trac/
</Location>
My trac.ini is posted in the first mail as well.
After I granted the permission TRAC_ADMIN to anonymous, I was able to
work with trac as usual.
After removing it I wasn't able to log in at all.
Is there a cache or something like that for modules permissions or other
stuff?
What happened a few days before was an update of gcc with update of all
libraries and subsequent a run of python_updater.
And than, a few days later the reboot of the server which led to a not
working trac as described in the beginning of this thread.
> I still think you have a problem with apache, not with trac.
I think it has to do with authentication and switching role from
anonymous to authorized. But this is just a guess.
>>> "Wait and retry" is for the Windoze whimps :-)
>> Thanks for the telling me the truth ;-) But even my day has only 24h.
>
> Mine has 25 hours - there must be something wrong at your side ;-)
Ah, that's how my days feel like ... ;-)
And thanks for spending some minutes on my problem!
cheers
Heinrich
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---