Miscellany
public text v1 · immutable<VirtualHost *:80>
ServerName ssh.paradizelost.net
ProxyRequests on
ProxyVia on
AllowCONNECT 22
<Proxy *>
Order deny,allow
Allow from all
AuthType Basic
AuthName "Password Required"
AuthUserFile /etc/apache2/passfile
AuthGroupFile /etc/apache2/groupfile
Require group users
</Proxy>
</VirtualHost>