So if I had a config file such as my_module.conf in the mods-enabled
dir, I'd be able to re-read that configuration file? I'm not familiar
with the "SQL-based vhosting modules", could you be more specific?
Thank you.
Nick Kew wrote:
On 21 Apr 2008, at 17:20, Andy Grant wrote:
Is there a function or a way for a module to trigger a reloading of
the configuration files? I know on some systems there is the
'apache2ctl force-reload' command, but I want to have the module
trigger to reload, and not by just issuing a system command calling
apache2ctl
No. You'd have to make your module read the config in question from
somewhere
other than httpd.conf. See the SQL-based vhosting modules for examples.