This is an old revision of the document!
Apache
- 'dev' umgebugsvariable setzen, in scripten abfragen, wo nötig
proxy header blocken
RequestHeader unset Proxy early
htaccess conditions
<If "req('Host') == 'url.de'">
AuthName "protected"
AuthType Basic
AuthUserFile /path/to/.htpasswd
require valid-user
</If>
