As a learning exercise I also have another physical box running three VMs each 
with Tomcat/Geoserver

Apache on the second physical server has the following in the site.conf file


<VirtualHost *:80>
  <IfModule proxy_module>

    ProxyRequests Off

    ProxyPass /geoserver balancer://gscluster stickysession=JSESSIONID
    ProxyPassReverse /geoserver balancer://gscluster stickysession=JSESSIONID

    RequestHeader set Authorization "Basic EncryptedUsername:Password"

    <Proxy balancer://gscluster>
      BalancerMember http://IP of 1st VM on SECOND physical 
server:8080/geoserver route=1
      BalancerMember http://IP of 2nd VM on SECOND physical 
server:8080/geoserver route=2
      BalancerMember http://IP of 3rd VM on SECOND physical 
server:8080/geoserver route=3
      BalancerMember http://IP of FIRST physical server/geoserver route=4
    </Proxy>
    <Location /geoserver>
      Order allow,deny
      Allow from all
      ProxyPass balancer://gscluster
    </Location>

  </IfModule>
</VirtualHost>



> On 21 Apr 2020, at 09:30, sulu <andreas.sie...@vorarlberg.at> wrote:
> 
> Hi Russ
> 
> Yes, Proxy base url is set.
> 
> Do you use something similar to
> ProxyPass /geoserver http://XXXXXXXX:8900/geoserver
> to redirect Geoserver-Requests from Apache to Tomcat?
> 
> Andy
> 
> 
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
> 
> 
> _______________________________________________
> Geoserver-users mailing list
> 
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> 
> 
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to