Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
*Table of Contents*
{toc}

h1hh1. Install

{code}
apt-get install apache2
apt-get install libapache2-mod-proxy-html
apt-get install libapache2-mod-gnutls
{code}

h1. Sample Configurations
 Enable
{code}
a2enmod proxy
a2enmod headers
a2enmod rewrite
a2enmod proxy_http
{code}

h1. Configure Pages

Follow the example configuration in following pages 

{rate}