0
I have the following configuration on 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 running on IP 172.31.42.42.
In addition to the above configuration, I enabled the "proxy_module".
When typing in the browser 192.168.10.129:8080 does not open the site, the message appears "This web page is not available".
What is misconfigured or missing?