]>
granicus.if.org Git - apache/log
Rich Bowen [Fri, 15 Apr 2011 20:13:18 +0000 (20:13 +0000)]
The domain is not in fact optional. The cookie is not set if you don't
set the domain. (via Matthew Sporleder)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1092798 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 15 Apr 2011 20:06:53 +0000 (20:06 +0000)]
Whether it's intentional or not, the hostname/domainname argument to the
RewriteRule CO flag is in fact required. Cookies are not set without it.
(via Matthew Sporleder)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1092797 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Fri, 15 Apr 2011 19:04:29 +0000 (19:04 +0000)]
Prevent segfault if DYNAMIC_MODULE_LIMIT is reached
PR: 51072
Submitted by: Torsten Förtsch <torsten foertsch gmx net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1092787 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 14 Apr 2011 19:16:44 +0000 (19:16 +0000)]
move -L/path/to/pcrelib -lpcre out beyond all the LDFLAGS
this fixes unresolved symbol errors on on MinGW
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1092445 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Thu, 14 Apr 2011 13:05:48 +0000 (13:05 +0000)]
Fixed missing struct member error introduced with r1092076.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1092212 13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Thu, 14 Apr 2011 09:36:14 +0000 (09:36 +0000)]
try to prevent a single long request marking a worker in error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1092076 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 13 Apr 2011 01:29:02 +0000 (01:29 +0000)]
Axed tabs and trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1091621 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 12 Apr 2011 15:26:25 +0000 (15:26 +0000)]
AP_ENABLE_V4_MAPPED with WinNT MPM
mpm_winnt.c: Fail to compile if enabled, and add a hint about the
issue to address before it will work.
configure.in: Move the --enable-v4-mapped check to below the
MPM logic, and default to --disable-v4-mapped if
using the WinNT MPM
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1091467 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 12 Apr 2011 14:15:27 +0000 (14:15 +0000)]
add some debug logging to show more information about passing of sockets
between parent and child
the extra info is helpful when using a generic listener on an IPv6-
enabled box when either IPV6_V6ONLY isn't defined for the APR build
or httpd is built with IPv4-mapped addresses enabled
in that case you'll see the parent writing one socket but the child
expecting too, before it bails out with
(OS 109)The pipe has been ended. : Child: Unable to read socket data
from parent
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1091421 13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Tue, 12 Apr 2011 09:09:52 +0000 (09:09 +0000)]
Allow apr and apr-util to be in 2 different location.
Otherwise: apr_version.h is not found when apr-util is tested.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1091330 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 11 Apr 2011 14:10:59 +0000 (14:10 +0000)]
axe the cast in the call to our mpm_nt_eventlog_stderr_open()
by fixing the function
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1091079 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 11 Apr 2011 13:56:17 +0000 (13:56 +0000)]
match expected type of arg to StartService()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1091076 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 10 Apr 2011 19:22:25 +0000 (19:22 +0000)]
ignore generated file httpd.exe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090870 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 9 Apr 2011 18:26:16 +0000 (18:26 +0000)]
Remove unused variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090645 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 9 Apr 2011 17:20:23 +0000 (17:20 +0000)]
don't try to shut down child if it wasn't created
(or, fix warning about reference to uninitialized variable
child_exit_event)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090634 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 9 Apr 2011 16:19:33 +0000 (16:19 +0000)]
WinNT MPM: Improve robustness under heavy load.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090621 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 9 Apr 2011 15:56:27 +0000 (15:56 +0000)]
Fix some MinGW build issues...
mpm_winnt.c: MinGW doesn't currently define the Windows
STACK_SIZE_PARAM_IS_A_RESERVATION symbol
mpm_unix.c: Bypass all this code on Windows (too much trouble
to keep it out of Makefile)
mpm_common.h: Skip over definitions of functions not available on
Windows to keep references out of exports.c.
PR: 49535
Submitted by: John Vandenberg <jayvdb gmail.com>
Minor tweaks by: trawick
Other commits for this PR: r1089950, r1089951, r1089954
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090614 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 9 Apr 2011 15:03:36 +0000 (15:03 +0000)]
fix some logging glitches in the WinNT MPM:
the MPM's equivalent of "reached MaxClients" is now ERR instead of
WARNING
the message when the MPM child exits due to excessive errors is
raised from ERR to CRIT
the caller of mpm_get_completion_context() could log random error
values (GetLastError() or rv), so solve as follows:
. mpm_get_completion_context() always logs its errors
. caller only logs when it is taking a rare action on such errors, and
doesn't pretend to know the error code of the last such error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090605 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 8 Apr 2011 19:57:24 +0000 (19:57 +0000)]
include <stdlib.h> to ensure that the exit() prototype has been
seen before the exit macro is defined (fixes compile failure on
MinGW)
axe prototype for absent function set_listeners_noninheritable()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090417 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 8 Apr 2011 19:37:41 +0000 (19:37 +0000)]
log message fixes/tweaks
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090412 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Fri, 8 Apr 2011 17:59:48 +0000 (17:59 +0000)]
core: Support module names with colons in loglevel configuration.
Submitted by: Torsten Förtsch <torsten foertsch gmx net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090369 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Fri, 8 Apr 2011 17:56:20 +0000 (17:56 +0000)]
mod_ssl, ab: Support OpenSSL compiled without SSLv2 support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090367 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 8 Apr 2011 14:50:47 +0000 (14:50 +0000)]
hernan gonzalez <hgonzalez gmail.com> points out that the USER_AGENT
strings were probably more accurate with the leading ^ anchor.
Rebuilds a few other changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090284 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 8 Apr 2011 14:28:05 +0000 (14:28 +0000)]
Remove more unnecessary anchors from rewrite examples.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090265 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 8 Apr 2011 14:16:46 +0000 (14:16 +0000)]
Remove unnecessary .* from regex.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090258 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 8 Apr 2011 14:15:17 +0000 (14:15 +0000)]
Remove unnecessary .* from regex, as noted in
http://stackoverflow.com/questions/
5587148 /regex-patterns-in-apache-rewritecond-and-friends-full-or-partial-match
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090255 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 8 Apr 2011 13:13:36 +0000 (13:13 +0000)]
* server/util_expr_eval.c (req_table_func): Try r->err_headers_out for
response headers if given header is not found in r->headers_out
(e.g. as with non-standard headers from CGI scripts).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090234 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 7 Apr 2011 19:39:48 +0000 (19:39 +0000)]
gcc compatibility
PR: 49535 (subset of reported issues)
Submitted by: John Vandenberg <jayvdb gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089954 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 7 Apr 2011 19:34:44 +0000 (19:34 +0000)]
rework choice of cgi implementation, handling MinGW
PR: 49535 (subset of reported issues, replacement for supplied patch)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089951 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 7 Apr 2011 19:32:49 +0000 (19:32 +0000)]
don't build checkgid or fcgistarter on MinGW
PR: 49535 (subset of reported issues, replacement for supplied patch)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089950 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 7 Apr 2011 15:16:20 +0000 (15:16 +0000)]
hide some unused code on Win32 and NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089910 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 7 Apr 2011 12:50:23 +0000 (12:50 +0000)]
Remove mentions of the 1.3 generation of the server.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089863 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 7 Apr 2011 12:41:30 +0000 (12:41 +0000)]
ignore generated file modules.mk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089858 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 7 Apr 2011 12:36:56 +0000 (12:36 +0000)]
Stop explicitly including the current pid in WinNT MPM messages,
as it is part of the default log format. (And these lines needed
touching anyway since %d was the wrong format string.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089857 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 7 Apr 2011 03:23:51 +0000 (03:23 +0000)]
There are no versions of httpd earlier than 2.0. Oceania has always been at war with Eurasia.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089719 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 7 Apr 2011 03:18:57 +0000 (03:18 +0000)]
Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089718 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 7 Apr 2011 03:18:26 +0000 (03:18 +0000)]
Oops. Mixed file names in my example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089717 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 7 Apr 2011 03:14:15 +0000 (03:14 +0000)]
Adds an example of constructing a type-map file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089716 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 7 Apr 2011 03:10:58 +0000 (03:10 +0000)]
Adds an example of how one might actually construct a type-map file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089714 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 7 Apr 2011 00:07:50 +0000 (00:07 +0000)]
axe a couple of unused vars, mark a function as static
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089690 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 7 Apr 2011 00:06:31 +0000 (00:06 +0000)]
get prototype for ap_os_create_privileged_process()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089689 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 7 Apr 2011 00:03:09 +0000 (00:03 +0000)]
axe ap_registry_get_server_root(), which seems to have been unused
after httpd 1.3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089688 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 6 Apr 2011 23:00:44 +0000 (23:00 +0000)]
format string fixes:
DWORD is unsigned long and needs %lu instead of %d or %i
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089659 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 6 Apr 2011 21:37:20 +0000 (21:37 +0000)]
HANDLE is PVOID which is reasonably formatted by %pp, but not by %d
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089639 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 6 Apr 2011 20:59:47 +0000 (20:59 +0000)]
can't format time_t with %d; cast this small interval time to int
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089624 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 6 Apr 2011 20:14:35 +0000 (20:14 +0000)]
Log the OS socket (int) instead of the apr_socket_t *.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089614 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 6 Apr 2011 19:59:20 +0000 (19:59 +0000)]
yank some dead code and variables
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089605 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 6 Apr 2011 19:46:09 +0000 (19:46 +0000)]
cleanups to function signatures, prototypes, visibility
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089600 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 6 Apr 2011 14:49:45 +0000 (14:49 +0000)]
Abort if the MPM is changed across restart.
A new MPM can't be expected to manage the existing state,
particularly if that includes processes from the previous
generation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089472 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 6 Apr 2011 12:19:38 +0000 (12:19 +0000)]
* docs/manual/rewrite/: Fix the real long form of DPI here also.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089420 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 6 Apr 2011 00:20:04 +0000 (00:20 +0000)]
rpm spec file: Use "service httpd graceful" rather than a hard coded HUP
to rotate logs, so that we honour the end user's choice of pid file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089284 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 5 Apr 2011 15:49:47 +0000 (15:49 +0000)]
Rebuild typo correction.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089091 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 5 Apr 2011 15:41:05 +0000 (15:41 +0000)]
Typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1089085 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 5 Apr 2011 01:44:00 +0000 (01:44 +0000)]
Fixed NWGNUversion.inc target.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1088842 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 5 Apr 2011 01:01:16 +0000 (01:01 +0000)]
Fixed sysinclude; removed trailing 0; fixed indent.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1088838 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 4 Apr 2011 13:55:48 +0000 (13:55 +0000)]
* add the constructed filter at TRACE1 to authn, and to existing debug authz
messages.
* Drop the level of the LDAPURL parsing to TRACE1 from debug (appears in
console/event viewer once per directive)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1088627 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 4 Apr 2011 13:37:57 +0000 (13:37 +0000)]
better error message
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1088620 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 4 Apr 2011 13:33:58 +0000 (13:33 +0000)]
bad links due to typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1088619 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 4 Apr 2011 13:28:36 +0000 (13:28 +0000)]
Yet Another Typo. (Thanks to Vincent de Lau)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1088616 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 4 Apr 2011 12:22:08 +0000 (12:22 +0000)]
Rebuilds mod_alias update from last week. Several other transformation
updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1088589 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 4 Apr 2011 12:21:22 +0000 (12:21 +0000)]
Markup typos. Rebuild HTML.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1088588 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 4 Apr 2011 12:14:43 +0000 (12:14 +0000)]
Adds a new section for the [END] flag. This duplicates text from the [L]
flag section, which should probably be summarized into a link.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1088582 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 4 Apr 2011 12:10:32 +0000 (12:10 +0000)]
Mention the new rewrite flags as a module enhancement in 2.4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1088580 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sun, 3 Apr 2011 21:37:20 +0000 (21:37 +0000)]
Fixed only some proxy prototype formats.
Function names must follow the *_DECLARE() in the same
line regardless how long the function names are!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1088421 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sun, 3 Apr 2011 15:33:08 +0000 (15:33 +0000)]
Fixed NetWare build for proxy modules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1088326 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 2 Apr 2011 16:31:18 +0000 (16:31 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1088057 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 1 Apr 2011 19:25:26 +0000 (19:25 +0000)]
*) mod_proxy_ajp: Add support for 'ProxyErrorOverride on'. PR 50945.
[Peter Pramberger <peter pramberger.at>, Jim Jagielski]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087864 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 1 Apr 2011 19:25:23 +0000 (19:25 +0000)]
*) mod_proxy_fcgi: Add support for 'ProxyErrorOverride on' PR 50913.
[Mark Montague <mark catseye.org>, Jim Jagielski]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087863 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 1 Apr 2011 19:25:19 +0000 (19:25 +0000)]
More cleanups at cleanup... move to using pconf and then remove
any file-based shms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087862 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 1 Apr 2011 12:15:49 +0000 (12:15 +0000)]
wrong stash
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087677 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Fri, 1 Apr 2011 03:38:42 +0000 (03:38 +0000)]
Make our Windows touch silent.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087572 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Fri, 1 Apr 2011 03:07:06 +0000 (03:07 +0000)]
Added TOUCH macro to kill Win32 dependency on external touch command.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087563 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Fri, 1 Apr 2011 02:33:27 +0000 (02:33 +0000)]
Fixed lib target for old PCRE.
With older PCRE chartables.c is included from pcre.c.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087561 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 31 Mar 2011 19:29:21 +0000 (19:29 +0000)]
Make the 'need to reset' more generic by extending its reach
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087415 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 31 Mar 2011 19:20:06 +0000 (19:20 +0000)]
Better knowledge of when to adjust.
More info from b-m
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087413 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 31 Mar 2011 18:41:23 +0000 (18:41 +0000)]
Implement reset() funcs for the LBmethods...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087407 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 31 Mar 2011 17:00:36 +0000 (17:00 +0000)]
If we change the LB method, or we take add in a new
balancermember ("enable" her), then we need to have the
LBmethod reset its params as required...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087371 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 31 Mar 2011 15:12:13 +0000 (15:12 +0000)]
Don't kill me mister...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087333 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 31 Mar 2011 15:12:09 +0000 (15:12 +0000)]
Add in a configuration generation... this is independent of
MPM gen, just in case we ever switch MPMs at a graceful ;)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087331 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Thu, 31 Mar 2011 14:17:58 +0000 (14:17 +0000)]
Cleaned up NetWare NWGNUtail.inc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087306 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Thu, 31 Mar 2011 05:40:55 +0000 (05:40 +0000)]
Fixed NetWare version number in linker script.
A trailing space is required when building on Win32
or else the last number is treated as IO redirection;
also moved ifeq out of target rule to the top.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087190 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Thu, 31 Mar 2011 05:21:20 +0000 (05:21 +0000)]
Removed dependency on sort command for export list.
Added a shell sort function to the NetWare export script
which is only few ms slower than the external sort command;
this makes the export list now identical on all build platforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087185 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 30 Mar 2011 21:32:10 +0000 (21:32 +0000)]
Simplify the interface to ap_reclaim_child_processes() and
ap_relieve_child_processes(): instead of requiring the MPM
to implement an otherwise-useless hook, just use a callback
function.
As I don't expect third-party MPM devs are following our day
to day progress, the API changes are considered part of
yesterday's MMN change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1087085 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 30 Mar 2011 13:42:00 +0000 (13:42 +0000)]
the mpm-note-child-killed hook was just for use by
ap_{reclaim,relieve}_child_processes; those functions can
invoke the hook directly; the function ap_mpm_note_child_killed()
is useless
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086953 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 30 Mar 2011 13:32:21 +0000 (13:32 +0000)]
the mpm-note-child-killed hook is just for state sync between
ap_{reclaim,relieve}_child_processes() and their callers
the NetWare and OS/2 MPMs don't use that
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086948 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 30 Mar 2011 11:19:07 +0000 (11:19 +0000)]
Clarification of pronoun - I had to read that sentence a few times to be certain what "it" referred to.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086908 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 29 Mar 2011 22:10:32 +0000 (22:10 +0000)]
Expand the comment about APLOG_* and C++ a bit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086781 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 29 Mar 2011 22:03:09 +0000 (22:03 +0000)]
Update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086773 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 29 Mar 2011 22:01:27 +0000 (22:01 +0000)]
Add PR reference and docs for -DDUMP_CONFIG
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086771 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 29 Mar 2011 21:38:03 +0000 (21:38 +0000)]
Add CHANGES entry for r1086756 / ap_cfg_* change
Update docs for ap_cfg_getc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086761 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 29 Mar 2011 21:29:34 +0000 (21:29 +0000)]
Change the ap_cfg_getline() and ap_cfg_getc() to return an error code.
Also:
- Make ap_cfg_getline() return APR_ENOSPC if a config line is too long.
- Add ap_pcfg_strerror() function to convert ap_cfg_getline's return value
into a nice message.
- Adjust definition of ap_configfile_t accordingly.
Not bumping MMN because it has already been bumped today.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086756 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 29 Mar 2011 20:31:17 +0000 (20:31 +0000)]
Someone misunderstood 'dependency' here; we need not *link* to mod_session,
therefore the build order doesn't matter.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086726 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 29 Mar 2011 18:20:52 +0000 (18:20 +0000)]
change signed single-bit fields to unsigned
some of these were exposed to mods so the mmn is bumped, without
regard to whether any compiler will have to generate different
code
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086662 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 29 Mar 2011 14:47:50 +0000 (14:47 +0000)]
Rebuild, and fix XML error. Troubleshooting using server-status
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086608 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 29 Mar 2011 14:43:24 +0000 (14:43 +0000)]
Advice regarding troubleshooting high server load with server-status -
something that comes up on IRC at least once a day.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086605 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 29 Mar 2011 13:38:22 +0000 (13:38 +0000)]
Rebuild various transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086580 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 29 Mar 2011 13:36:16 +0000 (13:36 +0000)]
Slight tweak to example - add indentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086578 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 29 Mar 2011 13:00:48 +0000 (13:00 +0000)]
utf-8 it is.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086572 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 29 Mar 2011 12:11:03 +0000 (12:11 +0000)]
Minor awk tweak.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086562 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 29 Mar 2011 11:49:47 +0000 (11:49 +0000)]
Remove traling line endings with Linux builds.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1086556 13f79535 -47bb-0310-9956-
ffa450edef68