meldibo Posted August 1, 2011 Posted August 1, 2011 Hi all I am new to heliohost and wanted to implement Digest HTTP Authentication in a PHP script, but it appears that the mod_auth_digest Apache Module is not installed. Is this really the case? Is it possible to get it enabled? (I am on Johnny) Many thanks and regards, meldibo
Guest Geoff Posted August 2, 2011 Posted August 2, 2011 We could install that module for you, but: However, it has not been extensively tested and is therefore marked experimental. Can you find a more stable alternative or not?
meldibo Posted August 2, 2011 Author Posted August 2, 2011 Thanks for tha quick response and for the offer. I was indeed unaware that this module is experimental. Anyway, as I implement the authentication myself anyway, and would have needed the module just so that php fills some variable correctly, i found a workaround. In case anybody needs it: For beeing able to implement HTTP Digest Authentication in PHP you can use the Rewrite-Engine to assign the HTTP-Auth-String to an enviroment-variable as follows: <IfModule mod_rewrite.c> RewriteEngine on RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] </IfModule> Thanks again geoff and regards, meldibo
Guest Geoff Posted August 2, 2011 Posted August 2, 2011 Glad your problem got solved! Please spare a few minutes to take our brief survey:http://feedback.heliohost.org/Your participation in this survey is greatly appreciated.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now