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

Maxim Nechaev nechaev at eda.kms.ru
Thu May 10 08:32:29 GMT 2007


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.


-- 
Maxim Nechaev




More information about the Catalyst mailing list