潜龙勿用,见龙在田
全部博文(540)
分类: 系统运维
2009-05-07 15:49:08
is now built with support for files larger
than 2GB on modern 32-bit Unix systems. Support for handling
>2GB request bodies has also been added.
,
, and
have undergone a lot of changes, and
are now considered production-quality.
has been introduced to clean up
setups.
,
and
MPMs now allow
to be shutdown gracefully via the
signal. The
directive
has been added to specify an optional timeout, after which
will terminate regardless of the status
of any requests being served.
MPM uses a separate thread to handle
Keep Alive requests and accepting connections. Keep Alive requests
have traditionally required httpd to dedicate a worker to handle it.
This dedicated worker could not be used again until the Keep Alive
timeout was reached.
module provides
load balancing services for
.
The new
module adds support for the
Apache JServ Protocol version 1.3
used by
.