All pastes #2132405 Raw Edit

Miscellany

public text v1 · immutable
#2132405 ·published 2012-03-27 06:21 UTC
rendered paste body
<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>