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>