Hallo Hugo,
Szenario: Hiawatha should be frontend with ReverseProxy for the full content. Maybe caching.
Behind are some other webservers. In the test is one Hiawatha frontend and a second is backend for the content.
The first Hiawatha has Firetable with outgoing ip.
The config is:
VirtualHost {
Hostname = frontend1.net
WebsiteRoot = /var/www/hiawatha1
ReverseProxy ^/.* http://backend2.net/
}
VirtualHost {
Hostname = frontend2.net
WebsiteRoot = /var/www/hiawatha2
ReverseProxy ^.* http://backend2.net/
}
But I get only get 503.
Should ^/.* or ^.* not send all incl. index.[html|php] to the backend[1..2].net ?
Whats wrong in my thinking. Did I forget anything?
Thanks for your Help.
Hiawatha version: 9.2
Operating System: Debian Wheezy