As described in the article before, in the hos_config2.php files, multiple environment files are included.
These hos_env_<module>.php files contain environment settings that are relevant for the processes in ProcMan.
In most cases, there should also be a hos_env_general.php file. This environment file can be seen as a fallback and contains environment settings that should be used for all clients and processes if no other environment files have been defined.
For a detailed description of all the environment parameters of the hos_config2.php file, please see:
In most installations, processes require individual environment configurations.
See the code example below which shows an example of a hos_env_jcl.php file.
From line 3 to 51 a general environment config is set.
From line 58 to the end, the environment setting for a specific process with the name JCL_INIT_CO is set. This means that this config will "overwrite" the lines 3 to 51, because it is process specific.