Hi list,

I'm migrating a Trac installation from mod_python+Trac-0.12.5 to 
mod_fcgid+Trac-1.0.1 (with apache 2.2)
Trac manages multiple environment through the TRAC_ENV_PARENT_DIR variable.

Trac is configured as follow (auth is made at the virtual host level) :

        FcgidInitialEnv TRAC_ENV_PARENT_DIR /datas/trac
        ScriptAlias /bts /var/www/trac/cgi-bin/trac.fcgi/
        <Location /bts>
                SetEnv HTTPS 1
                Require valid-user
        </Location>


In the new setup, everything's fine is that I can access all environment 
correctly *but* the apache error log shows

[Thu Nov 28 14:28:24 2013] [error] [client 172.20.16.75] access to 
/trac_envN/login/xmlrpc failed, reason: user 'john' does not meet 
'require'ments for user/valid-user to be allowed access
[Thu Nov 28 14:28:36 2013] [error] [client 172.20.16.75] access to 
/trac_envN/ticket/2834 failed, reason: user 'john' does not meet 'require'ments 
for user/valid-user to be allowed access


- john however is a valid user and is authenticated on the server
- Neither the access log nor a client-side debug tries to access directly 
/trac_envN/… and no 404 are generated :

172.20.16.75 - john [28/Nov/2013:14:28:24 +0100] "POST 
/bts/openflow/login/xmlrpc HTTP/1.1" 200 602
172.20.16.75 - john [28/Nov/2013:14:28:36 +0100] "GET /bts/openflow/ticket/2834 
HTTP/1.1" 200 8341

It shows the same error message even for static files (css or js).

What did I miss in this new configuration ?

Thanks,
Ionel
-- 
This message and any attachments (the message) are confidential and intended 
solely for the addressees.
Any unauthorised use, dissemination or reproduction is strictly prohibited.
The sender does not accept liability for any errors or omissions in the 
contents of this message arising as a result of e-mail transmission.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to