Proxying with Ubuntu Apache2
Further to earlier problems with using Apache2 on Ubuntu to proxy web requests to devices inside my local network, I think I’ve now sussed it.
I’m now relatively confident that the appropriate way to do it would have been to enable mod_proxy and mod_proxy_http with sudo a2enmod proxy_http, this then allows use of ProxyPass directive within a vhost for example
ProxyPass /webcam http://192.168.1.15/








