Deployment with a reverse proxy

  • Download Apache httpd 2.2.x (e.g. httpd-2.2.3)
  • Install as proxy: ./configure --prefix=/usr/local/httpd-2.2.3 --enable-proxy --enable-proxy-http
  • make
  • make install
  • Configure virtual hosts within /usr/local/httpd-2.2.3/conf/extra/httpd-vhosts.conf
  • Activate vhosts config within /usr/local/httpd-2.2.3/conf/httpd.conf:
    • Include conf/extra/httpd-vhosts.conf


Your comments are much appreciated

Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.