Hi,

I have a little problem with adding module-private socket the ap_listeners
list. Namely, I use my own listen directive to create, bind, ioctl and,
finally, activate my socket. The socket is then simply inserted into 
the ap_listeners list. It uses its own special accept function, but I do 
not think it is relevant here.

Anyway, when I start httpd, I still only one socket listening (standard, 
port #80). Interestingly, as soon as I SIGHUP httpd, my socket starts 
running and works great (it also survives subsequent restarts, and so on). 
What should I do to make it running right after the first launch?

Regards,
M.

Reply via email to