Hi,
        I'm running apache2 with the worker module, I start the server and after some 
time it is up and running,
incoming request hungs forever, I mean if I contact the server with a browser it 
stablish some kind of connection
and it hung on waiting for replay.
        When it happens I can stop the server in a safe way I have to killall -9 
http2. 
        The extra thing I have in my conf is a module I made that changes the userid 
and groupid based on tables, the module
hooks the translate_hook and the it switches from root to a less privileged id, after 
that of course I canīt be root again. 
Could my module be the problem ?
        How can I realize where is worker hunging ?
Pablo

Reply via email to