[Catalyst] Catalyst::Plugin::Authentication::Credential::HTTP vs Catalyst::Engine::FastCGI

Matt S Trout dbix-class at trout.me.uk
Thu May 10 14:07:36 GMT 2007


On Thu, May 10, 2007 at 06:32:29PM +1100, Maxim Nechaev wrote:
> Look like "Catalyst::Plugin::Authentication::Credential::HTTP" don't
> work with "Catalyst::Engine::FastCGI". Under builtin web server all is
> ok. I use apache1 web server and mod_fastcgi module. After some search i
> find that by default mod_fastcgi don't pass http header "Authorization"
> to application and you must use option:
> 
> FastCgiServer /path/to/MyApp/script/myapp_fastcgi.pl -pass-header
> Authorization
> 
> But this don't help me.

Ok, so can we see the code you've got so far and the full HTTP request
-and- response (with all headers) under the standalone server and under
FastCGI, please?

Without knowing what you're running and what the difference in behaviour
you're seeing is we can't really help you.

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director    Want a managed development or deployment platform?
 Shadowcat Systems Ltd.  Contact mst (at) shadowcatsystems.co.uk for a quote
http://chainsawblues.vox.com/             http://www.shadowcatsystems.co.uk/ 



More information about the Catalyst mailing list