]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
21 years agovote on exception hook backport.
Greg Ames [Thu, 26 Feb 2004 20:12:13 +0000 (20:12 +0000)] 
vote on exception hook backport.

review was fine, extra credit for cleaning up the duplication of signal
handling between the mpms.  Tested on RH9 w/prefork - no regression,
worker - no regression, enabled mod_backtrace here which worked as expected
once I set EnableExceptionHook On in httpd.conf.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102782 13f79535-47bb-0310-9956-ffa450edef68

21 years agoVote..
Madhusudan Mathihalli [Thu, 26 Feb 2004 19:00:50 +0000 (19:00 +0000)] 
Vote..

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102780 13f79535-47bb-0310-9956-ffa450edef68

21 years agoHit-and-run voting; sorry, no time to merge where I cast the 3rd +1 now
Justin Erenkrantz [Thu, 26 Feb 2004 16:19:11 +0000 (16:19 +0000)] 
Hit-and-run voting; sorry, no time to merge where I cast the 3rd +1 now

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102779 13f79535-47bb-0310-9956-ffa450edef68

21 years agoPropose a mod_ssl fix.
Joe Orton [Wed, 25 Feb 2004 11:00:49 +0000 (11:00 +0000)] 
Propose a mod_ssl fix.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102771 13f79535-47bb-0310-9956-ffa450edef68

21 years agoBackport from HEAD.
Sander Striker [Tue, 24 Feb 2004 09:17:00 +0000 (09:17 +0000)] 
Backport from HEAD.

mod_auth_digest: Allow sub-requests with different methods than the original
request.  PR 25040.

Submitted by: Josh Dady <jpd@indecicise.com>
Reviewed by: Justin Erenkrantz, Andre Malo, Jeff Trawick, Sander Striker

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102758 13f79535-47bb-0310-9956-ffa450edef68

21 years agoadd build properties
André Malo [Sun, 22 Feb 2004 01:59:12 +0000 (01:59 +0000)] 
add build properties

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102744 13f79535-47bb-0310-9956-ffa450edef68

