Sometimes you may find the need to shutdown a site for any reason an a specific server, basically the server that is listening to the web, so of course you will always want to keep that site(s) up and running while you perform whatever is needed on it, let's call it, 'external server', on a different environment, 'internal server'.
To do so you need to use an apache module called mod_proxy which enables a web server act as a router of traffic to another server, a tunnel.
- Enable mod_proxy and mod_proxy_http mod_proxy_html on external server
- create a virtual host on internal server… Read more
To do so you need to use an apache module called mod_proxy which enables a web server act as a router of traffic to another server, a tunnel.
- Enable mod_proxy and mod_proxy_http mod_proxy_html on external server
- create a virtual host on internal server… Read more