diff options
author | Stefan Fritsch <sf@apache.org> | 2010-10-12 23:12:37 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-10-12 23:12:37 +0200 |
commit | 5bcd082e3d0d1e4a533348db6127463e96252fda (patch) | |
tree | c24d7200109eb8812eab4b2d86270ebc436a184b /STATUS | |
parent | Restore the apr_brigade_insert_file() call to within recall_body(), as the (diff) | |
download | apache2-5bcd082e3d0d1e4a533348db6127463e96252fda.tar.xz apache2-5bcd082e3d0d1e4a533348db6127463e96252fda.zip |
Rename MaxRequestsPerChild to MaxConnectionsPerChild, which
describes more accurately what the directive does.
The old name still works but logs a warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1021924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -420,10 +420,6 @@ WISH LIST HTTP or SNMP? jerenkrantz says: Yawn. Who cares. - * MaxRequestsPerChild measures connections, not requests. - Until someone has a better way, we'll probably just rename it - "MaxConnectionsPerChild". - * Regex containers don't work in an intutive way Status: No one has come up with an efficient way to fix this behavior. Dean has suggested getting rid of regex containers |