Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Unfortunately, I believe there is a mistake in the Confluence instructions... so after posting my questions here are my notes to figure this all out.

Table of Contents

Setup Apache Reverse Proxy

Enable the following the proxy_http module which will also enable the main module proxy,

Code Block
languagebash
sudo a2enmod proxy_http

Confluence 6.0 or later uses Synchrony (required for collaborative editing) and needs these modules which are only available for Apache 2.4 or later,


Code Block
languagebash
sudo a2enmod proxy_wstunnel
sudo a2enmod rewrite

...

Analysis 1

I believe I've found the error. It probably has to do with the search engine. On the test server's application server - with more memory and updated OS and newer Java - making this batch.js request results in a response. However, on the restricted environment it does not,

...