I have a Ruby on Rails app which must support both Basic and Digest 
authentication. The standard approach is to include multiple WWW-Authenticate 
headers and allow the user agent to select the best scheme. Since moving from 
mod_fastcgi to mod_fcgid the response comes back from the server with both 
WWW-Authenticate headers merged into one, separated with a comma. This does not 
work, and breaks authentication for user agents which do not support Digest 
auth. Does fcgid support multiple headers of the same name? Is there some way 
to turn off the automatic header merging? This is running Ruby 1.8, Apache 
2.2.3, and fcgi 2.1-1.

-Gabe




 
____________________________________________________________________________________
Don't get soaked.  Take a quick peek at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to