SauRoNZA
Honorary Master
Why four Pi’s instead of just one?
You’ll need a single instance of Apache to use the reverse proxy and then do a port redirect on the others that can live anywhere.
443 on the reverse proxy, any port on the actual pages internally.
It is however a silly and unnecessary point of failure compared to simply running it in the same location.
Presumably this is for a Hotspot type thing? Otherwise there are much better web servers than Pi’s.
Why only apache though? Nginx is a much better/easier reverse proxy and you could still run Apache or anything else on the proxies pages.
You’ll need a single instance of Apache to use the reverse proxy and then do a port redirect on the others that can live anywhere.
443 on the reverse proxy, any port on the actual pages internally.
It is however a silly and unnecessary point of failure compared to simply running it in the same location.
Presumably this is for a Hotspot type thing? Otherwise there are much better web servers than Pi’s.
Why only apache though? Nginx is a much better/easier reverse proxy and you could still run Apache or anything else on the proxies pages.



