There are main server_rec structure for main server and one server_rec
for each Virtual Host.

So in child_init you should walk all of them:

while (s) {
    do_smth();
    s = s->next;
}

One of these should keep initialized structure.

On Thu, Jul 24, 2008 at 1:05 PM, lusob <[EMAIL PROTECTED]> wrote:
> Which is the problem?

-- 
С уважением, Кевац Марко
Sincerely yours, Kevac Marko

Reply via email to