VirtualHost {
RequiredBinding = Bind_443
Hostname = www.hostname.com
WebsiteRoot = /var/tmp
ReverseProxy ^/.* https://127.0.0.1:4433/ 95 keep-alive
TLScertFile = /usr/local/etc/hiawatha/hostname.pem
PreventSQLi = yes, 441
PreventXSS = yes
#PreventCSRF = yes
AccessLogfile = /usr/local/var/log/hiawatha/hostname.access.log
ErrorLogfile = /usr/local/var/log/hiawatha/hostname.error.log
}
Binding {
BindingId = Bind_54434
Port = 54434
SSLcertFile = /usr/local/etc/hiawatha/serverkey.pem
MaxKeepAlive = 100
MaxRequestSize = 100000
MaxUploadSize = 550
}