I have the following configuration in wamp:
<VirtualHost *:8080>
ServerName 192.168.10.129
ProxyPreserveHost On
ProxyPass / http://172.31.42.42/
ProxyPassReverse / http://172.31.42.42/
DocumentRoot "c:/wamp/www/site"
</VirtualHost>
I have a virtual machine working with IP 172.31.42.42.
In addition to the above configuration, I activated the "proxy_module" module.
When you type in the browser 192.168.10.129:8080 does not open the site, the message "This Web page is not available" appears.
What is wrongly configured or missing?