This load file tells Apache the location of your module.
3
Module name in your project
The identifier uniapache_module is the name defined in your library project file. You can change it by editing your project DPR file. Example declaration:
DPR / source snippet
// Declare exported variable so that Apache can access this module.var GModuleData: TApacheModuleData;exports GModuleData name'uniapache_module';
4
Adjust Apache worker behavior (one-time)
By default Apache launches multiple worker processes. This conflicts with uniGUI session handling. Edit the mpm_event.conf file located under /etc/apache2/mods_enabled and set the worker parameters: