I wanted to reverse proxy a web service from my tomcat server using apache web server. I have modified the httpd.conf
LoadModule proxy_module modules/mod_proxy.
In addition to the other fine answers, if you're proxying to an https endpoint, you need to enable mod_ssl and add SSLProxyEngine on to your vhost
SSLProxyEngine on