]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
Jeff Trawick [Tue, 25 Mar 2003 11:51:28 +0000 (11:51 +0000)]
get changes to support libtool 1.3 into APACHE_2_0_BRANCH
Submitted by: Greg Ames
Reviewed by: wrowe, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99058
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 22 Mar 2003 22:21:24 +0000 (22:21 +0000)]
propose another bugfix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99043
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 22 Mar 2003 21:32:30 +0000 (21:32 +0000)]
propose a backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99041
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 22 Mar 2003 18:04:19 +0000 (18:04 +0000)]
hmm. Am I getting old? add revision number for easier review.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99039
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 20 Mar 2003 22:13:42 +0000 (22:13 +0000)]
mod_rewrite is broken on NetWare, Win32, OS/2 because prefix_stat assume
a '/' rooted file system.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99034
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 20 Mar 2003 21:56:06 +0000 (21:56 +0000)]
SECURITY: Eliminated leaks of several file descriptors to child
processes, such as CGI scripts.
PR: 17206
Submitted by: Christian Kratzer <ck@cksoft.de>, Bjoern A. Zeeb <bz@zabbadoz.net>
Reviewed by: Joe Orton, Will Rowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99033
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 20 Mar 2003 14:37:47 +0000 (14:37 +0000)]
Note my two open questions that interfere with giving this backport
my reserved +1 as a workaround till a complete solution is found.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99031
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 20 Mar 2003 14:09:07 +0000 (14:09 +0000)]
add a vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99030
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 19 Mar 2003 14:58:55 +0000 (14:58 +0000)]
backport from 2.1:
uh, I forgot to add the transformated mod_nw_ssl.html ;-)
additionally RewriteOptions was now introduced in 2.0.45.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99025
13f79535 -47bb-0310-9956-
ffa450edef68
(no author) [Wed, 19 Mar 2003 14:58:55 +0000 (14:58 +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@99024
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 19 Mar 2003 12:50:57 +0000 (12:50 +0000)]
backport from 2.1:
Prevent endless loops of internal redirects in mod_rewrite by
aborting after exceeding a limit of internal redirects. The
limit defaults to 10 and can be changed using the RewriteOptions
directive with the new MaxRedirects=n argument.
(The latter required some restructuring of the RewriteOptions
evaluation code).
PR: 17462
Reviewed by: Will Rowe, Ian Holsman
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99021
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 19 Mar 2003 00:47:30 +0000 (00:47 +0000)]
add mod_nw_ssl to sitemap (and autogenerated pages) and update transformation
of recent changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99020
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 18 Mar 2003 15:14:03 +0000 (15:14 +0000)]
Fixed a small logic problem when printing out the console command help
Submitted by: Ulrich Neumann <U_Neumann@gne.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99018
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 17 Mar 2003 17:09:09 +0000 (17:09 +0000)]
Added the optional ssl_enable functions to allow mod_proxy to hook into
mod_nw_ssl on NetWare.This allows a unsecure connection to be upgraded
to a secure connection when required by mod_proxy.Also added the
directive NWSSLTrustedCerts to allow an administrator to provide a list of
certificates used to upgrade the secure connections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99015
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 17 Mar 2003 17:07:47 +0000 (17:07 +0000)]
Added documentation for the directives SecureListen and NWSSLTrustedCerts
that are provided through mod_nw_ssl for NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99014
13f79535 -47bb-0310-9956-
ffa450edef68
(no author) [Mon, 17 Mar 2003 17:07:47 +0000 (17:07 +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@99013
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 17 Mar 2003 17:05:09 +0000 (17:05 +0000)]
Added a note that indicates that forward slashes should always be used on
non-unix systems even if the OS allows backslashes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99012
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 13 Mar 2003 21:23:26 +0000 (21:23 +0000)]
Document the SSLMutex directives
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99004
13f79535 -47bb-0310-9956-
ffa450edef68
Paul J. Reder [Thu, 13 Mar 2003 20:46:27 +0000 (20:46 +0000)]
I did the work, got out the vote, back-ported it, removed the vote, but forgot
to move the CHANGES entry... Darn. I've moved it to where it *should* have
been. I hope this causes less confusion than having it out of sequence would
have...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99001
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 13 Mar 2003 19:34:14 +0000 (19:34 +0000)]
Vote complete
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98998
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 13 Mar 2003 19:32:42 +0000 (19:32 +0000)]
Update CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98996
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 13 Mar 2003 19:27:39 +0000 (19:27 +0000)]
Win32: Avoid busy wait which consumes 100% of the CPU when all the worker
threads are busy.
Submitted by: Igor Nazarenko
Reviewed by: Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98995
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Thu, 13 Mar 2003 16:27:33 +0000 (16:27 +0000)]
+1 backport vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98993
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 12 Mar 2003 18:24:26 +0000 (18:24 +0000)]
merge this to 2.0.45-dev:
*) Keep the subrequest filter in place when a subrequest is
redirected. PR 15423. [Jeff Trawick]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98991
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 12 Mar 2003 01:33:30 +0000 (01:33 +0000)]
yet another proposed merge
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98989
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 11 Mar 2003 21:16:36 +0000 (21:16 +0000)]
Fix up the export list so that it is consistent between debug and non-debug builds
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98986
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 11 Mar 2003 19:11:30 +0000 (19:11 +0000)]
Fix up the log resolve utility to work with NetWare. Increased the stack size
and fixed WSAStartup to use the correct version number
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98985
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Tue, 11 Mar 2003 18:14:47 +0000 (18:14 +0000)]
update mod_deflate rev#
and cast my 2c's on other backports
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98983
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Tue, 11 Mar 2003 18:04:36 +0000 (18:04 +0000)]
Backport from 2.1 tree. Only difference is that the name of the directive was changed to
DeflateCompressionLevel
*) you can now specify the compression level for mod_deflate.
[Ian Holsman, Stephen Pierzchala <stephen@pierzchala.com>,
Michael Schroepl <Michael.Schroepl@telekurs.de>]
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98981
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 11 Mar 2003 17:43:36 +0000 (17:43 +0000)]
Specify a set of APIs that are normally defined as macros and should not be
included in the export list.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98980
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 11 Mar 2003 16:42:07 +0000 (16:42 +0000)]
Fix an embarrasing speling errur
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98979
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 11 Mar 2003 15:41:55 +0000 (15:41 +0000)]
commit some missing bits for building exports.c that belongs with
the merge of the out-of-tree-apr feature
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98978
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 11 Mar 2003 15:25:34 +0000 (15:25 +0000)]
commit some missing bits from wrowe's merge of the out-of-tree-APR
feature
(modules/aaa/config.m4 was absolutely required; it probably
would have worked without this modules/mappers/config9.m4 change)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98977
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 11 Mar 2003 12:35:46 +0000 (12:35 +0000)]
commit a lost change that was part of the out-of-tree-APR feature
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98976
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 11 Mar 2003 12:35:03 +0000 (12:35 +0000)]
commit a lost change to STABLE that was part of the out-of-tree-APR
feature
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98975
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 11 Mar 2003 07:07:52 +0000 (07:07 +0000)]
Allow builds to work with out of tree apr and apr-util
Backported:
buildconf: r1.30
configure.in: r1.239, r1.240
\r , r1.242, r1.245
server/mpm/config.m4 r1.47
I suspect configure.in r1.244 should also be applied, I suspect so
but want confirmation before backporting it. If it's required, please
simply commit that patch.
Please *thoroughly* test so we uncover any vpath/out-of-tree/in-tree
issues with apr/apr-util locations before our users do. With everyone
who voulenteered for the effort, this should be no hassle.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98974
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 11 Mar 2003 06:40:44 +0000 (06:40 +0000)]
Backport the accepted patch to honor alternate SSLMutex flavors,
just as we do for AcceptMutex (hint: shared code could be optimized
here, but this is the patch tested and accepted by the list.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98973
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 11 Mar 2003 01:08:10 +0000 (01:08 +0000)]
After discussions at length on dev@apr/httpd, it is determined that
the older .dbg format symbols are not worth the interference with
generating complete .pdb symbolic debugging databases.
This patch further eliminates pdbtype:sept flags that interfere with
deciphering local symbols and type information.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98971
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 11 Mar 2003 00:19:32 +0000 (00:19 +0000)]
Add the version number to the screen name
Submitted by: Guenter Knauf (gk@gknw.de)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98968
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 11 Mar 2003 00:18:52 +0000 (00:18 +0000)]
We cannot rename the library file as we've done or it will become
disassociate with the source .pdb symbols, which is unplesant at
the least.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98966
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 10 Mar 2003 23:50:18 +0000 (23:50 +0000)]
propose a bugfix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98965
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Mon, 10 Mar 2003 18:22:26 +0000 (18:22 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98962
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 10 Mar 2003 16:52:54 +0000 (16:52 +0000)]
fix xml and update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98961
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 10 Mar 2003 16:51:20 +0000 (16:51 +0000)]
Update the auth_ldap docs to reflect the SSL standardization changes that
were back ported from the 2.1 tree.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98960
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 10 Mar 2003 12:29:53 +0000 (12:29 +0000)]
Add a note on building the LDAP stuff on AIX
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98958
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 10 Mar 2003 04:35:08 +0000 (04:35 +0000)]
Added a little bit of text, and added section titles, so that these
sections can be linked to directly. Unfortunately, I cannot get this to
build, and I've spent entirely too long staring at it. Can someone
figure out what is invalid with my xml here? Thanks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98955
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 9 Mar 2003 16:58:16 +0000 (16:58 +0000)]
Restore the ability of htdigest.exe to create files that contain
more than one user. On win32 we cannot system("copy") a file, while
it's open.
PR: 12910
Reviewed by: Will Rowe, Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98952
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Sun, 9 Mar 2003 00:27:16 +0000 (00:27 +0000)]
Backport from 2.1.
Reviewed by: William A. Rowe, Thom May, Andre Malo
* CHANGES
Add this change.
* STATUS
Remove vote.
* include/http_config.h (r1.101)
(ap_get_module_config, ap_set_module_config): Always declare.
* include/httpd.h (r1.195)
(ap_strchr, ap_strchr_c, ap_strrchr, ap_strrchr_c, ap_strstr, ap_strstr_c):
Always declare.
* server/util_debug.c (r1.10)
(ap_get_module_config, ap_set_module_config, ap_strchr, ap_strchr_c,
ap_strrchr, ap_strrchr_c, ap_strstr, ap_strstr_c):
Always implement and export.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98951
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 8 Mar 2003 17:16:07 +0000 (17:16 +0000)]
just a backport :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98949
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 8 Mar 2003 12:03:56 +0000 (12:03 +0000)]
review, vote, repeat
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98945
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 7 Mar 2003 21:27:38 +0000 (21:27 +0000)]
don't set the cookie in subrequests. This works around the
problem that cookies were set twice during fast internal
redirects.
PR: 13211
Reviewed by: Will Rowe, Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98943
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 7 Mar 2003 20:43:49 +0000 (20:43 +0000)]
use the correct target string and don't forget
F=x and V=y in column headers ...
Reviewed by: Will Rowe, Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98941
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 7 Mar 2003 20:30:39 +0000 (20:30 +0000)]
Use .sv instead of .se as extension for Swedish documents in the
default configuration.
Netware config still needs to be changed (whereever it is).
PR: 12877
Reviewed by: Will Rowe, Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98939
13f79535 -47bb-0310-9956-
ffa450edef68
(no author) [Fri, 7 Mar 2003 20:30:39 +0000 (20: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@98938
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 7 Mar 2003 20:23:37 +0000 (20:23 +0000)]
Updated to reflect the backport of the auth_LDAP SSL standardization patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98936
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 7 Mar 2003 20:21:47 +0000 (20:21 +0000)]
Backport the auth_LDAP SSL standardization patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98935
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 7 Mar 2003 20:12:30 +0000 (20:12 +0000)]
Added support for Novell LDAP SDK SSL and standardized the SSL support across
the various LDAP SDKs. Isolated the SSL functionality to mod_ldap rather than
speading it across mod_auth_ldap and mod_ldap. Also added LDAPTrustedCA
and LDAPTrustedCAType directives to allow for a more common method of
specifying the SSL certificate.
Backported to v2.0 from v2.1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98931
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 7 Mar 2003 19:40:44 +0000 (19:40 +0000)]
change two votes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98928
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 7 Mar 2003 18:42:44 +0000 (18:42 +0000)]
add a note.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98926
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 7 Mar 2003 16:06:24 +0000 (16:06 +0000)]
Cast one, reviewing others
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98924
13f79535 -47bb-0310-9956-
ffa450edef68
Thom May [Fri, 7 Mar 2003 14:59:25 +0000 (14:59 +0000)]
add a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98923
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Fri, 7 Mar 2003 14:39:22 +0000 (14:39 +0000)]
Update revision of one file in a patch to be backported.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98922
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 7 Mar 2003 14:17:27 +0000 (14:17 +0000)]
add some votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98920
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 7 Mar 2003 13:58:44 +0000 (13:58 +0000)]
add some votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98919
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Mar 2003 13:46:02 +0000 (13:46 +0000)]
Seems that sed only acts up on HEAD (2.1-dev) - I guess this is not
a showstopper for 2.0 per Jeff Trawick's observations.
Add another file we must backport to get apr/apr-util out-of-tree
and add my various opinions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98918
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Mar 2003 04:04:29 +0000 (04:04 +0000)]
Just a few opinions and observations - my lack of a vote indicates
a lack of research - not a negative reaction to the [given] patches.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98916
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 7 Mar 2003 00:57:06 +0000 (00:57 +0000)]
state my opinion.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98915
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 7 Mar 2003 00:03:16 +0000 (00:03 +0000)]
another backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98913
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Mar 2003 23:17:49 +0000 (23:17 +0000)]
propose a bugfix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98911
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 6 Mar 2003 21:32:51 +0000 (21:32 +0000)]
vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98907
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Thu, 6 Mar 2003 18:57:38 +0000 (18:57 +0000)]
new directive for mod_deflate
add my vote to apr/apr-util thingy
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98906
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Thu, 6 Mar 2003 18:49:36 +0000 (18:49 +0000)]
Add a vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98905
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Thu, 6 Mar 2003 18:46:41 +0000 (18:46 +0000)]
Add backport item.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98904
13f79535 -47bb-0310-9956-
ffa450edef68
Thom May [Thu, 6 Mar 2003 17:16:42 +0000 (17:16 +0000)]
add a potential backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98902
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Mar 2003 16:28:48 +0000 (16:28 +0000)]
Jeff reminds me, document this one (users observed the bug).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98900
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Mar 2003 08:44:01 +0000 (08:44 +0000)]
DougM confirms Madhu's suspicions, this change was inadvertent.
Reverting to no longer skip the first cert in the chain.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98897
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 5 Mar 2003 16:42:02 +0000 (16:42 +0000)]
htdigest bugfix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98894
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Mon, 3 Mar 2003 20:26:13 +0000 (20:26 +0000)]
Fix validation issue.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98888
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 2 Mar 2003 18:22:08 +0000 (18:22 +0000)]
propose a bunch of mod_autoindex fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98886
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 2 Mar 2003 13:44:59 +0000 (13:44 +0000)]
WS and style issues. No code changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98881
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sun, 2 Mar 2003 02:29:46 +0000 (02:29 +0000)]
Updated transformations. That's it...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98878
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sun, 2 Mar 2003 02:28:30 +0000 (02:28 +0000)]
Introducing XML docs for the 2.0 misc section. Also fixed some XML/DTD issues
and added appropriate 'warnings' about their age and up-to-date-ness.
Submitted by: Luiz Rocha <lsdr@lsdr.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98877
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sun, 2 Mar 2003 02:24:16 +0000 (02:24 +0000)]
Removing HTML-only docs and header/footer files. XML is underway...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98876
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 2 Mar 2003 01:03:19 +0000 (01:03 +0000)]
vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98873
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 1 Mar 2003 22:45:46 +0000 (22:45 +0000)]
BP: Fixed some minor XHTML issues (CENTER -> center).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98870
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 1 Mar 2003 21:36:19 +0000 (21:36 +0000)]
fix some style and WS issues. No code changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98868
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 1 Mar 2003 20:16:01 +0000 (20:16 +0000)]
just a backport ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98866
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 1 Mar 2003 01:30:00 +0000 (01:30 +0000)]
Mention that ProxyPassReverse takes the hostname in respect
to the UseCanonicalName setting
PR: 8625
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98862
13f79535 -47bb-0310-9956-
ffa450edef68
Stas Bekman [Sat, 1 Mar 2003 00:41:51 +0000 (00:41 +0000)]
Apache hooks return int: so s/apr_status_t/int/
PR:
Obtained from:
Submitted by:
Reviewed by: trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98859
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 28 Feb 2003 23:08:58 +0000 (23:08 +0000)]
backport anyway
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98855
13f79535 -47bb-0310-9956-
ffa450edef68
Ken Coar [Fri, 28 Feb 2003 18:50:29 +0000 (18:50 +0000)]
add %2f patch for backport voting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98852
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 28 Feb 2003 18:48:15 +0000 (18:48 +0000)]
review/vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98851
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 28 Feb 2003 15:53:11 +0000 (15:53 +0000)]
add a hint about PHP and PATH_INFO
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98849
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 28 Feb 2003 15:03:40 +0000 (15:03 +0000)]
show a little (so called) example for --with-mpm.
Submitted by: Luiz Rocha <lsdr@lsdr.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98846
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 28 Feb 2003 14:06:29 +0000 (14:06 +0000)]
add a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98844
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Fri, 28 Feb 2003 01:24:53 +0000 (01:24 +0000)]
FWIW, I happen to like R-T-C not because I don't trust my peers
(because I do trust you all) but because it forces me to get up
off my butt and actually DO the reviewing sometimes. With C-T-R
it's too easy for people (read: me) to get lazy, and if this
happens to enough people, which it often does, we end up with no
review at all. People make mistakes... no stopping that. But
R-T-C just encourages a little extra diligence on everyone's
part IMO.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98835
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Thu, 27 Feb 2003 18:27:15 +0000 (18:27 +0000)]
Updated outdated IANA url.
PR: 17433
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98827
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 27 Feb 2003 15:28:17 +0000 (15:28 +0000)]
casting a vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98825
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 27 Feb 2003 13:49:21 +0000 (13:49 +0000)]
vote here and there.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98824
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Stein [Thu, 27 Feb 2003 12:53:15 +0000 (12:53 +0000)]
trawick wanted commentary in STATUS rather than on the mailing list. fine...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98823
13f79535 -47bb-0310-9956-
ffa450edef68