Skip to content

Commit

Permalink
:rage2:
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Mar 6, 2015
1 parent 70b4b85 commit 6f9b40f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configuring/proxies/apache.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Configuring apache as a proxy
=============================

*Note: This requires Apache v2.4.x or greater. If your version of Apache is lower, please see :doc:`Apache v2.2.x Instructions <configuring/proxies/apache2.2>`*
*Note: This requires Apache v2.4.x or greater. If your version of Apache is lower, please see :doc:`Apache v2.2.x Instructions <apache2.2>`*

Enable the necessary modules
-----------------------------
Expand Down
7 changes: 5 additions & 2 deletions configuring/proxies/apache2.2.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Configuring Apache v2.2.x as a reverse proxy to NodeBB
======================================================

Prerequisites:
Prerequisites:

- ``build-essential``
- ``automake``
- ``libtool``
Expand All @@ -11,7 +12,9 @@ You need to manually compile and add the module ``mod_proxy_wstunnel``
to the Apache 2.2 branch. If you're running Ubuntu (prior to 14.04) or
Debian, you're likely on the 2.2 branch of code.

`Please use this guide to backport the ``mod_proxy_wstunnel`` module into the 2.2 code base of Apache <http://www.amoss.me.uk/2013/06/apache-2-2-websocket-proxying-ubuntu-mod_proxy_wstunnel/>`_
Please use this guide to backport the ``mod_proxy_wstunnel`` module into the 2.2 code base of Apache:

http://www.amoss.me.uk/2013/06/apache-2-2-websocket-proxying-ubuntu-mod_proxy_wstunnel

\*Note: On ubuntu, if you’re missing the ./configure file, you need to
first run ``./buildconf``. After this is complete, you will then be able
Expand Down

0 comments on commit 6f9b40f

Please sign in to comment.