HTTP Basic authentication is broken with PHP-CGI under Apache

Asked by Kolmar Kafran

I'm trying to make queXF run on a Bitnami Lamp Stack but I'm having trouble with basic authentication. Apparently this is due to Apache + FPM.

I tried to apply this: https://github.com/webdevops/Dockerfile/issues/258

adding:

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

to htaccess but without success.
When I add the line above, the testconfig.php recognizes the Authorization, but verifyjs.php still asks for authentication.

Question information

Language:
English Edit question
Status:
Solved
For:
queXF Edit question
Assignee:
No assignee Edit question
Solved by:
Kolmar Kafran
Solved:
Last query:
Last reply:
Revision history for this message
Kolmar Kafran (kafran) said :
#1

Never mind. I forgot to add the operator.