Versions Compared

Key

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

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

1. Enable mod_proxy and mod_proxy_http modules using a2enmod script within Apache configuration. 

...

  • File location on Linux-based environments: /etc/apache2/conf-available/2_WebInterface.conf
Code Block
languagebash
themeEmacs
/etc/apache2/conf-available# nano 2_WebInterface.conf

...

5. In your browser, check version and status of the AppServer to verify if it works properly.

Check the version:

Info

http(s)://your_host/wscservice/api/?cmd=ver

Check the status:

Info

http(s)://your_host/wscservice/api/?cmd=status

Or in terminal using wget or curl commands.

Since AppServer responds in json, it's better to use curl as wget will suggest downloading a file.

...

languagebash
themeEmacs

...

Excerpt Include
IN:_include_validate_status_browser_terminal_ubuntu
IN:_include_validate_status_browser_terminal_ubuntu
nopaneltrue

...