]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
Justin Erenkrantz [Wed, 23 Jul 2003 15:51:45 +0000 (15:51 +0000)]
/me bows to the Elvises
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100746
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 23 Jul 2003 13:45:17 +0000 (13:45 +0000)]
promises... :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100745
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Wed, 23 Jul 2003 08:14:44 +0000 (08:14 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100742
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 23 Jul 2003 05:43:57 +0000 (05:43 +0000)]
Vote and ask questions to Andr� and Roy about their backports...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100741
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 23 Jul 2003 05:28:54 +0000 (05:28 +0000)]
Add a backport request for mod_deflate.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100740
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Tue, 22 Jul 2003 19:05:05 +0000 (19:05 +0000)]
vote for mod_include fix backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100736
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Mon, 21 Jul 2003 23:52:39 +0000 (23:52 +0000)]
Proposed backport.
Andre, I'm assuming you're +1 for the patch since you wrote it and
since you told me on IRC a little while ago that you had tested it
on all known test cases and it passed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100729
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 21 Jul 2003 15:56:46 +0000 (15:56 +0000)]
further cleanup, add esperanto
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100726
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 21 Jul 2003 12:53:49 +0000 (12:53 +0000)]
cleanup AddLanguage/comments and LanguagePriority
PR: 21743
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100723
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 21 Jul 2003 11:52:02 +0000 (11:52 +0000)]
add another bugfix-backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100719
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 17 Jul 2003 22:00:07 +0000 (22:00 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100679
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 16 Jul 2003 19:32:15 +0000 (19:32 +0000)]
Oops. Replace * with *:80 in the <VirtualHost> tag as well.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100656
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 16 Jul 2003 19:28:32 +0000 (19:28 +0000)]
Replace NameVirtualHost * with NameVirtualHost *:80 in the example
config.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100653
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Wed, 16 Jul 2003 17:06:35 +0000 (17:06 +0000)]
Just fixing some improperly formatted entries.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100648
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Tue, 15 Jul 2003 21:41:18 +0000 (21:41 +0000)]
Update the header token parsing code to allow LWS between the
token word and the ':' seperator. [PR 16520]
[submitted: Kris Verbeeck <kris.verbeeck@advalvas.be> and
Nicel KM <mnicel@yahoo.com>]
[Reviewed: <coad@measurement-factory.com> and
Paul J. Reder]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100641
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Tue, 15 Jul 2003 21:22:24 +0000 (21:22 +0000)]
Add line missing from my backport of protocol.c table optimization.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100640
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Tue, 15 Jul 2003 21:03:14 +0000 (21:03 +0000)]
Eliminate creation of a temporary table in ap_get_mime_headers_core()
Submitted by: Joe Schaefer <joe+gmane@sunstarsys.com>
Reviewed by: Brian Pane
Backported by: Paul J. Reder
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100639
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 15 Jul 2003 19:09:22 +0000 (19:09 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100635
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 15 Jul 2003 17:56:48 +0000 (17:56 +0000)]
yab.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100633
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 15 Jul 2003 13:28:14 +0000 (13:28 +0000)]
propose another backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100629
13f79535 -47bb-0310-9956-
ffa450edef68
Ilia Soldatenko [Tue, 15 Jul 2003 08:56:56 +0000 (08:56 +0000)]
Updated to show translated into Russian handler.xml and programs/index.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100626
13f79535 -47bb-0310-9956-
ffa450edef68
Ilia Soldatenko [Tue, 15 Jul 2003 08:30:44 +0000 (08:30 +0000)]
programs/index.xml translated into Russian and reviewed.
***************************************************
English revision: 1.1.2.4
***************************************************
Translator: Ilia Soldis (rkai@tversu.ru)
Reviewers:
Ivan Shvedov (ivan@tversu.ru)
Arthur Reznikov (art@altair.tversu.ru)
***************************************************
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100625
13f79535 -47bb-0310-9956-
ffa450edef68
Ilia Soldatenko [Tue, 15 Jul 2003 08:25:55 +0000 (08:25 +0000)]
handler.xml translated into Russian and reviewed
***************************************************
English revision: 1.3.2.3
***************************************************
Translator: Ilia Soldis (rkai@tversu.ru)
Reviewers:
Ivan Shvedov (ivan@tversu.ru)
Arthur Reznikov (art@altair.tversu.ru)
***************************************************
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100623
13f79535 -47bb-0310-9956-
ffa450edef68
Ilia Soldatenko [Tue, 15 Jul 2003 08:24:11 +0000 (08:24 +0000)]
Handler.xml translated into Russian and reviewed
***************************************************
English revision: 1.3.2.3
***************************************************
Translator: Ilia Soldis (rkai@tversu.ru)
Reviewers:
Ivan Shvedov (ivan@tversu.ru)
Arthur Reznikov (art@altair.tversu.ru)
***************************************************
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100622
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 14 Jul 2003 23:04:27 +0000 (23:04 +0000)]
move a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100619
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 14 Jul 2003 21:54:11 +0000 (21:54 +0000)]
forgot suexec ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100618
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 14 Jul 2003 21:44:18 +0000 (21:44 +0000)]
vote && note && propose(another backport)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100617
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Mon, 14 Jul 2003 18:11:08 +0000 (18:11 +0000)]
update reference
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100609
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 14 Jul 2003 17:31:00 +0000 (17:31 +0000)]
can we merge a simple mod_ssl environment variable fix?
add a CVS revision on a previous merge proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100606
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Mon, 14 Jul 2003 17:06:14 +0000 (17:06 +0000)]
Add a backport vote for PR #13946 fix to mod_rewrite.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100602
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 14 Jul 2003 15:09:40 +0000 (15:09 +0000)]
selfish
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100597
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Sun, 13 Jul 2003 20:18:53 +0000 (20:18 +0000)]
Add two more backport requests
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100579
13f79535 -47bb-0310-9956-
ffa450edef68
Thom May [Sun, 13 Jul 2003 10:01:35 +0000 (10:01 +0000)]
note the end of my objection and update a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100577
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 12 Jul 2003 22:32:22 +0000 (22:32 +0000)]
Typo. PR#21539
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100572
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 12 Jul 2003 18:44:37 +0000 (18:44 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100570
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 12 Jul 2003 18:39:15 +0000 (18:39 +0000)]
charset case probably doesn't care, but be consistent.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100568
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 12 Jul 2003 15:13:29 +0000 (15:13 +0000)]
Tested as well as being a Good Thing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100565
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 12 Jul 2003 13:26:41 +0000 (13:26 +0000)]
cvs server: [12:56:17] waiting for nd's lock in /home/cvs/httpd-2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100564
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 12 Jul 2003 13:01:55 +0000 (13:01 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100561
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 12 Jul 2003 12:56:17 +0000 (12:56 +0000)]
Add FreeBSD directory layout
PR: 21100
Submitted by: info@orangexl.com (Sander Holthaus)
Reviewed by: Brian Pane, Erik Abele, Astrid Ke�ler
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100560
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 12 Jul 2003 12:44:11 +0000 (12:44 +0000)]
Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP
response.
PR: 21085
Submitted by: Glenn Nielsen <glenn@apache.org>
Reviewed by: Brian Pane, Erik Abele
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100559
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 10 Jul 2003 12:01:41 +0000 (12:01 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100534
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Wed, 9 Jul 2003 15:31:49 +0000 (15:31 +0000)]
vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100522
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Wed, 9 Jul 2003 11:47:13 +0000 (11:47 +0000)]
Moving on...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100514
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Wed, 9 Jul 2003 11:37:39 +0000 (11:37 +0000)]
Fix a whitespace difference that snuck in.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100512
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Wed, 9 Jul 2003 11:07:37 +0000 (11:07 +0000)]
SECURITY [CAN-2003-0192]: Fixed a bug whereby certain sequences
of per-directory renegotiations and the SSLCipherSuite directive
being used to upgrade from a weak ciphersuite to a strong one
could result in the weak ciphersuite being used in place of the
strong one.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100506
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Wed, 9 Jul 2003 11:05:18 +0000 (11:05 +0000)]
SECURITY [CAN-2003-0253]: Fixed a bug in prefork MPM causing
temporary denial of service when accept() on a rarely accessed port
returns certain errors. Reported by Saheed Akhtar
<S.Akhtar@talis.com>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100505
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Wed, 9 Jul 2003 10:59:56 +0000 (10:59 +0000)]
Commit the patch for CAN-2003-0254.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100504
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Wed, 9 Jul 2003 10:57:03 +0000 (10:57 +0000)]
Update CHANGES entry for VU#379828.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100503
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Wed, 9 Jul 2003 10:50:35 +0000 (10:50 +0000)]
Prepare for tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100502
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Wed, 9 Jul 2003 00:07:20 +0000 (00:07 +0000)]
Bump again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100499
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Wed, 9 Jul 2003 00:06:11 +0000 (00:06 +0000)]
Bump for the tag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100498
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Tue, 8 Jul 2003 22:42:11 +0000 (22:42 +0000)]
Add a backport suggestion and update a vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100496
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Tue, 8 Jul 2003 21:23:20 +0000 (21:23 +0000)]
Added application/ogg for .ogg files (see
http://www.rfc-editor.org/rfc/rfc3534.txt).
This 'fixes' PR 17719.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100494
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Tue, 8 Jul 2003 20:53:35 +0000 (20:53 +0000)]
Some votes...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100491
13f79535 -47bb-0310-9956-
ffa450edef68
Ilia Soldatenko [Tue, 8 Jul 2003 11:50:35 +0000 (11:50 +0000)]
Stylistic changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100490
13f79535 -47bb-0310-9956-
ffa450edef68
Mads Toftum [Mon, 7 Jul 2003 21:26:32 +0000 (21:26 +0000)]
backport - Remove "Reverse Proxy" example to avoid open proxies
Reviewed by: Rich Bowen
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100485
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 7 Jul 2003 20:36:56 +0000 (20:36 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100483
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 7 Jul 2003 19:54:54 +0000 (19:54 +0000)]
merge this fix from 2.1-dev:
*) mod_rewrite: Perform child initialization on the rewrite log lock.
This fixes a log corruption issue when flock-based serialization
is used (e.g., FreeBSD). [Jeff Trawick]
Reviewed by: jerenkrantz, nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100481
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 7 Jul 2003 19:11:36 +0000 (19:11 +0000)]
merge this fix from 2.1-dev:
*) Don't respect the Server header field as set by modules and CGIs.
As with 1.3, for proxy requests any such field is from the origin
server; otherwise it will have our server info as controlled by
the ServerTokens directive. [Jeff Trawick]
Reviewed by: nd, jerenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100479
13f79535 -47bb-0310-9956-
ffa450edef68
Ilia Soldatenko [Mon, 7 Jul 2003 17:04:16 +0000 (17:04 +0000)]
Added ru version.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100477
13f79535 -47bb-0310-9956-
ffa450edef68
Ilia Soldatenko [Mon, 7 Jul 2003 16:57:43 +0000 (16:57 +0000)]
Added typemap for Rusian language.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100476
13f79535 -47bb-0310-9956-
ffa450edef68
Ilia Soldatenko [Mon, 7 Jul 2003 16:56:18 +0000 (16:56 +0000)]
Translated index.xml into Russian.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100475
13f79535 -47bb-0310-9956-
ffa450edef68
Ilia Soldatenko [Mon, 7 Jul 2003 12:47:28 +0000 (12:47 +0000)]
Updated to handle filter.xml.ru.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100473
13f79535 -47bb-0310-9956-
ffa450edef68
Ilia Soldatenko [Mon, 7 Jul 2003 12:45:26 +0000 (12:45 +0000)]
Translated and reviews file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100472
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 7 Jul 2003 01:39:31 +0000 (01:39 +0000)]
update transformation, so it gets into the release
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100470
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 7 Jul 2003 00:45:23 +0000 (00:45 +0000)]
minor bump for ap_is_recursion_limit_exceeded (darn function name)
Reviewed by: Sander Striker
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100469
13f79535 -47bb-0310-9956-
ffa450edef68
Ilia Soldatenko [Sun, 6 Jul 2003 18:14:28 +0000 (18:14 +0000)]
Added translation of obsolete modules and changed for Core Features. We've
noticed that it was not translated correctly at first.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100466
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 6 Jul 2003 14:43:30 +0000 (14:43 +0000)]
remove proxy sample config
Suggested by: Joshua Slive
Acked by: Cliff Woolley, Sander Striker, David Reid, /me
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100464
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 6 Jul 2003 02:39:01 +0000 (02:39 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100462
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 6 Jul 2003 02:15:01 +0000 (02:15 +0000)]
backport Roy's grammar fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100460
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 5 Jul 2003 22:30:20 +0000 (22:30 +0000)]
add basic xsl for French transformation
Submitted by: Vincent Deffontaines <vincent@gryzor.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100459
13f79535 -47bb-0310-9956-
ffa450edef68
(no author) [Sat, 5 Jul 2003 22:30:20 +0000 (22:30 +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@100458
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 5 Jul 2003 20:37:07 +0000 (20:37 +0000)]
check in typemaps and accompanying config change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100455
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sat, 5 Jul 2003 01:28:11 +0000 (01:28 +0000)]
added votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100450
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 3 Jul 2003 18:25:03 +0000 (18:25 +0000)]
Add a +1.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100449
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 3 Jul 2003 16:22:50 +0000 (16:22 +0000)]
vote & note a new backport :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100448
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 2 Jul 2003 01:29:40 +0000 (01:29 +0000)]
LimitInternalRecursion backport, also in German.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100444
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 2 Jul 2003 01:17:40 +0000 (01:17 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100442
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 2 Jul 2003 01:16:31 +0000 (01:16 +0000)]
backport LimitInternalRecursion documentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100441
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Tue, 1 Jul 2003 01:25:07 +0000 (01:25 +0000)]
Backport from 2.1:
Prevent the server from crashing when entering infinite loops. The
new LimitInternalRecursion directive configures limits of subsequent
internal redirects and nested subrequests, after which the request
will be aborted. PR 19753 (and probably others).
Reviewed by: Andre Malo, Brian Pane, Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100426
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Tue, 1 Jul 2003 00:13:34 +0000 (00:13 +0000)]
Backport from 2.1:
core_output_filter: don't split the brigade after a FLUSH bucket if
it's the last bucket. This prevents creating unneccessary empty
brigades which may not be destroyed until the end of a keepalive
connection.
Submitted by: Juan Rivera <Juan.Rivera@citrix.com>
Reviewed by: Brian Pane, Jeff Trawick, Justin Erenkrantz, Sander Striker
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100424
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 30 Jun 2003 22:17:47 +0000 (22:17 +0000)]
update and restore transformation; some files were truncated.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100420
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 30 Jun 2003 22:15:42 +0000 (22:15 +0000)]
restore old zebra behaviour
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100419
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 30 Jun 2003 19:33:13 +0000 (19:33 +0000)]
Missed a latex style file in my backport.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100414
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 30 Jun 2003 19:25:29 +0000 (19:25 +0000)]
Backport all the LaTeX style files and the small latex-oriented
formatting changes to 2.0.
A sample of the output is at
http://www.apache.org/dist/httpd/docs/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100413
13f79535 -47bb-0310-9956-
ffa450edef68
(no author) [Mon, 30 Jun 2003 19:25:29 +0000 (19:25 +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@100412
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 30 Jun 2003 01:24:01 +0000 (01:24 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100410
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 30 Jun 2003 01:12:54 +0000 (01:12 +0000)]
fix SSIStartTag description
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100408
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Sun, 29 Jun 2003 19:50:23 +0000 (19:50 +0000)]
Just a few small gramatical improvements.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100403
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 29 Jun 2003 17:59:27 +0000 (17:59 +0000)]
fix fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100401
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 29 Jun 2003 17:49:44 +0000 (17:49 +0000)]
propose another backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100400
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 29 Jun 2003 16:49:12 +0000 (16:49 +0000)]
propose backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100398
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 29 Jun 2003 15:46:59 +0000 (15:46 +0000)]
update german translation to english revision 1.46.2.21
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100396
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 29 Jun 2003 10:28:23 +0000 (10:28 +0000)]
ScriptInterpreterSource Registry also uses the registry subkey ExecCGI
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100393
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sat, 28 Jun 2003 22:51:12 +0000 (22:51 +0000)]
explain ScriptInterpreterSource a little bit more
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100389
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 26 Jun 2003 11:07:09 +0000 (11:07 +0000)]
groan
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100366
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 25 Jun 2003 20:59:15 +0000 (20:59 +0000)]
hot hot hot
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100364
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Stein [Wed, 25 Jun 2003 20:22:15 +0000 (20:22 +0000)]
Ben's streamy PROPFIND patch has been backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100362
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Stein [Wed, 25 Jun 2003 20:18:32 +0000 (20:18 +0000)]
Add streamy PROPFIND responses.
Backport revs 1.94, 1.95, and 1.96 of mod_dav.c, and 1.67 of mod_dav.h
Submitted by: Ben Collins-Sussman <sussman@collab.net>
Reviewed by: gstein, striker, jerenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100361
13f79535 -47bb-0310-9956-
ffa450edef68