]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
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
Joe Orton [Mon, 8 Mar 2004 17:40:38 +0000 (17:40 +0000)]
Fix mod_ssl to issue SSL close_notify alerts before the connection is
closed by adding an EOC bucket type:
* include/http_connection.h: Declare eoc bucket interface.
* server/eoc_bucket.c: New file.
* server/Makefile.in, libhttpd.dsp: Build eoc_bucket.c.
* server/core.c (core_output_filter): Delete EOC bucket.
* server/connection.c (ap_flush_conn): Send an EOC bucket.
* modules/ssl/ssl_engine_io.c (ssl_io_filter_output): Shutdown
the SSL connection for an EOC bucket.
(bio_filter_out_write): Conditionally disable buffering.
PR: 27428
Submitted by: Madhusudan Mathihalli
Reviewed by: Madhusudan Mathihalli, Justin Erenkrantz, Joe Orton
(sneaking in fixes for libhttpd.dsp and NWGNUMakefile)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102885
13f79535 -47bb-0310-9956-
ffa450edef68
(no author) [Mon, 8 Mar 2004 17:40:38 +0000 (17: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@102884
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 8 Mar 2004 16:40:42 +0000 (16:40 +0000)]
issue should be resolved now
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102883
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 7 Mar 2004 23:58:50 +0000 (23:58 +0000)]
prepare for upcoming release
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102882
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 7 Mar 2004 22:03:16 +0000 (22:03 +0000)]
* modules/ssl/ssl_engine_io.c (ssl_io_filter_disable): Don't leak an
SSL structure for each plain-HTTP-on-SSL-port request.
PR: 27106
Reviewed by: Jeff Trawick, Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102880
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sun, 7 Mar 2004 03:24:15 +0000 (03:24 +0000)]
Add the ssl_var_lookup() optional function to the mod_nw_ssl module for Netware
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102878
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 6 Mar 2004 18:35:44 +0000 (18:35 +0000)]
It's *not* that bad of a failure if their maintainers go AWOL anyway...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102873
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 6 Mar 2004 18:31:59 +0000 (18:31 +0000)]
This 'showstopper' should be resolved now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102872
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 6 Mar 2004 17:54:28 +0000 (17:54 +0000)]
* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Clear the
OpenSSL error stack before reading the private key.
PR: 21160
Reviewed by: Jeff Trawick, Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102871
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 5 Mar 2004 19:32:23 +0000 (19:32 +0000)]
Add maxmemfree as a default for the netware mpm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102867
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Fri, 5 Mar 2004 19:08:13 +0000 (19:08 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102865
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 4 Mar 2004 20:12:47 +0000 (20:12 +0000)]
Win32: round up a line of lost code
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102853
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 4 Mar 2004 14:13:09 +0000 (14:13 +0000)]
Vote for and add PR # to the EOC/mod_ssl-shutdown backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102852
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 3 Mar 2004 11:07:50 +0000 (11:07 +0000)]
merge this fix from 2.1-dev:
mod_log_config: Fix corruption of buffered logs with threaded
MPMs. PR 25520.
PR: 25520
Reviewed by: stoddard, jerenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102845
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 3 Mar 2004 10:51:49 +0000 (10:51 +0000)]
vote, make an asinine suggestion
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102844
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 3 Mar 2004 05:03:24 +0000 (05:03 +0000)]
Hit-and-run voting.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102843
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Mon, 1 Mar 2004 22:01:48 +0000 (22:01 +0000)]
Add a backport suggestion for voting...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102841
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Mon, 1 Mar 2004 19:50:20 +0000 (19:50 +0000)]
add line missed in 1.9.2.7 backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102839
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 1 Mar 2004 18:06:43 +0000 (18:06 +0000)]
Backported auth_ldap segfault fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102838
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Mon, 1 Mar 2004 18:05:05 +0000 (18:05 +0000)]
Including filenames/revisions for the SSL Close Alert patch backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102836
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 1 Mar 2004 18:04:45 +0000 (18:04 +0000)]
Fix segfault in util_ald_create_cache() when shared memory caching has been disabled
Reviewed: bnicholes, minfrin, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102835
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Mon, 1 Mar 2004 02:27:39 +0000 (02:27 +0000)]
Backport vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102831
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Sun, 29 Feb 2004 22:11:03 +0000 (22:11 +0000)]
Win32: Tweak error messages. Do not Sleep() on AcceptEx() error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102830
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Sun, 29 Feb 2004 19:05:55 +0000 (19:05 +0000)]
Win32: Fix compile break introduced when this function was backported into 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102829
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 29 Feb 2004 14:53:01 +0000 (14:53 +0000)]
merge WinNT MPM support for mpm state query from 2.1-dev
Submitted by: trawick, stoddard
Reviewed by: trawick, stoddard, ake
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102825
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 29 Feb 2004 14:13:16 +0000 (14:13 +0000)]
add a couple of votes; remove a concern on an existing vote that
Joe handled already
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102824
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 29 Feb 2004 00:41:32 +0000 (00:41 +0000)]
Better fix for PR 27106 required.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102821
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 28 Feb 2004 21:28:56 +0000 (21:28 +0000)]
when parsing a conditional expression, don't assume the first
character to be a non-special.
Reviewed by: Jeff Trawick, Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102808
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 28 Feb 2004 21:23:22 +0000 (21:23 +0000)]
sync with apr
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102807
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Sat, 28 Feb 2004 00:53:55 +0000 (00:53 +0000)]
Propose the fix for sending SSL Close Alert message for backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102795
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Fri, 27 Feb 2004 21:46:55 +0000 (21:46 +0000)]
add vote for ap_mpm_query backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102791
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 26 Feb 2004 21:53:06 +0000 (21:53 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102788
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 26 Feb 2004 20:32:23 +0000 (20:32 +0000)]
merge this feature, and code cleanups for signal handlers,
from 2.1-dev:
Add fatal exception hook for use by diagnostic modules. The hook
is only available if the --enable-exception-hook configure parm
is used and the EnableExceptionHook directive has been set to
"on".
Reviewed by: stoddard, jerenkrantz, gregames
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102786
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 26 Feb 2004 20:30:26 +0000 (20:30 +0000)]
Minor vote
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102785
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 26 Feb 2004 20:21:16 +0000 (20:21 +0000)]
ouch, we need a couple more fixes to really get the buffered
log stuff in good shape
sorry, guys
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102784
13f79535 -47bb-0310-9956-
ffa450edef68
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
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
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
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
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
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
(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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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