XDATA Linux Apache Module

Hi,

How can I store my own configuration e.g. path to file where database configuration is stored when I use XDATA as Apache Module.
How can I get configuration value from Delphi?

You have access to files in file system as usual. Not sure if you are hitting a specific issue?

I thinking rather about configuraton which is stored i apache mod configutation file:
e.g.
/etc/apache2/mods-available/samplemod.conf which contains:
<Location /vmachine>
        SetHandler libmod_vmachine-handler
</Location>

The question is can I add in this place my own config like:

<Location /vmachine>
        SetHandler libmod_vmachine-handler
        DBConfigFile /home/myuser/db.cnf
</Location>

and how can I get value of DBConfigFile from delphi apache module.
I know that it is rather connected to delphi mod apache not TMS XData but meybe you know how can I deal with this?

I understand.

Sorry but I don't know how to do it, or even if it's possible. A quick Google search brings this:
https://stackoverflow.com/questions/38768151/reading-config-file-in-apache-module