Alexander,
The source of the problem seems to be this piece in the httpd.conf
file. I removed it and now apache works.
<IfModule prefork.c>
ListenBacklog 8192
ServerLimit 2048
MaxClients 2048
</IfModule>
Gary
On 11/15/2013 08:21 AM, Gary Gendel wrote:
Alexander,
I just assumed that the mpm_event module was a hook or wrapper for the
mpm_fork. If my assumption was wrong then I'm as confused as you
are. If you're right, it may be that there is code compiled in that
shouldn't be. The Bugzilla report seems to indicate that apache code
may be broken for illumos distributions in some obscure fashion.
If I'm the only outlier, I may try nginx from oi-userland. It will
probably take a bit as I come up the learning curve. If nothing
else, I could provide a quick workaround whenever apache breaks so I
can keep updating from hipster.
Gary
On 11/15/2013 07:56 AM, Alexander Pyhalov wrote:
On 11/15/2013 16:36, Gary Gendel wrote:
Alexander,
Results inline.
Then I just don't understand it...
Error messages you mentioned:
"(81)File descriptor in bad state: apr_pollset_poll failed.
Attempting to shutdown process gracefully"
come from mpm_event module, which is even not included in default
install. Default installation comes with prefork and worker modules...
_______________________________________________
oi-dev mailing list
[email protected]
http://openindiana.org/mailman/listinfo/oi-dev