You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To avoid exposing an additional port, AppServer port 2880, you can configure Apache HTTP Server to act as a reverse proxy

1. Enable proxy and proxy_http modules using a2enmod script within Apache configuration. 

a2enmod proxy
a2enmod proxy_http

2. Find and open for editing WebSpellChecker config (WebInterface.conf) for Apache 

  • File location on Linux-based environments: /etc/apache2/conf-available/2_WebInterface.conf


Restart Apache

service apache2 restart
  • No labels