diff --git a/configuring/proxies/apache.rst b/configuring/proxies/apache.rst index 9fe9a1f..4442f3b 100644 --- a/configuring/proxies/apache.rst +++ b/configuring/proxies/apache.rst @@ -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 `* +*Note: This requires Apache v2.4.x or greater. If your version of Apache is lower, please see :doc:`Apache v2.2.x Instructions `* Enable the necessary modules ----------------------------- diff --git a/configuring/proxies/apache2.2.rst b/configuring/proxies/apache2.2.rst index e4b49da..6b50d16 100644 --- a/configuring/proxies/apache2.2.rst +++ b/configuring/proxies/apache2.2.rst @@ -1,7 +1,8 @@ Configuring Apache v2.2.x as a reverse proxy to NodeBB ====================================================== -Prerequisites: +Prerequisites: + - ``build-essential`` - ``automake`` - ``libtool`` @@ -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 `_ +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