Why am I getting an "Invalid command 'ProxyPass'" error when I start my Apache 2.2 server?
proxy_http module requires proxy, and ProxyPass directive is defined in the latter.
Make sure it's also loaded.
Thanks to Milind Singh
Load the module by running
Run sudo a2enmod proxy_http