Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Table

...

of

...

Contents

Table of Contents

Install

Code Block
*
{toc}

h1. Install

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

h1. Enable
{code}

Enable

Code Block
a2enmod proxy
a2enmod headers
a2enmod rewrite
a2enmod proxy_http
{code}

h1. Configure Pages

Follow the example configuration in following pages

Reference: [

Configure Pages

Follow the example configuration in following pages

Reference: http://www.debian-administration.org/article/411/Debian_and_Apache2_as_an_OWA_Front-end

...

Notes

When creating the configuration pages, if the apache running the proxy service is also hosting the local website, there is no need to create a NamedVirtualHost name.domain.com:PORT

...

at

...

the

...

beginning

...

of

...

any

...

configuration

...

files

...

for

...

the

...

websites.

...

This

...

should

...

only

...

be

...

used

...

for

...

redirect

...

pages

...

so

...

that

...

it

...

can

...

differentiate

...

between

...

itself

...

and

...

the

...

hosted

...

system

...

it's

...

resolving

...

to.

...