ref: a361711f4dcb6516f1293016ebbd9de4f22a853e 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 }