]>
granicus.if.org Git - apache/log
Joe Orton [Mon, 14 Sep 2009 19:24:51 +0000 (19:24 +0000)]
* support/htdbm.c (htdbm_list): Fix compiler warning on x86_64.
(the field width must always be passed as an int if using "%.*")
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814792
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 14 Sep 2009 19:17:16 +0000 (19:17 +0000)]
* modules/proxy/mod_proxy_ftp.c (parse_epsv_reply): Remove redundant
check for !p[0], thanks rpluem. Also update to take const argument
and fix comment, since the string is not modified in-place.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814785
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Mon, 14 Sep 2009 19:08:22 +0000 (19:08 +0000)]
htdbm: don't allocate more memory for every record we dump.
Thanks to Jeff Trawick for flagging this.
Also ensure a space before all dumped comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814781
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 14 Sep 2009 19:06:36 +0000 (19:06 +0000)]
Move declaration to remove a compiler warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814779
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Mon, 14 Sep 2009 16:32:30 +0000 (16:32 +0000)]
mod_mime: detect invalid use of MultiviewsMatch inside Location and
LocationMatch sections. Document that such usage is not valid.
PR47754.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814728
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 14 Sep 2009 14:16:14 +0000 (14:16 +0000)]
Security fix - this is presumed to fix CVE-2009-3094 (the disclosed
information was limited so this has not been confirmed):
* modules/proxy/mod_proxy_ftp.c (parse_epsv_reply): New function.
(proxy_ftp_handler): Fix possible NULL pointer deference in
apr_socket_close(NULL) on error paths. Fix possible buffer overread
in EPSV response parser; use parse_epsv_reply instead. Thanks to
Jeff Trawick and Stefan Fritsch for analysis of this issue.
Submitted by: Stefan Fritsch <sf fritsch.de>, jorton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814652
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 13 Sep 2009 23:54:23 +0000 (23:54 +0000)]
Bring the LDAPCacheEntries and LDAPOpCacheEntries usage() in synch with
the manual and the implementation (0 and -1 both disable the cache).
PR 40948
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814441
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 13 Sep 2009 16:35:40 +0000 (16:35 +0000)]
mod_request: Make sure the KeptBodySize directive rejects values
that aren't valid numbers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814337
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 13 Sep 2009 16:32:23 +0000 (16:32 +0000)]
Remove trailing whitespace from the mod_request module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814336
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 13 Sep 2009 16:04:13 +0000 (16:04 +0000)]
mod_session_crypto: Sanity check should the potentially encrypted
session cookie be too short.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814334
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 13 Sep 2009 14:59:28 +0000 (14:59 +0000)]
mod_session.c: Prevent a segfault when session is added but not
configured.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814327
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 13 Sep 2009 14:56:07 +0000 (14:56 +0000)]
Remove stray trailing whitespace from mod_session.c.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814325
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 13 Sep 2009 14:28:27 +0000 (14:28 +0000)]
Bring in support for an arbitrary list of mpms to the RPM spec file
as per the fedora spec file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814318
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 12 Sep 2009 07:59:31 +0000 (07:59 +0000)]
* Add missing , to make it compile again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814114
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 12 Sep 2009 07:57:59 +0000 (07:57 +0000)]
* Detab.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814113
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 11 Sep 2009 23:57:48 +0000 (23:57 +0000)]
htcacheclean: 19 ways to fail, 1 error message. Fixed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814091
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 11 Sep 2009 23:26:35 +0000 (23:26 +0000)]
Add an RPM init.d script to start the htcacheclean daemon, controlled
by the optional /etc/sysconfig/htcacheclean configuration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814079
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 11 Sep 2009 21:55:46 +0000 (21:55 +0000)]
Catch the somewhat absurd combination of a 417 error where no Expect header
was present.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814048
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 11 Sep 2009 21:49:50 +0000 (21:49 +0000)]
Security fix - this is presumed to fix CVE-2009-3095 (the disclosed
information was limited so this has not been confirmed):
* modules/proxy/mod_proxy_ftp.c (proxy_ftp_handler): Fail if the
decoded Basic credentials contain "special" characters.
Thanks to Stefan Fritsch for analysis of this issue.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814045
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 11 Sep 2009 18:29:38 +0000 (18:29 +0000)]
Fix the RPM init.d script to correctly take into account the pid file
when starting and stopping the server. This prevents the init script
from blowing away other instances of httpd that might be running on the
same machine when someone attempts to stop the server.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813972
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Thu, 10 Sep 2009 12:12:58 +0000 (12:12 +0000)]
Fail server startup when mod_auth_digest is unable to
provide the security checks configured.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813396
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 10 Sep 2009 11:42:34 +0000 (11:42 +0000)]
hrmm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813381
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 10 Sep 2009 11:41:27 +0000 (11:41 +0000)]
doccs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813379
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 10 Sep 2009 11:39:03 +0000 (11:39 +0000)]
veto-ed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813376
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 10 Sep 2009 07:00:27 +0000 (07:00 +0000)]
* More style fixes. No functional changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813265
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 10 Sep 2009 06:35:34 +0000 (06:35 +0000)]
* Style fixes. No functional changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813254
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 10 Sep 2009 06:19:27 +0000 (06:19 +0000)]
* Silence compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813249
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 9 Sep 2009 23:56:29 +0000 (23:56 +0000)]
mod_proxy_connect: The connect method doesn't work if the client is
connecting to the apache proxy through an ssl socket. Fixed.
PR: 29744.
Submitted by: Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,
David Gence, Tim Dodge, Per Gunnar Hans, Emmanuel Elango, Kevin Croft,
Rudolf Cardinal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813178
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 9 Sep 2009 23:12:15 +0000 (23:12 +0000)]
Make sure the NULL terminator of the array is consistent with the other
elements in the array.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813165
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 9 Sep 2009 21:35:50 +0000 (21:35 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813128
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 9 Sep 2009 21:34:42 +0000 (21:34 +0000)]
<li> must be followed by a matching </li>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813127
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 9 Sep 2009 20:35:05 +0000 (20:35 +0000)]
mod_ssl: The error message when SSLCertificateFile is missing should at
least give the name or position of the problematic virtual host definition.
[Stefan Fritsch sf sfritsch.de]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813105
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Wed, 9 Sep 2009 13:04:34 +0000 (13:04 +0000)]
mod_auth_digest: When qop is none, client doesn't send nonce count,
but module was segfaulting trying to check the nonce count anyway.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@812934
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 9 Sep 2009 12:49:16 +0000 (12:49 +0000)]
Note SSL caviet and installer features in windows platform docs.
Drop the symbols/ tree, nothing is installed within it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@812927
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 6 Sep 2009 19:36:45 +0000 (19:36 +0000)]
Update the ab.xml file with the addition of the -u option to ab to
support PUT requests.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@811869
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 6 Sep 2009 11:03:14 +0000 (11:03 +0000)]
Add support for HTTP PUT to ab.
Submiited by: Jeff Barnes <jbarnesweb yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@811806
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 5 Sep 2009 16:29:34 +0000 (16:29 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@811669
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 3 Sep 2009 16:02:18 +0000 (16:02 +0000)]
An error detect question in comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@811009
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 2 Sep 2009 12:26:05 +0000 (12:26 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@810478
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 2 Sep 2009 12:22:32 +0000 (12:22 +0000)]
doccos for soon to be reverted code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@810477
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 2 Sep 2009 11:55:19 +0000 (11:55 +0000)]
Changed the name of the IRC channel a while back. Fixing it in the FAQ
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@810464
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 1 Sep 2009 19:26:06 +0000 (19:26 +0000)]
Now that we have actual released versions after 2.2.11, drop the
awkward/confusing exclusive phrasing of "after 2.2.11".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@810187
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 1 Sep 2009 09:42:16 +0000 (09:42 +0000)]
Remove unused conf variable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@809938
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 1 Sep 2009 09:30:36 +0000 (09:30 +0000)]
Check return value from ap_pass_brigade incase we are buffering and a client disconnects.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@809928
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 1 Sep 2009 09:09:54 +0000 (09:09 +0000)]
Initialize len to 0, since for some logic paths it might be unset.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@809907
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Mon, 31 Aug 2009 22:36:42 +0000 (22:36 +0000)]
Support mod_rewrite's %{varname} variables in ap_expr default expression parser
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@809768
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 31 Aug 2009 17:11:27 +0000 (17:11 +0000)]
Add suggested parentheses around APR_STATUS_IS_ENOENT.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@809665
13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Mon, 31 Aug 2009 00:22:44 +0000 (00:22 +0000)]
moved "finfo.mtime = 0;" after var declaration;
removed tab.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@809440
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 30 Aug 2009 13:37:25 +0000 (13:37 +0000)]
Typo and updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@809335
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 30 Aug 2009 02:57:58 +0000 (02:57 +0000)]
Fix up doc note on ProxyPassMatch quirks - this wording seems to have
got accepted in 2.2.x.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@809241
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 28 Aug 2009 17:39:08 +0000 (17:39 +0000)]
Document ServerTokens Set "One Big Happy Family Server"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808966
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 28 Aug 2009 17:37:12 +0000 (17:37 +0000)]
And additional ServerTokens improvement...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808965
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 28 Aug 2009 14:57:01 +0000 (14:57 +0000)]
Update docs xforms and mappings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808910
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Fri, 28 Aug 2009 14:42:25 +0000 (14:42 +0000)]
Make code match warning message: disable nonce-checking
if shared memory isn't available.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808903
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Fri, 28 Aug 2009 14:39:34 +0000 (14:39 +0000)]
Don't let the server start if user has asked for qop=auth-int
with mod_auth_digest. The server can't provide it because it's
not implemented yet.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808901
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 28 Aug 2009 14:33:19 +0000 (14:33 +0000)]
Update all xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808896
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 28 Aug 2009 14:31:00 +0000 (14:31 +0000)]
OK, might as well finish this... Allow ServerTokens Off
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808895
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 28 Aug 2009 01:40:44 +0000 (01:40 +0000)]
push_connection, push_server also targetted for export, no?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808727
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 28 Aug 2009 01:39:50 +0000 (01:39 +0000)]
Not static; trusting this targetted for export?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808726
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 28 Aug 2009 01:32:18 +0000 (01:32 +0000)]
Axe an unused variable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808724
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 28 Aug 2009 01:31:23 +0000 (01:31 +0000)]
Add parenthesis for legibility and correcting association,
and axe an unused variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808723
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 28 Aug 2009 01:27:46 +0000 (01:27 +0000)]
Always make mod_*.h files available where they exist, modpath by modpath
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808722
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 28 Aug 2009 01:26:07 +0000 (01:26 +0000)]
Note style flaw, this is rather inappropriate on a global basis, no?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808719
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 27 Aug 2009 23:33:09 +0000 (23:33 +0000)]
%.*s precision supposedly takes an int, according to gcc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808681
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 27 Aug 2009 23:31:46 +0000 (23:31 +0000)]
catch missing .h for install
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808680
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 27 Aug 2009 21:57:27 +0000 (21:57 +0000)]
Make sure when adding a warning, that we don't duplicate an existing warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808656
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 27 Aug 2009 21:47:26 +0000 (21:47 +0000)]
Log the return code in the debug message to properly indicate why the lock
could not be obtained.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808652
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 27 Aug 2009 21:44:48 +0000 (21:44 +0000)]
When attempting to set the stale lock, we will pass try_lock twice. If we
already have the lock the first time, we must also have the lock the second
time.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808649
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 27 Aug 2009 08:43:32 +0000 (08:43 +0000)]
Document limitation to ProxyPassMatch directive.
This is a valid bug report PR 46665, which I'm marking as WONTFIX
but which needs documenting for what it is.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808321
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 27 Aug 2009 01:02:42 +0000 (01:02 +0000)]
mod_headers: generalise the envclause to support conditional
header rules via ap_expr.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808240
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 26 Aug 2009 23:22:18 +0000 (23:22 +0000)]
Reintroduce an optimisation lost in some cut and paste. The cache lock
is removed as soon as we see an EOS, or is removed immediately if a
failure has occurred.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808220
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 26 Aug 2009 22:48:47 +0000 (22:48 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808213
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 26 Aug 2009 22:46:35 +0000 (22:46 +0000)]
mod_cache: Introduce the thundering herd lock, a mechanism to keep
the flood of requests at bay that strike a backend webserver as
a cached entity goes stale.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808212
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Wed, 26 Aug 2009 18:29:49 +0000 (18:29 +0000)]
Fix shm, rmm, and lock problems.
PR: 16057
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808150
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Wed, 26 Aug 2009 08:56:13 +0000 (08:56 +0000)]
Bring back OS/2 support.
Reverses r758929 with a little bit of conflict resolution.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807930
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Tue, 25 Aug 2009 13:26:12 +0000 (13:26 +0000)]
Update transform for core.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807612
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Tue, 25 Aug 2009 13:23:49 +0000 (13:23 +0000)]
Broaden the warning about modifying memory-mapped files,
so it's not specific to NFS.
PR: 46688
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807609
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 23 Aug 2009 20:30:47 +0000 (20:30 +0000)]
Preserve port over internal redirection
PR#35999
A four-year-old buglet!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807015
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 23 Aug 2009 02:00:43 +0000 (02:00 +0000)]
Return consistent error status for proxy unable to connect
PR 46971
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806920
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 21 Aug 2009 19:40:17 +0000 (19:40 +0000)]
Switch mod_dbd to using APR_STATUS_IS_foo macros in error handling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806692
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 20 Aug 2009 19:25:49 +0000 (19:25 +0000)]
fix wrong name in function prototype which led to
unresolved reference at link time
hint at adding some doc as well
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806315
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 20 Aug 2009 14:24:14 +0000 (14:24 +0000)]
Two typos correction.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806186
13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 20 Aug 2009 10:42:30 +0000 (10:42 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806111
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 19 Aug 2009 23:55:14 +0000 (23:55 +0000)]
Don't require all listeners to be created equal ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806010
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Wed, 19 Aug 2009 11:36:24 +0000 (11:36 +0000)]
Clarification on unit of measure of %D in mod_headers
PR: 47707
Reported by: Paschal Nee <pnee toombeola.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@805754
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Mon, 17 Aug 2009 17:14:29 +0000 (17:14 +0000)]
Fix a few more broken links, one misspelling, and
remove reference to www.fastio.com which apparently doesn't
exist anymore.
Also update the transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@805049
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 17 Aug 2009 14:09:36 +0000 (14:09 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804988
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 17 Aug 2009 14:08:12 +0000 (14:08 +0000)]
update for sync with English docs.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804987
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 17 Aug 2009 14:04:10 +0000 (14:04 +0000)]
fixed xml validation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804986
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Mon, 17 Aug 2009 13:20:57 +0000 (13:20 +0000)]
Broken links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804977
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sun, 16 Aug 2009 20:29:47 +0000 (20:29 +0000)]
* Do better checking of pollset operations in various places to avoid segfaults.
PR: 46467
Submitted by: Stefan Fritsch <sf sfritsch.de>
Reviewed by: rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804764
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Sun, 16 Aug 2009 12:03:34 +0000 (12:03 +0000)]
Bring OS/2 MPM back from the dead.
Reverses r758899.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804678
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Sun, 16 Aug 2009 09:52:36 +0000 (09:52 +0000)]
Updated vhost .fr translations, and added the mass missing file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804652
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 12 Aug 2009 20:42:48 +0000 (20:42 +0000)]
* Correctly create an empty cell if the description for a file is missing.
PR: 47682
Submitted by: Peter Poeml <poeml suse.de>
Reviewed by: rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@803704
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 11 Aug 2009 15:30:25 +0000 (15:30 +0000)]
Work around an empty DBM_LIST
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@803159
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 8 Aug 2009 22:34:48 +0000 (22:34 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@802466
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 4 Aug 2009 21:44:43 +0000 (21:44 +0000)]
Make sure mod_slotmem_shm is included in the final RPM
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800993
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 4 Aug 2009 20:08:27 +0000 (20:08 +0000)]
Use the bzip2 version of the httpd tarball when building from RPM.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800943
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Tue, 4 Aug 2009 06:49:48 +0000 (06:49 +0000)]
Oops my bad: Stop copying and pasting code.
Remove argstr_to_table and use qs_to_table.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800685
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Mon, 3 Aug 2009 16:03:15 +0000 (16:03 +0000)]
buildconf:
Fix error "[: -lt: unexpected operator"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800443
13f79535 -47bb-0310-9956-
ffa450edef68