logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: FastCGI and PHP_AUTH_*
Author
Vic D'Elfant



Joined: 13 Dec 2008
Posts: 1

PostPosted: Tue 16 Dec '08 13:03    Post subject: FastCGI and PHP_AUTH_* Reply with quote

I am encountering a problem where I am using PHP 5.2.8 in combination with the mod_fcgid module available from the website, and am unable to use one of the $_SERVER's PHP_AUTH_* variables. I found out that I'm not the only one after Googling around for a little while, and this problem appears to be caused by the HTTP Authorization header which isn't passed to FastCGI properly. Whilst the header can be passed by using a FastCGI configuration directive, this does not solve the problem with PHP itself because one would have to parse the Authorization header manually; something which isn't acceptable in my position as a hosting provider.

Is this something which can be fixed/patched by you, Steffen? There appear to be some patches around for this but I'm not comfortable applying them myself.
Back to top


Reply to topic   Topic: FastCGI and PHP_AUTH_* View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules