edoc automate Guide
Breadcrumbs

Manage background services and querying the system status in edoc automate

Additional services are used in edoc automate to perform various tasks. For example, you can also monitor the services of other providers as an administrator or query system-relevant information.

If you change services, edoc automate may no longer function correctly.

  • Supervisor: Is a control system for process edoc automate used to execute and monitor various processes.

  • Web server: Processes the requests from the client and delivers the dynamic and static content. The configuration of the web server can neither be adapted nor extended.

  • PHP-FPM: Provides processes for executing all PHP scripts. The requests from the web server, as well as the execution of PHP callbacks, are processed by PHP-FPM. The configuration of the web server can neither be adapted nor extended.

  • Administration page at "https://<server-base-address>/apps/admin" in the app details in the burger menu under Administration): The administration overview provides you with system information about edoc automate, e.g. PHP configuration, values of the current session, configuration values of the current session or error log. If necessary, you can reset the values of the current session.


Configure edoc automate

You can view the system-side configuration of edoc automate if required. You can view the configuration details at the URL https://<server-base-address>/apps/admin/config.

You can use a local configuration file /app/runtime-config/local.php that you have created yourself to change the behavior of your apps with regard to individual parameters.

Incorrectly set parameters may lead to errors and data loss.


See also