Voting

: zero plus nine?
(Example: nine)

The Note You're Voting On

derkontrollfreak+9hy5l at gmail dot com
9 years ago
Workaround for missing Authorization header under CGI/FastCGI Apache:

SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0

Now PHP should automatically declare $_SERVER[PHP_AUTH_*] variables if the client sends the Authorization header.

<< Back to user notes page

To Top