All pastes #2048333 Raw Edit

Untitled

public text v1 · immutable
#2048333 ·published 2011-04-19 17:18 UTC
rendered paste body
AuthName "Authentication Base"
AuthType Basic
AuthUserFile /var/www/myapp/.htpasswd
Require valid-user

<Files "heartbeat.php">
        order allow,deny
        allow from xx.yy.
        allow from xx.zz.
        Satisfy Any
</Files>