Skip to main content
edited tags
Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 264
Source Link
geotheory
  • 357
  • 3
  • 13

Serve another server on the local network

I have a Raspberry (say pi-1) running an apache2 web server that serves to the internet (my.domain). I have a second Pi (pi-2) also running apache2 that serves to the local network over it's local IP address (192.168.1.100). Is there a way to configure a subdomain of pi-1 - e.g. sub.my.domain - that relays requests on to 192.168.1.100 and responses back to the client?