21 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Sun, 22 Feb 2004 01:59:12 +0000 (01:59 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102743 13f79535-47bb-0310-9956-ffa450edef68

21 years agofrom __future__ import AuthBasicProvider
André Malo [Sat, 21 Feb 2004 19:16:44 +0000 (19:16 +0000)] 
from __future__ import AuthBasicProvider
? Syntax Error

PR: 26948

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102740 13f79535-47bb-0310-9956-ffa450edef68

21 years agoupdate transformation
André Malo [Sat, 21 Feb 2004 18:58:02 +0000 (18:58 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102739 13f79535-47bb-0310-9956-ffa450edef68

21 years agoupdate transformation
André Malo [Sat, 21 Feb 2004 18:58:02 +0000 (18:58 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102738 13f79535-47bb-0310-9956-ffa450edef68

21 years agofix anchor reference
André Malo [Sat, 21 Feb 2004 18:57:46 +0000 (18:57 +0000)] 
fix anchor reference

PR 26767

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102737 13f79535-47bb-0310-9956-ffa450edef68

21 years agopropose merge
André Malo [Sat, 21 Feb 2004 18:30:11 +0000 (18:30 +0000)] 
propose merge

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102735 13f79535-47bb-0310-9956-ffa450edef68

21 years agoadd another rev#
André Malo [Sat, 21 Feb 2004 15:12:46 +0000 (15:12 +0000)] 
add another rev#

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102724 13f79535-47bb-0310-9956-ffa450edef68

21 years agoadd rev#
André Malo [Sat, 21 Feb 2004 14:50:26 +0000 (14:50 +0000)] 
add rev#

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102722 13f79535-47bb-0310-9956-ffa450edef68

21 years ago- Add a vote
Graham Leggett [Sat, 21 Feb 2004 14:21:03 +0000 (14:21 +0000)] 
- Add a vote
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102721 13f79535-47bb-0310-9956-ffa450edef68

21 years agoBackport for segfault in mod_ldap
Bradley Nicholes [Sat, 21 Feb 2004 00:52:50 +0000 (00:52 +0000)] 
Backport for segfault in mod_ldap

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102718 13f79535-47bb-0310-9956-ffa450edef68

21 years agoupdate transformation
André Malo [Sat, 21 Feb 2004 00:37:53 +0000 (00:37 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102715 13f79535-47bb-0310-9956-ffa450edef68

21 years agofixmissing character
André Malo [Sat, 21 Feb 2004 00:21:57 +0000 (00:21 +0000)] 
fixmissing character

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102713 13f79535-47bb-0310-9956-ffa450edef68

21 years agobackport copyright and layout changes
André Malo [Sat, 21 Feb 2004 00:14:57 +0000 (00:14 +0000)] 
backport copyright and layout changes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102711 13f79535-47bb-0310-9956-ffa450edef68

21 years agoPhrasing was somewhat confusing as to the second argument to Redirect,
Rich Bowen [Fri, 20 Feb 2004 18:37:43 +0000 (18:37 +0000)] 
Phrasing was somewhat confusing as to the second argument to Redirect,
which needs to be a fully-qualified URL, not an absolute path.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102695 13f79535-47bb-0310-9956-ffa450edef68

21 years agoDocument Win32DisableAcceptEx
Bill Stoddard [Thu, 19 Feb 2004 17:33:39 +0000 (17:33 +0000)] 
Document Win32DisableAcceptEx

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102690 13f79535-47bb-0310-9956-ffa450edef68

21 years agoNote ssl_engine_pphrase.c comment update as requested.
Joe Orton [Thu, 19 Feb 2004 16:56:21 +0000 (16:56 +0000)] 
Note ssl_engine_pphrase.c comment update as requested.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102689 13f79535-47bb-0310-9956-ffa450edef68

21 years agoVote
Bill Stoddard [Thu, 19 Feb 2004 14:47:43 +0000 (14:47 +0000)] 
Vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102688 13f79535-47bb-0310-9956-ffa450edef68

21 years agoyet another merge proposal
Jeff Trawick [Thu, 19 Feb 2004 11:53:24 +0000 (11:53 +0000)] 
yet another merge proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102687 13f79535-47bb-0310-9956-ffa450edef68

21 years agofix "Expected </Foo>> but saw </Foo>" errors in nested,
Geoffrey Young [Wed, 18 Feb 2004 22:24:12 +0000 (22:24 +0000)] 
fix "Expected </Foo>> but saw </Foo>" errors in nested,
argumentless containers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102679 13f79535-47bb-0310-9956-ffa450edef68

21 years agovote
Jeff Trawick [Wed, 18 Feb 2004 20:33:09 +0000 (20:33 +0000)] 
vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102677 13f79535-47bb-0310-9956-ffa450edef68

21 years agolet's get this container fix in
Stas Bekman [Wed, 18 Feb 2004 20:23:56 +0000 (20:23 +0000)] 
let's get this container fix in
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102675 13f79535-47bb-0310-9956-ffa450edef68

21 years ago"Expected </Foo>> but saw </Foo>" backport
Geoffrey Young [Wed, 18 Feb 2004 15:47:46 +0000 (15:47 +0000)] 
"Expected </Foo>> but saw </Foo>" backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102671 13f79535-47bb-0310-9956-ffa450edef68

21 years agobackport doc change
Mads Toftum [Tue, 17 Feb 2004 11:29:53 +0000 (11:29 +0000)] 
backport doc change

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102659 13f79535-47bb-0310-9956-ffa450edef68

21 years agobackport changes from 2.1
André Malo [Mon, 16 Feb 2004 22:13:00 +0000 (22:13 +0000)] 
backport changes from 2.1

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102655 13f79535-47bb-0310-9956-ffa450edef68

21 years agoCast a vote... or as some would say: It's dark out.
Sander Striker [Mon, 16 Feb 2004 18:47:57 +0000 (18:47 +0000)] 
Cast a vote... or as some would say: It's dark out.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102645 13f79535-47bb-0310-9956-ffa450edef68

21 years agopropose some backports of mod_isapi fixes
Jeff Trawick [Mon, 16 Feb 2004 17:59:36 +0000 (17:59 +0000)] 
propose some backports of mod_isapi fixes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102644 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdded doc for LDAPSharedCacheFile directive in mod_ldap
Bradley Nicholes [Fri, 13 Feb 2004 16:47:50 +0000 (16:47 +0000)] 
Added doc for LDAPSharedCacheFile directive in mod_ldap

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102640 13f79535-47bb-0310-9956-ffa450edef68

21 years agoConversion from xml change - add correct path, and useful example.
Rich Bowen [Thu, 12 Feb 2004 03:06:34 +0000 (03:06 +0000)] 
Conversion from xml change - add correct path, and useful example.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102636 13f79535-47bb-0310-9956-ffa450edef68

21 years agoWas wrong and misleading. Correct directory path, and give a slightly
Rich Bowen [Thu, 12 Feb 2004 02:47:36 +0000 (02:47 +0000)] 
Was wrong and misleading. Correct directory path, and give a slightly
more useful example.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102635 13f79535-47bb-0310-9956-ffa450edef68

21 years agoFix the shared memory caching issues in util_ldap PR #18756
Bradley Nicholes [Wed, 11 Feb 2004 18:07:46 +0000 (18:07 +0000)] 
Fix the shared memory caching issues in util_ldap  PR #18756

Submitted by: Matthieu Estrade, Brad Nicholes
Reviewed by: Mathieu Estrade, Brad Nicholes, Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102632 13f79535-47bb-0310-9956-ffa450edef68

21 years agomod_cgid: Restart the cgid daemon if it crashes.
Jeff Trawick [Tue, 10 Feb 2004 14:53:28 +0000 (14:53 +0000)] 
mod_cgid: Restart the cgid daemon if it crashes.

PR:            19849
Submitted by:  Glenn Nielsen
Reviewed by:   trawick, stoddard, jerenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102629 13f79535-47bb-0310-9956-ffa450edef68

21 years agovote
Jeff Trawick [Tue, 10 Feb 2004 12:09:56 +0000 (12:09 +0000)] 
vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102627 13f79535-47bb-0310-9956-ffa450edef68

21 years agoPropose fix for #21160.
Joe Orton [Tue, 10 Feb 2004 11:21:37 +0000 (11:21 +0000)] 
Propose fix for #21160.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102626 13f79535-47bb-0310-9956-ffa450edef68

21 years agofix name of The Apache Software Foundation
André Malo [Mon, 9 Feb 2004 20:59:50 +0000 (20:59 +0000)] 
fix name of The Apache Software Foundation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102623 13f79535-47bb-0310-9956-ffa450edef68

21 years agofix name of The Apache Software Foundation
André Malo [Mon, 9 Feb 2004 20:54:34 +0000 (20:54 +0000)] 
fix name of The Apache Software Foundation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102622 13f79535-47bb-0310-9956-ffa450edef68

21 years agofix name of The Apache Software Foundation
André Malo [Mon, 9 Feb 2004 20:47:33 +0000 (20:47 +0000)] 
fix name of The Apache Software Foundation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102620 13f79535-47bb-0310-9956-ffa450edef68

21 years agofix name of The Apache Software Foundation
André Malo [Mon, 9 Feb 2004 20:31:03 +0000 (20:31 +0000)] 
fix name of The Apache Software Foundation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102618 13f79535-47bb-0310-9956-ffa450edef68

21 years agoupdate transformation
André Malo [Sun, 8 Feb 2004 19:46:13 +0000 (19:46 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102607 13f79535-47bb-0310-9956-ffa450edef68

21 years agobackport style changes
André Malo [Sun, 8 Feb 2004 19:33:08 +0000 (19:33 +0000)] 
backport style changes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102606 13f79535-47bb-0310-9956-ffa450edef68

21 years agoupdate transformation
André Malo [Sun, 8 Feb 2004 19:24:34 +0000 (19:24 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102605 13f79535-47bb-0310-9956-ffa450edef68

21 years agoadd appropriate entry w.r.t the new license
André Malo [Sun, 8 Feb 2004 19:16:31 +0000 (19:16 +0000)] 
add appropriate entry w.r.t the new license

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102603 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 19:13:03 +0000 (19:13 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102602 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 19:01:49 +0000 (19:01 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102601 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 18:53:03 +0000 (18:53 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102600 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 18:48:02 +0000 (18:48 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102599 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 18:42:07 +0000 (18:42 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102598 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 17:58:07 +0000 (17:58 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102597 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 14:26:39 +0000 (14:26 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102595 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 14:07:00 +0000 (14:07 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102591 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 13:53:47 +0000 (13:53 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102588 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 13:16:08 +0000 (13:16 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102580 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 13:01:57 +0000 (13:01 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102575 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 12:26:52 +0000 (12:26 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102571 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 12:23:12 +0000 (12:23 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102570 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 12:18:12 +0000 (12:18 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102569 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 12:12:00 +0000 (12:12 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102567 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 12:07:06 +0000 (12:07 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102564 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 12:04:14 +0000 (12:04 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102563 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 11:59:23 +0000 (11:59 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102561 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 11:44:23 +0000 (11:44 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102559 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 11:36:16 +0000 (11:36 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102557 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 11:23:43 +0000 (11:23 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102554 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sun, 8 Feb 2004 11:19:58 +0000 (11:19 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102552 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sat, 7 Feb 2004 19:38:54 +0000 (19:38 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102551 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sat, 7 Feb 2004 19:31:42 +0000 (19:31 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102549 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sat, 7 Feb 2004 19:05:03 +0000 (19:05 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102546 13f79535-47bb-0310-9956-ffa450edef68

21 years agoapply Apache License, Version 2.0
André Malo [Sat, 7 Feb 2004 18:46:46 +0000 (18:46 +0000)] 
apply Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102545 13f79535-47bb-0310-9956-ffa450edef68

21 years agostart with httpd-2.0 relicensing to Apache License, Version 2.0
André Malo [Sat, 7 Feb 2004 18:40:59 +0000 (18:40 +0000)] 
start with httpd-2.0 relicensing to Apache License, Version 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102544 13f79535-47bb-0310-9956-ffa450edef68

21 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Sat, 7 Feb 2004 18:40:59 +0000 (18:40 +0000)] 
This commit was manufactured by cvs2svn to create branch
'APACHE_2_0_BRANCH'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102543 13f79535-47bb-0310-9956-ffa450edef68

21 years ago*) Fixed cache-removal order in mod_mem_cache.
Paul J. Reder [Thu, 5 Feb 2004 19:08:37 +0000 (19:08 +0000)] 
*) Fixed cache-removal order in mod_mem_cache.

Submitted by: Jean-Jacques Clar, Cliff Woolley
Reviewed by: jwoolley, bnicholes, rederpj

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102518 13f79535-47bb-0310-9956-ffa450edef68

21 years ago*) mod_setenvif: Fix the regex optimizer, which under circumstances
Paul J. Reder [Thu, 5 Feb 2004 18:41:59 +0000 (18:41 +0000)] 
*) mod_setenvif: Fix the regex optimizer, which under circumstances
   treated the supplied regex as literal string. PR 24219.

Submitted by: Andr�� Malo
Reviewed by: jerenkrantz, trawick, rederpj

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102516 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdd a vote and comment.
Paul J. Reder [Thu, 5 Feb 2004 15:55:39 +0000 (15:55 +0000)] 
Add a vote and comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102513 13f79535-47bb-0310-9956-ffa450edef68

21 years ago*) ap_mpm.h: Fix include guard of ap_mpm.h to reference mpm
Paul J. Reder [Thu, 5 Feb 2004 03:27:38 +0000 (03:27 +0000)] 
*) ap_mpm.h: Fix include guard of ap_mpm.h to reference mpm
   instead of mmn.

Submitted by: Andr�� Malo
Reviewed by: rederpj, bnicholes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102508 13f79535-47bb-0310-9956-ffa450edef68

21 years agovoting
Bradley Nicholes [Wed, 4 Feb 2004 23:26:54 +0000 (23:26 +0000)] 
voting

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102507 13f79535-47bb-0310-9956-ffa450edef68

21 years agoAdd a vote.
Paul J. Reder [Wed, 4 Feb 2004 22:31:56 +0000 (22:31 +0000)] 
Add a vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102506 13f79535-47bb-0310-9956-ffa450edef68

21 years agopropose backport merge
André Malo [Wed, 4 Feb 2004 20:23:21 +0000 (20:23 +0000)] 
propose backport merge

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102505 13f79535-47bb-0310-9956-ffa450edef68

21 years agoClean up a few minor issues with the NetWare make file
Bradley Nicholes [Wed, 4 Feb 2004 17:48:33 +0000 (17:48 +0000)] 
Clean up a few minor issues with the NetWare make file

Submitted by: "NormW" <normw@bocnet.com.au>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102503 13f79535-47bb-0310-9956-ffa450edef68

21 years ago*) mod_rewrite: Catch an edge case, where strange subsequent RewriteRules
Paul J. Reder [Wed, 4 Feb 2004 15:57:36 +0000 (15:57 +0000)] 
*) mod_rewrite: Catch an edge case, where strange subsequent RewriteRules
   could lead to a 400 (Bad Request) response.

Submitted by: Andr�� Malo
Reviewed by: jerenkrantz, rederpj

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102500 13f79535-47bb-0310-9956-ffa450edef68

21 years ago *) Keep focus of ITERATE and ITERATE2 on the current module when
Paul J. Reder [Wed, 4 Feb 2004 15:09:32 +0000 (15:09 +0000)] 
 *) Keep focus of ITERATE and ITERATE2 on the current module when
    the module chooses to return DECLINE_CMD for the directive. PR 22299.

Submitted by: Geoffrey Young <geoff apache.org>
Reviewed by: trawick, rederpj

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102498 13f79535-47bb-0310-9956-ffa450edef68

21 years agofix warnings/errors (depending on compiler) introduced by the
Jeff Trawick [Wed, 4 Feb 2004 14:48:30 +0000 (14:48 +0000)] 
fix warnings/errors (depending on compiler) introduced by the
recent mod_expires backport

Reviewed by: jorton, rederpj, trawick, Geoffrey Young

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102497 13f79535-47bb-0310-9956-ffa450edef68

21 years ago(sheepishly) add a vote... (darn, missed the warning scrolling by. Good catch, thanks).
Paul J. Reder [Wed, 4 Feb 2004 14:37:40 +0000 (14:37 +0000)] 
(sheepishly) add a vote...  (darn, missed the warning scrolling by. Good catch, thanks).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102496 13f79535-47bb-0310-9956-ffa450edef68

21 years agoPropose fix for mod_expires warning.
Joe Orton [Wed, 4 Feb 2004 10:10:30 +0000 (10:10 +0000)] 
Propose fix for mod_expires warning.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102494 13f79535-47bb-0310-9956-ffa450edef68

21 years ago*) Add support for IMT minor-type wildcards (e.g., text/*) to ExpiresByType. PR...
Paul J. Reder [Tue, 3 Feb 2004 21:51:38 +0000 (21:51 +0000)] 
*) Add support for IMT minor-type wildcards (e.g., text/*) to ExpiresByType.  PR#7991

Submitted by: Ken Coar
Reviewed By: ken, stoddard, rederpj

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102492 13f79535-47bb-0310-9956-ffa450edef68

21 years ago*) Fix segfault in mod_mem_cache cache_insert() due to cache size
Paul J. Reder [Tue, 3 Feb 2004 15:30:58 +0000 (15:30 +0000)] 
*) Fix segfault in mod_mem_cache cache_insert() due to cache size
   becoming negative.  PR: 21285, 21287

  Submitted by: Bill Stoddard, Massimo Torquati, Jean-Jacques Clar
  Reviewed by: stoddard, rederpj, trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102489 13f79535-47bb-0310-9956-ffa450edef68

21 years agopropose new backport: buffered log corruption with threaded MPM
Jeff Trawick [Mon, 2 Feb 2004 13:18:07 +0000 (13:18 +0000)] 
propose new backport: buffered log corruption with threaded MPM

update existing WinNT MPM backport with a later fix from stoddard

add a few votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102482 13f79535-47bb-0310-9956-ffa450edef68

21 years agoBegone evil tabs! And revote on patch that allows \\ to work.
Justin Erenkrantz [Fri, 30 Jan 2004 22:28:09 +0000 (22:28 +0000)] 
Begone evil tabs!  And revote on patch that allows \\ to work.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102471 13f79535-47bb-0310-9956-ffa450edef68

21 years agosuggest backport
Geoffrey Young [Fri, 30 Jan 2004 20:05:55 +0000 (20:05 +0000)] 
suggest backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102470 13f79535-47bb-0310-9956-ffa450edef68

21 years ago*) core.c: If large file support is enabled, allow any file that is
Paul J. Reder [Fri, 30 Jan 2004 16:20:51 +0000 (16:20 +0000)] 
*) core.c: If large file support is enabled, allow any file that is
   greater than AP_MAX_SENDFILE to be split into multiple buckets.
   This allows Apache to send files that are greater than 2gig.
   Otherwise we run into 32/64 bit type mismatches in the file size.

Submitted by: Brad Nicholes
Reviewed by: nd, jerenkrantz, rederpj

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102467 13f79535-47bb-0310-9956-ffa450edef68

21 years ago* proxy_http fix: mod_proxy hangs when both KeepAlive and
Paul J. Reder [Fri, 30 Jan 2004 15:52:09 +0000 (15:52 +0000)] 
* proxy_http fix: mod_proxy hangs when both KeepAlive and
  ProxyErrorOverride are enabled, and a non-200 response without a
  body is generated by the backend server.

Submitted by: Graham Wiseman <gwiseman fscinternet.com>, Richard Reiner
Reviewed by: stoddard, nd, jerenkrantz, rederpj

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102465 13f79535-47bb-0310-9956-ffa450edef68

21 years agoBackports done.
Joe Orton [Fri, 30 Jan 2004 13:26:23 +0000 (13:26 +0000)] 
Backports done.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102463 13f79535-47bb-0310-9956-ffa450edef68

21 years ago* modules/dav/main/mod_dav.c (dav_handler): Reject request if the
Joe Orton [Fri, 30 Jan 2004 13:19:24 +0000 (13:19 +0000)] 
* modules/dav/main/mod_dav.c (dav_handler): Reject request if the
Request-URI includes a fragment part, i.e. an unescaped #.

PR: 21779
Submitted by: Amit Athavale <amit_athavale@lycos.com>
Reviewed by: Joe Orton, Andr�� Malo, Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102462 13f79535-47bb-0310-9956-ffa450edef68

21 years ago* modules/http/http_protocol.c (ap_make_method_list): Fix possible
Joe Orton [Fri, 30 Jan 2004 13:13:30 +0000 (13:13 +0000)] 
* modules/http/http_protocol.c (ap_make_method_list): Fix possible
memory corruption.

Submitted by: Jeff Trawick
Reviewed by: Joe Orton, Andr�� Malo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102461 13f79535-47bb-0310-9956-ffa450edef68

21 years ago* server/main.c: Don't include newlines in strings passed to
Joe Orton [Fri, 30 Jan 2004 13:06:00 +0000 (13:06 +0000)] 
* server/main.c: Don't include newlines in strings passed to
ap_log_error.

Submitted by: Martin Kraemer
Reviewed by: Joe Orton, Jeff Trawick, Andr�� Malo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102460 13f79535-47bb-0310-9956-ffa450edef68

21 years ago* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Fix segfault if
Joe Orton [Fri, 30 Jan 2004 13:03:23 +0000 (13:03 +0000)] 
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Fix segfault if
SSL_get_session() returns NULL.

PR: 15057
Submitted by: Otmar Lendl <lendl@nic.at>
Reviewed by: Joe Orton, Jeff Trawick, Andr�� Malo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102459 13f79535-47bb-0310-9956-ffa450edef68