All pastes #2105375 Raw Edit

Anonymous

public text v1 · immutable
#2105375 ·published 2012-01-23 13:56 UTC
rendered paste body
<VirtualHost *:80>
    ServerAdmin webmaster@etenil.net

    ServerName bosh.etenil.thruhere.net

    ProxyPass        /    http://127.0.0.1:5280/http-bind/
    ProxyPassReverse /    http://127.0.0.1:5280/http-bind/

    ErrorLog ${APACHE_LOG_DIR}/error.bosh.etenil.thruhere.net.log
    CustomLog ${APACHE_LOG_DIR}/access.bosh.etenil.thruhere.net.log common
</VirtualHost>

<VirtualHost *:443>
    ServerAdmin webmaster@etenil.net

    ServerName bosh.etenil.thruhere.net:443

    GnuTLSEnable on
    GnuTLSCertificateFile /etc/apache2/ssl-certs/bosh.etenil.thruhere.net.crt
    GnuTLSKeyFile /etc/apache2/ssl-certs/bosh.etenil.thruhere.net.key
    GnuTLSPriorities NORMAL

    ProxyPass        /    http://127.0.0.1:5280/http-bind/
    ProxyPassReverse /    http://127.0.0.1:5280/http-bind/

    ErrorLog ${APACHE_LOG_DIR}/error.bosh.etenil.thruhere.net.log
    CustomLog ${APACHE_LOG_DIR}/access.bosh.etenil.thruhere.net.log common
</VirtualHost>