On Wednesday, August 5, 2015 at 12:42:50 PM UTC-7, RjOllos wrote:
>
>
>
> On Wednesday, August 5, 2015 at 12:15:17 PM UTC-7, Robert Jacobson wrote:
>>
>>
>>
>> I assume you do NOT need to see the SiteMinder stuff in httpd.conf.  
>>
>> trac.conf:
>>
>> LoadModule wsgi_module modules/mod_wsgi.so
>> #WSGIScriptAlias /wsgi_app /data/www/html/test.wsgi
>> #WSGIScriptAlias /wsgi_app2 /data/www/html/test.py
>>
>> Alias /trac/chrome/common 
>> /data/www/html/trac/testproject/deploy/htdocs/common
>> Alias /trac/chrome/site /data/www/html/trac/testproject/deploy/htdocs/site
>>
>> <Directory "/data/www/html/trac/testproject/deploy/trac/htdocs">
>>   Order allow,deny
>>   Allow from all
>> </Directory>
>>
>> WSGIScriptAlias /trac 
>> /data/www/html/trac/testproject/deploy/cgi-bin/trac.wsgi
>>
>> <Directory /data/www/html/trac/testproject/deploy/cgi-bin>
>>     WSGIApplicationGroup %{GLOBAL}
>>     Order deny,allow
>>     Allow from all
>> </Directory>
>>
>> # This is commented out because nothing worked when it was in effect.
>> #<Location "/trac/login">
>>   #RequestHeader set REMOTE_USER %{REMOTE_USER}s
>> #</Location>
>>
>
> I'd be interested to see the SiteMinder stuff if it's a Location directive 
> for a path.
>
> It appears you aren't running TracStandalone with mod_proxy, so I'm not 
> sure you need to use the configuration discussed 
> in TracStandalone#Authenticationfortracdbehindaproxy.
>

lkraav, who wrote the content on 
the TracStandalone#Authenticationfortracdbehindaproxy page after getting 
mod_proxy working with TracStandalone, suggested just changing the path of 
the Location directive:

<Location "/trac">
  RequestHeader set REMOTE_USER %{REMOTE_USER}s
</Location>

-- 
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/d/optout.

Reply via email to