Re: Can an Apache module inject configuration in runtime?

2010-06-01 Thread Ben Noordhuis
On Tue, Jun 1, 2010 at 11:39, Andrew Godziuk and...@cloudaccess.net wrote: What I want to achieve is injecting new vhosts without Apache restart. Of course I'm aware that the changes would fully take effect after all workers have recycled, but for me - it's still better than a restart. Andrew,

Re: Can an Apache module inject configuration in runtime?

2010-06-01 Thread Andrew Godziuk
On Tue, Jun 1, 2010 at 11:51 AM, Ben Noordhuis i...@bnoordhuis.nl wrote: Andrew, wouldn't you be better off with something like mod_vhost_alias, as-is or as leitmotiv? Propagating configuration changes to all workers is rather difficult, especially with pre-fork MPMs. Unfortunately, I need

Re: Can an Apache module inject configuration in runtime?

2010-06-01 Thread Nick Kew
On 1 Jun 2010, at 10:39, Andrew Godziuk wrote: I'm wondering if it's possible for an Apache module to change global config structures. Basically, no, not without a restart. Though there are some aspects of configuration you can change on the fly. What I want to achieve is injecting new

Can an Apache module inject configuration in runtime?

2010-06-01 Thread Andrew Godziuk
Hi, First of all, hi to the Apache developers, I'm new to this list - nice to meet you all. I'm wondering if it's possible for an Apache module to change global config structures. What I want to achieve is injecting new vhosts without Apache restart. Of course I'm aware that the changes would