- Jun 20, 2010
-
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956374 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 19, 2010
-
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956228 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
the available libs. - Remove redundant --with-distcache option. Simply enable distcache if mod_socache_dc is selected. - Enable serf support by default if serf is available in /usr. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956221 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Fixed in r954590, r956202, r956204 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956205 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
- prevent more than 5 pipelined responses in the output brigade, to avoid excessive FD usage and related DoS attacks. - if non_file_bytes_in_brigade >= THRESHOLD_MAX_BUFFER, don't send the entire brigade non-blocking, but only up to the bucket that brought us over THRESHOLD_MAX_BUFFER. This should allow better use of async write completion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956204 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
soon as the corresponding response has been sent and not only after the connection has been closed. This change does not deal with pipelined requests, yet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956202 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 18, 2010
-
-
Jeff Trawick authored
* reduce duplication between initial intro and parameter table * explain that pools are per-process, and limits are not coordinated server-wide * minor clarifications & readability tweaks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956059 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
and if we did not sent any request body so far. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955966 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955894 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Comment character needs to be in column 1. Submitted by: Gregg L Smith <lists glewis com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955888 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 17, 2010
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955572 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 16, 2010
-
-
Igor Galić authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955184 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 15, 2010
-
-
Rainer Jung authored
Event is now the default MPM for many platforms, so we should provide an explicit configuration. Discussion for good values to follow. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955033 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954991 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
release git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954980 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
configuration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954976 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
The file was copied in from the event MPM and neither the file nor any defines in it are referenced in the simple MPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954940 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Likely we still have to clean CHANGES from things backported to 2.2.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954862 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Mostly adding the information to the vhost and ssl files, and adding mod_authz_core and mod_authz_host (for "Require all denied" and "Require all granted") where needed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954816 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
the to new mod_unixd. "User" and "Group" are no longer implemented in the MPMs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954808 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
been moved into mod_unixd. The old macro UNIX_DAEMON_COMMANDS is no longer in use. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954783 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 14, 2010
-
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954643 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
- suggest braces around empty body in an 'if' statement - comparison of unsigned expression >= 0 is always true - comparison of unsigned expression < 0 is always false Please review carefully. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954641 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
different servers than c->base_server. - Adjust the scope of some mod_ssl trace logging from server to conn. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954611 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954596 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
This fixes some segfaults. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954590 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
print a meaningful warning instead git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954588 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 13, 2010
-
-
Stefan Fritsch authored
MPM event was picking up the headers but not linking with libserf, causing unresolved symbol errors. Now build MPM event with or without serf support depending on --with-serf being specified or not. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954273 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954260 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954231 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954230 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954228 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954227 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
performance on SMP systems. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954213 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
ap_log_cerror/ap_log_rerror. This fixes per-dir loglevel configuration for loglevels > notice. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954188 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 11, 2010
-
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@953785 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@953682 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@953680 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 10, 2010
-
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@953459 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
be more safe on different platforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@953418 13f79535-47bb-0310-9956-ffa450edef68
-