Note: the identifier uniapache_module is the export name of the module (see next step). You can change it in your project and then use the new name here.
2
2. Module export declaration (from your project)
The name uniapache_module comes from an export in your Delphi project. You will find a declaration similar to:
// Declare exported variable so that Apache can access this module.var GModuleData: TApacheModuleData;exports GModuleData name'uniapache_module';
You may change the exported name in your project; if you do, update the LoadModule line accordingly.
3
3. Declare a virtual path (handler) for your application
In your httpd.conf file declare a Location for your application, for example: