]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
22 years agoAdded a missing slash.
Erik Abele [Tue, 29 Jul 2003 14:48:04 +0000 (14:48 +0000)] 
Added a missing slash.

PR: 21964
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoI guess I'll cancel the previous votes, since the patch changed.
Joshua Slive [Tue, 29 Jul 2003 13:43:22 +0000 (13:43 +0000)] 
I guess I'll cancel the previous votes, since the patch changed.

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

22 years agovote and propose a bug fix backport
André Malo [Tue, 29 Jul 2003 01:25:33 +0000 (01:25 +0000)] 
vote and propose a bug fix backport

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

22 years agovote...
Erik Abele [Mon, 28 Jul 2003 16:46:11 +0000 (16:46 +0000)] 
vote...

PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoBackport mention of proxypassreverse limitations and mod_proxy_html.
Joshua Slive [Mon, 28 Jul 2003 15:56:55 +0000 (15:56 +0000)] 
Backport mention of proxypassreverse limitations and mod_proxy_html.

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

22 years agoAdd backport vote.
Joshua Slive [Mon, 28 Jul 2003 15:38:28 +0000 (15:38 +0000)] 
Add backport vote.

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

22 years agovote
Jeff Trawick [Mon, 28 Jul 2003 15:25:10 +0000 (15:25 +0000)] 
vote

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

22 years agopropose a mod_rewrite backport
André Malo [Mon, 28 Jul 2003 15:04:44 +0000 (15:04 +0000)] 
propose a mod_rewrite backport

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

22 years agoBackport minor version upgrade instructions.
Joshua Slive [Mon, 28 Jul 2003 14:17:45 +0000 (14:17 +0000)] 
Backport minor version upgrade instructions.

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

22 years agoClose backported patches...
Justin Erenkrantz [Mon, 28 Jul 2003 02:09:31 +0000 (02:09 +0000)] 
Close backported patches...

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

22 years agoDon't attempt to hold all of the response until we're done. We'll pass data on
Justin Erenkrantz [Mon, 28 Jul 2003 02:05:57 +0000 (02:05 +0000)] 
Don't attempt to hold all of the response until we're done.  We'll pass data on
when the zlib buffer becomes full and we need to reset the buffer anyway.

Also, tidy up a similar semantic when we see the EOS by returning an error if
ap_pass_brigade gets an error (we'd lose it otherwise).

Reviewed by: Sander Striker, Andre Malo

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

22 years agoAssure that we block on the read BIO when we invoke the read BIO for both
Justin Erenkrantz [Mon, 28 Jul 2003 02:02:25 +0000 (02:02 +0000)] 
Assure that we block on the read BIO when we invoke the read BIO for both
first-use cases (via ssl_io_input_add_filter) and when we are writing and
need response from the client (via ssl_io_filter_output).  Both of these
cases are always blocking.

PR: 19242
Submitted by:   David Deaves <David.Deaves@dd.id.au>, William Rowe
Reviewed by: Justin Erenkrantz, Jeff Trawick

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

22 years agoSync with IANA registry and W3C recommended types, the latter being
Justin Erenkrantz [Mon, 28 Jul 2003 01:58:33 +0000 (01:58 +0000)] 
Sync with IANA registry and W3C recommended types, the latter being
necessary because the W3C committees are too lame to finish their
own type registrations.  Nevertheless, they are already in use.

Submitted by: Roy Fielding
Reviewed by: Andre Malo, Justin Erenkrantz, Sander Striker, Erik Abele

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

22 years agomod_ext_filter: Set additional environment variables for use by
Justin Erenkrantz [Mon, 28 Jul 2003 01:54:17 +0000 (01:54 +0000)] 
mod_ext_filter: Set additional environment variables for use by
the external filter.

The missing code was identified by Andrew Ho, coded/tested by Jeff
Trawick, and verified yet again by Neil Fraser.

PR:    20944
Reviewed by: Andre Malo, Justin Erenkrantz

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

22 years agosteal some code from APR intended to allow you to properly switch
Justin Erenkrantz [Mon, 28 Jul 2003 01:50:56 +0000 (01:50 +0000)] 
steal some code from APR intended to allow you to properly switch
between libtool 1.3 and 1.4+...  newer libtool doesn't have ltconfig,
so having a stray ltconfig around will confuse some of our config
logic

This also fixes cp failure on FreeBSD since ltconfig and ltmain.sh
are installed with 0400 perms, and when buildconf is run a second time
the cp of those files would fail.

Submitted by: Jeff Trawick
Reviewed by: Justin Erenkrantz, Sander Striker

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

22 years agoEnhance some bits of the suEXEC docco to be a bit more precise
Erik Abele [Fri, 25 Jul 2003 18:32:47 +0000 (18:32 +0000)] 
Enhance some bits of the suEXEC docco to be a bit more precise
in regard to suEXEC's docroot handling and it's preconditions;
see PR#21873 and #21874.

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

22 years agoadd indentation for backport
André Malo [Thu, 24 Jul 2003 22:30:37 +0000 (22:30 +0000)] 
add indentation for backport

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

22 years agoBackport typo fix.
Joshua Slive [Thu, 24 Jul 2003 15:30:12 +0000 (15:30 +0000)] 
Backport typo fix.

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

22 years agoUpdated transformation.
Joshua Slive [Thu, 24 Jul 2003 15:03:17 +0000 (15:03 +0000)] 
Updated transformation.

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

22 years agoSync 2.0 with 2.1.
Joshua Slive [Thu, 24 Jul 2003 14:50:36 +0000 (14:50 +0000)] 
Sync 2.0 with 2.1.

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

22 years agoVotes...
Erik Abele [Wed, 23 Jul 2003 23:49:14 +0000 (23:49 +0000)] 
Votes...

PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoRemember an authenticated user during internal redirects if the
André Malo [Wed, 23 Jul 2003 21:53:42 +0000 (21:53 +0000)] 
Remember an authenticated user during internal redirects if the
redirection target is not access protected and pass it
to scripts using the REDIRECT_REMOTE_USER environment variable.

PR: 10678, 11602.
Reviewed by: Jeff Trawick, Justin Erenkrantz

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

22 years agoBackport:
André Malo [Wed, 23 Jul 2003 20:28:29 +0000 (20:28 +0000)] 
Backport:
Fixed a trio of mod include bugs.  The first two were
reported and investigated by Ron Park on dev@httpd in msgid
<161E04AB9955D54E826FD86360578554D27087@169.32.17.10.nat.cnet.com>;
the third was reported by Kevin Varley in PR 21095.

Bug 1:  An incorrect parameter to bndm() was causing start sequences
        that spanned buckets to drop characters.
Bug 2:  Failed conditional text spanning brigades would cause portions
of the text that should have been removed to be present anyway.
Bug 3:  Dropped characters when the end sequence spanned an
        8000-byte boundary with MMAP off.

PR: 21095
Submitted by: Ron Park <ronald.park@cnet.com>, Andr� Malo, Cliff Woolley
Reviewed by:    Brian Pane

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

22 years agovote and add another backport
André Malo [Wed, 23 Jul 2003 16:25:32 +0000 (16:25 +0000)] 
vote and add another backport

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

22 years ago/me bows to the Elvises
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

22 years agopromises... :)
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

