[rt-users] WebExternalAuth and Apache authentication

Stefan Berder sbe at oleane.net
Thu Sep 25 10:01:29 EDT 2003


Stefan Berder wrote:
[snip]
> Here are excerpts from my config :
> Apache:
>     AddHandler fastcgi-script fcgi
>     ScriptAlias /restricted/rt3 /opt/rt3/bin/mason_handler.fcgi/
>     Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
[snip]
Okay, after investigating I found the "reason why".
In fact, the ScriptAlias is aiming a path that is outside the auth 
protected area, so in the /opt/rt3 path the REMOTE_USER is no more 
valid. I changed my config to the following and all is ok now :
     AddHandler fastcgi-script fcgi
     ScriptAlias /restricted/rt3 
/var/www/exploit/htdocs/restricted/rt3/mason_handler.fcgi/
     Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
# Global confg for RT
FastCgiConfig -idle-timeout 60 -maxProcesses 20 -maxClassProcesses 10
FastCgiServer /var/www/root/exploit/htdocs/restricted/rt3/mason_handler.fcgi

-- 
  #=- Stefan Berder                  tel : 4 76 72        -=#
  #=- Ingénieur système et réseau          01 41 21 76 72 -=#
  #=- TRANSPAC / CSIG-SIS-ISS       mail : sbe at oleane.net -=#
  #=- /(bb|[^b]{2})/      stefan.berder at francetelecom.com -=#




More information about the rt-users mailing list