]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
André Malo [Sat, 27 Mar 2004 22:36:54 +0000 (22:36 +0000)]
`build check-all`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103172
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 27 Mar 2004 22:34:30 +0000 (22:34 +0000)]
update NTP homepage
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103171
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 27 Mar 2004 20:02:26 +0000 (20:02 +0000)]
`build check-all all`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103170
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 27 Mar 2004 19:23:01 +0000 (19:23 +0000)]
backport outofdateness message
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103169
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 27 Mar 2004 19:07:29 +0000 (19:07 +0000)]
propose backports
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103168
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Sat, 27 Mar 2004 00:18:03 +0000 (00:18 +0000)]
Propose a backport in mod_ssl.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103167
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Sat, 27 Mar 2004 00:08:41 +0000 (00:08 +0000)]
Limit the concurrency to MAX_CONCURRENCY.
Otherwise, ab may dump core (calloc fails) when a arbitrarily huge value
is used.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103166
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 25 Mar 2004 20:03:22 +0000 (20:03 +0000)]
Backport: Yet another typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103160
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 25 Mar 2004 19:53:34 +0000 (19:53 +0000)]
Backport:
Intergrate Kess' configure docs in the docs tree and,
in particular, integrate them into install.xml by removing
large chunks of that document and making it a summary
with pointers into configure.xml.
(I also snuck in the odd fix to both install.xml and
configure.xml. Sorry for the mix.)
(Including subsequent typo fix.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103158
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 25 Mar 2004 19:52:50 +0000 (19:52 +0000)]
The (tm) thing breaks latex/pdf and I'm too lazy to figure
out why, so I'm going to remove it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103157
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 25 Mar 2004 02:40:17 +0000 (02:40 +0000)]
no point or need to do this
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103151
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 25 Mar 2004 02:35:40 +0000 (02:35 +0000)]
comment on proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103150
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 25 Mar 2004 02:32:54 +0000 (02:32 +0000)]
Fix crash when Apache was started with no Listen directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103148
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 25 Mar 2004 02:20:27 +0000 (02:20 +0000)]
Can't assume the filepointer is really 0 when offset is 0. A handler can create brigades containing multiple file buckets with arbitrary offsets
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103147
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Thu, 25 Mar 2004 02:16:18 +0000 (02:16 +0000)]
oops. place change under 2.0.50.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103145
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 25 Mar 2004 02:11:47 +0000 (02:11 +0000)]
forgot this commit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103143
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 25 Mar 2004 02:07:28 +0000 (02:07 +0000)]
Fix memory corruption problem with ap_custom_response() function.
The core per-dir config would later point to request pool data
that would be reused for different purposes on different requests.
This is based on an old 1.3 patch submitted by Will Lowe.
It needs a minor tweak before committing to 1.3, but he had
it pretty darn close.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103141
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Thu, 25 Mar 2004 00:15:21 +0000 (00:15 +0000)]
added a bb proposal for ab fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103136
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Wed, 24 Mar 2004 22:17:02 +0000 (22:17 +0000)]
make it so.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103134
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 24 Mar 2004 21:14:16 +0000 (21:14 +0000)]
`build metafiles`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103132
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Wed, 24 Mar 2004 21:14:03 +0000 (21:14 +0000)]
Add a vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103131
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Wed, 24 Mar 2004 20:30:52 +0000 (20:30 +0000)]
removed after backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103128
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Wed, 24 Mar 2004 20:28:49 +0000 (20:28 +0000)]
Tweak worker thread accounting routines to eliminate
server hang when number of Listen directives in httpd.conf
is greater than or equal to the setting of ThreadsPerChild.
Reviewed by: stoddard, trawick, geoff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103127
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Wed, 24 Mar 2004 20:03:34 +0000 (20:03 +0000)]
new vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103126
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Wed, 24 Mar 2004 19:50:56 +0000 (19:50 +0000)]
Add a couple votes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103124
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Wed, 24 Mar 2004 05:59:21 +0000 (05:59 +0000)]
reviewed and compiled and tried to check for similar problems elsewhere in the code. found none
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103122
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 24 Mar 2004 02:58:02 +0000 (02:58 +0000)]
crash
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103121
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 24 Mar 2004 00:11:45 +0000 (00:11 +0000)]
this file was updated :-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103118
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 23 Mar 2004 23:43:05 +0000 (23:43 +0000)]
update revision info
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103117
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 23 Mar 2004 23:22:03 +0000 (23:22 +0000)]
update revision info for the Korean files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103115
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 23 Mar 2004 20:57:15 +0000 (20:57 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103114
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 23 Mar 2004 20:45:36 +0000 (20:45 +0000)]
fix typos in howto/cgi.xml
update revision info for Japanese files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103111
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 23 Mar 2004 19:54:45 +0000 (19:54 +0000)]
ignore helper files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103109
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 23 Mar 2004 18:00:25 +0000 (18:00 +0000)]
Backport:
Document the ability to look at original of final subrequest.
I'd appreciate a review from someone more familiar with
mod_log_config!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103102
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 23 Mar 2004 15:44:09 +0000 (15:44 +0000)]
Backport:
Reference the config file syntax in the htaccess tutorial.
PR: 17236
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103101
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Tue, 23 Mar 2004 15:07:08 +0000 (15:07 +0000)]
whoops - use viewcvs instead of marc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103099
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Tue, 23 Mar 2004 15:03:46 +0000 (15:03 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103098
13f79535 -47bb-0310-9956-
ffa450edef68
Geoffrey Young [Tue, 23 Mar 2004 14:02:12 +0000 (14:02 +0000)]
suggest backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103097
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 23 Mar 2004 04:24:10 +0000 (04:24 +0000)]
Backport:
Clarify the order of processing in mod_alias.
PR: 21897
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103095
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 23 Mar 2004 03:53:49 +0000 (03:53 +0000)]
Backport:
Mention that mod_userdir is required for suexec to work
in user directories.
PR: 25477
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103093
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 23 Mar 2004 00:54:13 +0000 (00:54 +0000)]
Backport:
Fix description of Indexignore argument.
PR: 25870
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103091
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 22 Mar 2004 23:20:46 +0000 (23:20 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103089
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 22 Mar 2004 21:37:26 +0000 (21:37 +0000)]
Backport:
Fix reference to variable discussion.
PR: 27811
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103085
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 22 Mar 2004 21:07:34 +0000 (21:07 +0000)]
Backport: Warn people away from the more complicated mod_deflate example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103082
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 22 Mar 2004 21:00:36 +0000 (21:00 +0000)]
Backport: Send people to the right directive to deal with
AcceptEx problems.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103079
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 22 Mar 2004 20:52:49 +0000 (20:52 +0000)]
Backport:
Be more honest about the current state of perchild.
Too many people think this module might actually work.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103077
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 22 Mar 2004 20:50:13 +0000 (20:50 +0000)]
Backport:
Be more honest about the current state of perchild.
Too many people think this module might actually work.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103076
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Mon, 22 Mar 2004 17:16:25 +0000 (17:16 +0000)]
Update 2.0.49 status.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103071
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 22 Mar 2004 12:46:11 +0000 (12:46 +0000)]
note^H^H^H^Hfear
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103068
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 21 Mar 2004 19:06:45 +0000 (19:06 +0000)]
backport from 2.1-dev:
fix mispelling
PR: 27719
Submitted by: Stefan K. <stephank sk7.net>
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103064
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 21 Mar 2004 11:17:01 +0000 (11:17 +0000)]
another merge proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103061
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Mar 2004 22:43:42 +0000 (22:43 +0000)]
bring up to date
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103059
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Mar 2004 19:03:22 +0000 (19:03 +0000)]
bring these files up to date
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103056
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 20 Mar 2004 17:24:04 +0000 (17:24 +0000)]
bring these files up to date
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103054
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 19 Mar 2004 21:46:35 +0000 (21:46 +0000)]
fix directive name and link
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103046
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Fri, 19 Mar 2004 14:40:10 +0000 (14:40 +0000)]
added votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103034
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Fri, 19 Mar 2004 13:04:48 +0000 (13:04 +0000)]
hit and run vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103033
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 19 Mar 2004 11:25:04 +0000 (11:25 +0000)]
add some votes and backport proposals for a couple of
crashes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103031
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 18 Mar 2004 12:35:57 +0000 (12:35 +0000)]
bump version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103021
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Thu, 18 Mar 2004 08:50:45 +0000 (08:50 +0000)]
Move on with 2.0.50 development
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103020
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Thu, 18 Mar 2004 07:36:53 +0000 (07:36 +0000)]
Fix starvation issue on listening sockets where a short-lived
connection on a rarely-accessed listening socket will cause a
child to hold the accept mutex and block out new connections until
another connection arrives on that rarely-accessed listening socket.
With Apache 2.x there is no performance concern about enabling the
logic for platforms which don't need it, so it is enabled everywhere
except for Win32.
Submitted by: Jeff Trawick
Reviewed by: Jim Jagielski, Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103018
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Thu, 18 Mar 2004 07:11:11 +0000 (07:11 +0000)]
Prepare for the tag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103017
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Wed, 17 Mar 2004 23:52:12 +0000 (23:52 +0000)]
Include another ab.c rev for the backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103016
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Wed, 17 Mar 2004 19:57:10 +0000 (19:57 +0000)]
Propose a backport (to prevent segfault in ab.c)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103014
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Wed, 17 Mar 2004 02:11:11 +0000 (02:11 +0000)]
backport done, removed proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103010
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Wed, 17 Mar 2004 02:05:26 +0000 (02:05 +0000)]
added check on apr_pollset_create() return value. backport from 1.139.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103009
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 17 Mar 2004 01:21:19 +0000 (01:21 +0000)]
backports and votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103008
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 17 Mar 2004 01:15:54 +0000 (01:15 +0000)]
one solitary vote added :(
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103006
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Wed, 17 Mar 2004 00:11:41 +0000 (00:11 +0000)]
changed version of ab to back port proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103001
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 16 Mar 2004 21:10:16 +0000 (21:10 +0000)]
mod_cgid: Fix storage corruption caused by use of incorrect pool.
Reviewed by: stoddard, bnicholes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102996
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 16 Mar 2004 20:19:43 +0000 (20:19 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102995
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Tue, 16 Mar 2004 20:04:07 +0000 (20:04 +0000)]
added a back port proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102994
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 16 Mar 2004 19:50:52 +0000 (19:50 +0000)]
Use the default logger screen on NetWare for the ab output because it is scrollable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102993
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 16 Mar 2004 03:09:59 +0000 (03:09 +0000)]
Report the NetWare socket error since we are using native socket calls
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102987
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Tue, 16 Mar 2004 01:00:04 +0000 (01:00 +0000)]
fixed a typo and reformulated a passage in the german
version of the EnableExceptionHook docs
(forget my last commit message, I got confused by nd's
last commits since I already had exactly the same stuff
ready to commit!)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102983
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 16 Mar 2004 00:52:27 +0000 (00:52 +0000)]
typo
Submitted by: Sascha Kersken <sk lingoworld.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102981
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 16 Mar 2004 00:44:39 +0000 (00:44 +0000)]
typo
Submitted by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102978
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 15 Mar 2004 22:01:36 +0000 (22:01 +0000)]
backport enableexceptionhook documentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102974
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 15 Mar 2004 21:38:07 +0000 (21:38 +0000)]
Backport source-build change for Win32 to accomodate the elimiation
of ssl-std.conf. (rev 1.136 - 1.138) Substitute all fields correctly
from ssl-std.conf.in, and then only if openssl is detected.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102972
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Mon, 15 Mar 2004 21:11:14 +0000 (21:11 +0000)]
Obvious fix to mod_cgid
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102967
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 15 Mar 2004 20:12:36 +0000 (20:12 +0000)]
nasty storage corruption problem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102963
13f79535 -47bb-0310-9956-
ffa450edef68
Thom May [Sun, 14 Mar 2004 17:49:04 +0000 (17:49 +0000)]
fly by backport pimping
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102956
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 14 Mar 2004 16:46:50 +0000 (16:46 +0000)]
++merges
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102955
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 10 Mar 2004 21:22:12 +0000 (21:22 +0000)]
Relicense.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102926
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Wed, 10 Mar 2004 15:10:31 +0000 (15:10 +0000)]
backport candidate
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102923
13f79535 -47bb-0310-9956-
ffa450edef68
David Reid [Wed, 10 Mar 2004 00:28:30 +0000 (00:28 +0000)]
This patch is Jeff's APMPMQ_MPM_STATE
patch for the beos mpm. It isn't quite as all encompassing as
Jeff's but at least it provides the basics until experience
can be gained in how it performs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102919
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 9 Mar 2004 21:46:12 +0000 (21:46 +0000)]
Backport: German translation of Win32DisableAcceptEx
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102918
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 9 Mar 2004 20:47:46 +0000 (20:47 +0000)]
backport changes from 2.1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102915
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Tue, 9 Mar 2004 20:12:29 +0000 (20:12 +0000)]
Remove the proposal to backport mod_rewrite recognizing SSL variables - since
it depends upon the mod_ssl.h re-architecture (done by Joe Orton). I'd rather
let the changes come as part of the entire mod_ssl 2.1 backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102910
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 9 Mar 2004 20:08:44 +0000 (20:08 +0000)]
add stylesheets for non-english zip generation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102909
13f79535 -47bb-0310-9956-
ffa450edef68
(no author) [Tue, 9 Mar 2004 20:08:44 +0000 (20:08 +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@102908
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Tue, 9 Mar 2004 18:14:00 +0000 (18:14 +0000)]
Propose a backport (for mod_rewrite to recognize SSL variables)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102906
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 8 Mar 2004 23:35:51 +0000 (23:35 +0000)]
As mentioned on list, -0 this...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102895
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 8 Mar 2004 23:34:48 +0000 (23:34 +0000)]
Reflect backported changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102894
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 8 Mar 2004 23:33:03 +0000 (23:33 +0000)]
Win32: find_read_listeners was not correctly handling multiple listeners on the
Win32DisableAcceptEx path
Reviewed by: stoddard, trawick, ake
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102893
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 8 Mar 2004 23:29:11 +0000 (23:29 +0000)]
Fix bug in mod_usertrack when no CookieName is set.
PR: 24483
Submitted by: Manni Wood <manniwood planet-save.com>
Reviewed by: Cliff Woolley, Justin Erenkrantz, Sander Striker
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102892
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 8 Mar 2004 23:12:44 +0000 (23:12 +0000)]
Fix some piped log problems: bogus "piped log program '(null)'
failed" messages during restart and problem with the logger
respawning again after Apache is stopped.
PR: 21648, 24805
Reviewed by: trawick, jerenkrantz, nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102889
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 8 Mar 2004 22:56:25 +0000 (22:56 +0000)]
Fixed file extensions for real media files and removed rpm extension
from mime.types.
PR: 26079
Submitted by: Allan Sandfeld <kde carewolf.com>
Reviewed by: nd, trawick, jerenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102888
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 8 Mar 2004 22:54:20 +0000 (22:54 +0000)]
Remove compile-time length limit on request strings. Length is
now enforced solely with the LimitRequestLine config directive.
Submitted by: Paul J. Reder
Reviewed by: rederpj, jerenkrantz, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102887
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 8 Mar 2004 19:57:29 +0000 (19:57 +0000)]
Propose SSL upgrade patch for backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102886
13f79535 -47bb-0310-9956-
ffa450edef68