VirtualHost {
...
RequireSSL = yes
}
Binding {
Port = 80
Interface = X.X.X.X
}
Binding {
Port = 443
Interface = X.X.X.X
SSLcertFile = test_wild.pem
}
[...]
VirtualHost {
RequireSSL = yes
Hostname = a.test.com
ReverseProxy .* https://X.X.X.X/ 80
WebsiteRoot = /var/www/hiawatha
AccessLogfile = /var/log/hiawatha/atest/access-ssl.log
ErrorLogfile = /var/log/hiawatha/atest/error-ssl.log
}
VirtualHost {
RequireSSL = yes
Hostname = b.test.com
ReverseProxy .* https://X.X.X.X/ 30
WebsiteRoot = /var/www/hiawatha
AccessLogfile = /var/log/hiawatha/btest/access-ssl.log
ErrorLogfile = /var/log/hiawatha/btest/error-ssl.log
}