This is a discussion on Apache 2.0.48 + mpm perchild within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hi, I'm trying to configure apache with this module, but apache passig only few first requests (sometimes don't ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I'm trying to configure apache with this module, but apache passig only few first requests (sometimes don't respond never, it depends on vhost), and then stopping reespond. In logs i see (with loglevel debug) : [Sat Jan 10 00:44:04 2004] [debug] perchild.c(1422): AcceptMutex: fcntl (default: sysvsem) [Sat Jan 10 00:44:11 2004] [debug] perchild.c(1793): Determining if request should be passed. Child Num: 1, SD: 47, sd from table: 41, hostname from server: default [Sat Jan 10 00:44:11 2004] [debug] perchild.c(1802): Passing request. [Sat Jan 10 00:44:11 2004] [debug] perchild.c(1658): passing request to another child. Vhost: 192.168.2.1, child 1 48 [Sat Jan 10 00:44:11 2004] [debug] perchild.c(1710): Writing message to 48, passing sd: 52 [Sat Jan 10 00:44:11 2004] [debug] perchild.c(1720): Writing message succeeded 55 Configuration is like : http://httpd.apache.org/docs-2.0/mod...ml.en#user-ids with 1 vhost default + 4 normal vhosts. I've turned off additional modules, but it doesn't help. My modules : root@misio:/usr/local/apache2/conf# /usr/local/apache2/bin/apachectl -l Compiled in modules: core.c mod_access.c mod_auth.c mod_include.c mod_deflate.c mod_log_config.c mod_env.c mod_headers.c mod_setenvif.c perchild.c http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_info.c mod_dir.c mod_actions.c mod_userdir.c mod_alias.c mod_rewrite.c mod_so.c Apache works on kernel 2.4.22. Does anybody have this problem and resolved it? What is wrong? Kamil. |
|
|||
|
On Sat, 10 Jan 2004 16:40:10 +0100, Kamil <kamil@666.afraid.org> wrote:
> Apache works on kernel 2.4.22. > Does anybody have this problem and resolved it? What is wrong? Perchild is in a very experimental state and the current code isn't usable anywhere - so it is no surprise that it doesn't work for you. vh Mads Toftum |
|
|||
|
Mads Toftum wrote:
> On Sat, 10 Jan 2004 16:40:10 +0100, Kamil <kamil@666.afraid.org> wrote: >> Apache works on kernel 2.4.22. >> Does anybody have this problem and resolved it? What is wrong? > > Perchild is in a very experimental state and the current code isn't > usable anywhere - so it is no surprise that it doesn't work for you. Thx, I found it: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12187 It seems this bug is known over a year :( |
|
|||
|
On Fri, 16 Jan 2004 22:14:00 +0100, Kamil <kamil@666.afraid.org> wrote:
> Thx, I found it: > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12187 > It seems this bug is known over a year :( > http://httpd.apache.org/docs-2.0/mod/perchild.html " This MPM does not currently work on most platforms. Work is ongoing to make it functional." Which should probably just be changed to: "The mpm is currently not functional on". vh Mads Toftum -- http://www.toftum.org |
| Thread Tools | |
| Display Modes | |
|
|