How to setup a virtualhost in Apache
for example
same ip
apache 80 port -> tomcat 8080 port (use reverse proxy)
apache 19080 port -> tomcat 9080 port(use virtual host)
We are going reverse-proxy i.e. send the request to other application servers. apache2 is going to be the reverse proxy server, tomcat and jenkins the other application servers.
To do this you need to enable the mod_proxy module in apache2.
Make changes to 000-default.conf
Result: http://localhost/tomcat -> http://tomcat:8080
Twitter Facebook LinkedIn
I was using this wrapper around PWA(Progress Web Apps) APIs register-service-worker and was wondering how does it detect when there is a new build and the pa...
Comments