I want to create an apache 2 (2.2.21, more specific) module in Delphi 2010, however I find it extremely complicated because delphi no longer supports creating a web server application as an apache 2.X module.
I searched for a clock, but no luck, changed a few constants, for example:
MODULE_MAGIC_COOKIE = $041503232; MODULE_MAGIC_NUMBER_MAJOR = 20051115; MODULE_MAGIC_NUMBER_MINOR = 0;
depending on what I found in my searches.
in my httpd.conf file that I added:
LoadModule mymodule_module modules/mod_mymodule.so
however apache cannot load it, it says that it cannot find the module, but I copied it to the apache module folder, I'm sure it is there, I think that something does not work when the module starts, I donβt know what it is.
I use:
source share