(openSUSE 10.3, i586, python-2.5.1-39, trac-0.11.3-1.1)

Hi Trac Gurus,

since days we try to get Trac authentication with either mod_python or 
mod_fcgid running, but only with tracd it's working (tracd --port 8090 
--basic-auth="*",/data/tcsvn/etc/dav_svn.passwd, -e /data/tctrac/projects).

Trac, Browse Source etc. is all ok, but when clicking on "Login" we get the 
(according to the FAQ and google-search well-known) error "Authentication 
information not available". We tried with and without quotation marks, with 
Location and LocationMatch directives etc. When we tried with mod_fcgid 
(ScriptAlias setting in vhost.conf, python deactivated) we even got 
"environment not found" on an empty page when clicking on "Login". Now we're 
really lost. Any help is appreciated.

vhost.conf reads as follows:

NameVirtualHost *
Listen 10.11.8.9:80

<VirtualHost *>
   ServerName tctrac1

        <LocationMatch "/">
                # SetEnv PYTHON_EGG_CACHE /var/lib/trac/.egg-cache
                SetHandler mod_python
                PythonInterpreter main_interpreter
                PythonHandler trac.web.modpython_frontend
                PythonOption TracEnvParentDir /data/tctrac/projects
                PythonOption TracUriRoot /
        </LocationMatch>

        # <LocationMatch "/[^/]+/login">
        <Location /tractest/login>
                AuthType Basic
                AuthName "Trac"
                AuthUserFile /data/tcsvn/etc/dav_svn.passwd
                Require valid-user
        </Location>
        # </LocationMatch>
</VirtualHost>

Thanks,
soleum

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to