22 years agoVote.
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

22 years agoVote and ask questions to Andr� and Roy about their backports...
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

22 years agoAdd a backport request for mod_deflate.
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

22 years agovote for mod_include fix backport
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

22 years agoProposed backport.
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

22 years agofurther cleanup, add esperanto
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

22 years agocleanup AddLanguage/comments and LanguagePriority
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

22 years agoadd another bugfix-backport
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

22 years agoupdate transformation
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

22 years agoOops. Replace * with *:80 in the <VirtualHost> tag as well.
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

22 years agoReplace NameVirtualHost * with NameVirtualHost *:80 in the example
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

22 years agoJust fixing some improperly formatted entries.
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

22 years agoUpdate the header token parsing code to allow LWS between the
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

22 years agoAdd line missing from my backport of protocol.c table optimization.
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

22 years agoEliminate creation of a temporary table in ap_get_mime_headers_core()
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

22 years agovote
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

22 years agoyab.
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

22 years agopropose another backport
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

22 years agoUpdated to show translated into Russian handler.xml and programs/index.xml
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

22 years agoprograms/index.xml translated into Russian and reviewed.
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

22 years agohandler.xml translated into Russian and reviewed
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

22 years agoHandler.xml translated into Russian and reviewed
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

22 years agomove a vote
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

22 years agoforgot suexec ...
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

22 years agovote && note && propose(another backport)
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

22 years agoupdate reference
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

22 years agocan we merge a simple mod_ssl environment variable fix?
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

22 years agoAdd a backport vote for PR #13946 fix to mod_rewrite.
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

22 years agoselfish
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

22 years agoAdd two more backport requests
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

22 years agonote the end of my objection and update a vote
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

22 years agoTypo. PR#21539
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

22 years agoupdate transformation
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

22 years agocharset case probably doesn't care, but be consistent.
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

22 years agoTested as well as being a Good Thing
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

22 years agocvs server: [12:56:17] waiting for nd's lock in /home/cvs/httpd-2.0
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

22 years agovote
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

22 years agoAdd FreeBSD directory layout
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

22 years agoFix NULL-pointer issue in ab when parsing an incomplete or non-HTTP
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

22 years agoupdate transformation
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

22 years agovote
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

22 years agoMoving on...
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

22 years agoFix a whitespace difference that snuck in.
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

22 years agoSECURITY [CAN-2003-0192]: Fixed a bug whereby certain sequences
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

22 years agoSECURITY [CAN-2003-0253]: Fixed a bug in prefork MPM causing
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

22 years agoCommit the patch for CAN-2003-0254.
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

22 years agoUpdate CHANGES entry for VU#379828.
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

22 years agoPrepare for tag
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

22 years agoBump again.
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

22 years agoBump for the tag.
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

22 years agoAdd a backport suggestion and update a vote.
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

22 years agoAdded application/ogg for .ogg files (see
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

22 years agoSome votes...
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

22 years agoStylistic changes.
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

22 years agobackport - Remove "Reverse Proxy" example to avoid open proxies
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

22 years agoupdate transformation
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

22 years agomerge this fix from 2.1-dev:
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

22 years agomerge this fix from 2.1-dev:
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

22 years agoAdded ru version.
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

22 years agoAdded typemap for Rusian language.
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

22 years agoTranslated index.xml into Russian.
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

22 years agoUpdated to handle filter.xml.ru.
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

22 years agoTranslated and reviews file.
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

22 years agoupdate transformation, so it gets into the release
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

22 years agominor bump for ap_is_recursion_limit_exceeded (darn function name)
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

22 years agoAdded translation of obsolete modules and changed for Core Features. We've
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

22 years agoremove proxy sample config
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

22 years agoupdate transformation
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

22 years agobackport Roy's grammar fixes
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

22 years agoadd basic xsl for French transformation
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

22 years agoThis commit was manufactured by cvs2svn to create branch
(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

22 years agocheck in typemaps and accompanying config change
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

22 years agoadded votes
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

22 years agoAdd a +1.
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