Hi Hugo,
I use a Hiawatha reverse-proxy and I have many domain set in it.
In order for any new domain that I add to the config file, I have to restart Hiawatha for the new settings to take place.
By doing that, all my website are offline when the restart occure and this cause customer to complain and also loosing shopping card transaction...
Could you please tell me if there is a way to have the new config to be loaded at runtime?
VirtualHost {
Hostname = www.mynewdomain.com, mynewdomain.com, *.mynewdomain.com
ReverseProxy .* http://10.10.50.14/
AccessLogfile = /var/log/hiawatha/mynewdomain.access.log
ErrorLogfile = /var/log/hiawatha/mynewdomain.error.log
WebsiteRoot = /var/www/empty
}