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. -- Nick Kew
