search for: http_author

Displaying 3 results from an estimated 3 matches for "http_author".

Did you mean: http_auth
2006 Apr 29
2
iCal / Authentication / Site5 ?
...Basic HTTP Authorization from this page - http://blogs.23.nu/c0re/stories/7409/ Everything works fine in my dev machine, but on the server (Site5), I get the login prompt ad infinitum. Has anyone run into this? Have other suggestions I could try? Chasing down another theory, I noticed that "HTTP_AUTHORIZATION" doesn''t appear in request.en -- is it possible/likely that''s the source of my problem? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060429/2b03b4ee/attachment.html
2008 Apr 10
2
Testing an action behind HTTP Authentication
Greetings, I''m writing an integration test and would like to make sure that, with the correct credentials, I get the proper response. The problem is I don''t know how to use the ''get'' method to attach the username and password to the request. For example, when using RSpec''s Story tests.. When("I request the user information for that
2005 Jun 30
4
A Memoir on FastCGI and Apache
...- An example dynamic configuration: <IfModule mod_fastcgi.c> FastCgiIpcDir /tmp/fcgi_ipc/ AddHandler fastcgi-script .fcgi FastCgiConfig -restart -minProcesses 5 -maxProcesses 50 \ -initial-env RAILS_ENV=production -idle-timeout 360 \ -pass-header HTTP_AUTHORIZATION </IfModule> As of this writing, I have been unable to get the dynamic processes to stay running (they die mysteriously and do not get restarted even though the -restart directive is included in the FastCgiConfig setting). I''m going to switch to David and Norman...