This is an old revision of the document!


Apache

  • 'dev' umgebugsvariable setzen, in scripten abfragen, wo nötig

proxy header blocken

htaccess conditions

<If "req('Host') == 'url.de'">
        AuthName "protected"
        AuthType Basic
        AuthUserFile /path/to/.htpasswd
        require valid-user
</If>
Edit this page