ref: 39e0c2261a38203b96ce12d26dc2d29853d9e7ca dir: /bin/contrib/rc-httpd/handlers/authorize/
#!/bin/rc if(~ $REMOTE_USER ''){ extra_headers=($extra_headers 'WWW-Authenticate: Basic realm="'$"SERVER_NAME'"') error 401 exit }