]>
granicus.if.org Git - apache/log
Madhusudan Mathihalli [Thu, 13 Mar 2003 20:42:06 +0000 (20:42 +0000)]
Modify the APACHE_CHECK_SSL_TOOLKIT to detect SSL-C (atleast version 2.1).
Submitted by: Madhusudan Mathihalli
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99000
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Thu, 13 Mar 2003 20:36:39 +0000 (20:36 +0000)]
Replace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, using
autoconf tools (AC_CHECK_HEADER, AC_CHECK_LIB etc).
Submitted by: Geoff Thorpe <geoff@geoffthorpe.net>
Reviewed by: Madhu, Justin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98999
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 13 Mar 2003 19:33:26 +0000 (19:33 +0000)]
Backported this fix to 2.0.45-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98997
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Thu, 13 Mar 2003 18:56:10 +0000 (18:56 +0000)]
Oops. I'd forgotten to update the CHANGES file with the shmht fix.
PR: 17864
Submitted by: Andreas Leimbacher <andreasl67@yahoo.de>
Reviewed by: Madhusudan Mathihalli
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98994
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 12 Mar 2003 18:25:39 +0000 (18:25 +0000)]
reflect a fix merged to 2.0.45-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98992
13f79535 -47bb-0310-9956-
ffa450edef68
Madhusudan Mathihalli [Wed, 12 Mar 2003 06:26:22 +0000 (06:26 +0000)]
Fix PR 17864, and also fixes a SEGV problem when SHMHT was used.
The porting of the code from mod_ssl 1.3.x was still incomplete, and depended
upon a complete implentation of apr_shm (hence pieces of code was #if 0'ed out).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98990
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 12 Mar 2003 01:30:05 +0000 (01:30 +0000)]
even users of libtool 1.3.x want out-of-tree apr builds to work
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98988
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 11 Mar 2003 21:17:09 +0000 (21:17 +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/trunk@98987
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 11 Mar 2003 19:11:17 +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/trunk@98984
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Tue, 11 Mar 2003 18:11:33 +0000 (18:11 +0000)]
reflect backport of mod_deflate.c r1.31
change directive from compressionlevel to deflatecompressionlevel
PR:
Obtained from:
Submitted by: Ian Holsman, Andre Malo
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98982
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 11 Mar 2003 06:39:26 +0000 (06:39 +0000)]
Move an accepted backport. BTW - what's with the *new* mismatches
between CHANGES in 2.0-stable and 2.1-dev under the (2.0.45) section?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98972
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 11 Mar 2003 00:58:59 +0000 (00:58 +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/trunk@98970
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 11 Mar 2003 00:37:05 +0000 (00:37 +0000)]
After much discussion on dev@apr - it turns out that .dbg files served
a very limited purpose and their extraction interfered with the correct
extraction of the (much more useful) .pdb files. Eliminating them now.
It also turns out that without the _src.pdb files for static libraries,
one cannot build debuggable modules with any locals or type information.
We need to copy those _src.pdb files into lib/ as well.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98969
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 11 Mar 2003 00:19:16 +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/trunk@98967
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Mon, 10 Mar 2003 23:36:18 +0000 (23:36 +0000)]
mod_negotiation: quality values are now parsed independent from
the current locale. level values are now really parsed as integers.
PR: 17564
Reviewed by: Dirk-Willem van Gulik
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98964
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Mon, 10 Mar 2003 23:18:37 +0000 (23:18 +0000)]
the symbols target in apr-iconv disappeared...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98963
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Mon, 10 Mar 2003 16:47:37 +0000 (16:47 +0000)]
fix xml errors and build the stuff
$ build validate-xml
[xmlvalidate] .../manual/misc/perf-tuning.xml:139:45: The element type "section"
must be terminated by the matching end-tag "</section>".
(actually: missing <p>)
$build validate-xml
[xmlvalidate] .../manual/misc/perf-tuning.xml:477:12: Element type "i" must be de
clared.
[xmlvalidate] .../manual/misc/perf-tuning.xml:481:54: The content of element type
"p" must match "(em|strong|code|a|br|directive|module|img|cite|q|dfn|var|transnote)".
(you meant <em>, put it there)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98959
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 10 Mar 2003 12:28:24 +0000 (12:28 +0000)]
Add a note on building the LDAP stuff on AIX
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98957
13f79535 -47bb-0310-9956-
ffa450edef68
Richard Bowen [Mon, 10 Mar 2003 04:36:44 +0000 (04:36 +0000)]
Applying patch from 2.0 branch, however, there still appears to be some
invalid xml in here, although I have been completely unable to track it
down.
This patch adds discussion of removing unneeded modules, as well as
section titles to facilitate links directly to the various sections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98956
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sun, 9 Mar 2003 18:21:37 +0000 (18:21 +0000)]
update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98954
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sun, 9 Mar 2003 17:02:03 +0000 (17:02 +0000)]
keep changes in sync.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98953
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 8 Mar 2003 20:23:55 +0000 (20:23 +0000)]
Fixed <default> to AuthDigestProvider.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98950
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sat, 8 Mar 2003 17:08:34 +0000 (17:08 +0000)]
Check also err_headers_out for an already set Content-Encoding:
gzip header. This prevents gzip compressed content from a CGI
script from being compressed once more.
PR: 17797
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98948
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 8 Mar 2003 13:54:41 +0000 (13:54 +0000)]
use APR_CHECK_APR_DEFINE() where possible
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98947
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 8 Mar 2003 13:54:17 +0000 (13:54 +0000)]
use APR_CHECK_APR_DEFINE() where possible
an anomaly noticed before and after this commit:
"--enable-cgi=shared --disable-so" is not recognized as inconsistent
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98946
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 7 Mar 2003 21:30:36 +0000 (21:30 +0000)]
keep changes in sync.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98944
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 7 Mar 2003 20:46:32 +0000 (20:46 +0000)]
keep changes in sync.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98942
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 7 Mar 2003 20:35:37 +0000 (20:35 +0000)]
keep changes in sync...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98940
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 7 Mar 2003 20:24:40 +0000 (20:24 +0000)]
Updated to reflect the backport of the auth_LDAP SSL standardization patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98937
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 7 Mar 2003 19:49:19 +0000 (19:49 +0000)]
revert my recent patch. util_debug is no longer needed :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98929
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 7 Mar 2003 19:28:49 +0000 (19:28 +0000)]
update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98927
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 7 Mar 2003 17:31:46 +0000 (17:31 +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/trunk@98925
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Fri, 7 Mar 2003 14:37:36 +0000 (14:37 +0000)]
* include/http_config.h
(ap_get_module_config, ap_set_module_config): Use the macro
when AP_DEBUG is _not_ defined, not the other way around.
Noticed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98921
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 7 Mar 2003 12:23:00 +0000 (12:23 +0000)]
clean up the invocation of APR_CHECK_APR_DEFINE()...
it no longer references the second parameter, which was
incorrectly specified with out-of-tree APR anyway
(which resulted in prefork being selected on Unix since
we didn't ever think APR had thread support)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98917
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 7 Mar 2003 00:53:48 +0000 (00:53 +0000)]
*gna* get/set_module_config are now defined in util_debug.c. We have
to link against it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98914
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Thu, 6 Mar 2003 23:53:52 +0000 (23:53 +0000)]
Minor MMN bump:
Forward port: Escape special characters (especially control
characters) in mod_log_config to make a clear distinction between
client-supplied strings (with special characters) and server-side
strings. This was already introduced in version 1.3.25.
Obtained from: Patch in 1.3.25-dev by Martin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98912
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Thu, 6 Mar 2003 23:12:29 +0000 (23:12 +0000)]
mod_usertrack: don't set the cookie in subrequests. This works
around the problem that cookies were set twice during fast internal
redirects.
PR: 13211
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98910
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Thu, 6 Mar 2003 21:57:45 +0000 (21:57 +0000)]
Let mod_logio be mostly included.
Submitted by: Astrid Ke�ler
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98909
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Thu, 6 Mar 2003 21:48:58 +0000 (21:48 +0000)]
Linux 2.4+: enable coredumps when Apache is started as root if
CoreDumpDirectory is explicitly coded
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98908
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Thu, 6 Mar 2003 17:56:05 +0000 (17:56 +0000)]
* include/http_config.h
(ap_get_module_config, ap_set_module_config): Always declare.
* include/httpd.h
(ap_strchr, ap_strchr_c, ap_strrchr, ap_strrchr_c, ap_strstr, ap_strstr_c):
Always declare.
* server/util_debug.c
(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/trunk@98903
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Mar 2003 16:30:34 +0000 (16:30 +0000)]
Jeff reminds me, document this one (users observed the bug).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98901
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Mar 2003 08:43:39 +0000 (08:43 +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/trunk@98896
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Wed, 5 Mar 2003 22:14:33 +0000 (22:14 +0000)]
new directive 'compressionlevel'
Default compression level now changed to Zlib's default (was 'best_speed')
Obtained from: Stephen Pierzchala <stephen@pierzchala.com> Michael Schroepl <Michael.Schroepl@telekurs.de>
Reviewed by: Ian Holsman
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98895
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Wed, 5 Mar 2003 16:37:00 +0000 (16:37 +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: PR 12910
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98893
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Wed, 5 Mar 2003 12:56:02 +0000 (12:56 +0000)]
... as I walked by the dockside one evening so fair ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98891
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Tue, 4 Mar 2003 22:15:51 +0000 (22:15 +0000)]
Added the WindowsSocketsWorkaroud directive for Windows NT/2000/XP
to work around problems with certain VPN and Firewall products that
have buggy AcceptEx implementations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98890
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Mon, 3 Mar 2003 20:27:31 +0000 (20:27 +0000)]
Fix validation issue (added missing XML declaration).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98889
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sun, 2 Mar 2003 18:06:16 +0000 (18:06 +0000)]
Unescape the supplied wildcard pattern. Otherwise the pattern will
not always match as desired. In order to be correct and safe, the
pattern will be re-escaped for output.
PR: 12596
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98885
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sun, 2 Mar 2003 17:28:34 +0000 (17:28 +0000)]
add some comments and WS to make it better readable (hopefully ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98884
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sun, 2 Mar 2003 17:15:43 +0000 (17:15 +0000)]
emit and accept modern query string parameter delimiters (;).
Thus column headers no longer contain unescaped ampersands.
PR: 10880
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98883
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sun, 2 Mar 2003 16:26:45 +0000 (16:26 +0000)]
buhuh! use the correct target string and don't forget
F=x and V=y in column headers ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98882
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sun, 2 Mar 2003 13:38:38 +0000 (13:38 +0000)]
WS and style issues. No code changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98880
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sun, 2 Mar 2003 02:41:10 +0000 (02:41 +0000)]
STATUS update plus another opinion on the FAQ.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98879
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sun, 2 Mar 2003 01:21:57 +0000 (01:21 +0000)]
Bust 'em :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98875
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sun, 2 Mar 2003 01:17:31 +0000 (01:17 +0000)]
Cleaned up the misc directory and busted the following
files (as proposed some weeks ago):
misc/custom_errordocs.html
misc/descriptors.html
misc/fin_wait_2.html
misc/known_client_problems.html
misc/tutorials.html
images/custom_errordocs.gif
The correspondig links were also removed. What remains
are the Japanese docs:
urlmapping.xml.ja
mod/mod_include.xml.ja
vhosts/fd-limits.xml.ja
env.xml.ja
sitemap.xml.ja
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98874
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sun, 2 Mar 2003 00:30:54 +0000 (00:30 +0000)]
document the changed behaviour of mod_negotiation.
add a cross link from mod_negotiation docs to env.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98872
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sat, 1 Mar 2003 23:57:32 +0000 (23:57 +0000)]
Extend mod_negotiation to evaluate the environment variables
no-gzip and gzip-only-text/html the same way as mod_deflate does.
(it drops all non-identity encodings, not only gzip)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98871
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 1 Mar 2003 22:29:04 +0000 (22:29 +0000)]
Fixed some minor XHTML issues (CENTER -> center).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98869
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sat, 1 Mar 2003 21:29:00 +0000 (21:29 +0000)]
fix style and WS issues. No code changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98867
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sat, 1 Mar 2003 19:57:30 +0000 (19:57 +0000)]
update transformations of recent changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98865
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sat, 1 Mar 2003 19:56:43 +0000 (19:56 +0000)]
add documentation of RewriteOptions MaxRedirects
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98864
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sat, 1 Mar 2003 18:35:50 +0000 (18:35 +0000)]
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).
(Documentation patch follows asap)
PR: 17462
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98863
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sat, 1 Mar 2003 01:28:46 +0000 (01:28 +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/trunk@98861
13f79535 -47bb-0310-9956-
ffa450edef68
Stas Bekman [Sat, 1 Mar 2003 00:43:03 +0000 (00:43 +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/trunk@98860
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Kessler [Fri, 28 Feb 2003 23:16:02 +0000 (23:16 +0000)]
add the two new modules mod_authz_owner and mod_ident
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98856
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 28 Feb 2003 23:01:45 +0000 (23:01 +0000)]
be consistent with 1.3 and use .sv extension for Swedish documents
The index file itself didn't change (only renamed)
The netware config still needs to be changed.
PR: 12877
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98854
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 28 Feb 2003 15:52:45 +0000 (15:52 +0000)]
add a hint about PHP and PATH_INFO
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98848
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 28 Feb 2003 14:57:37 +0000 (14:57 +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/trunk@98845
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 28 Feb 2003 14:02:42 +0000 (14:02 +0000)]
fix some license text which was inadvertently lost
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98843
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 28 Feb 2003 13:47:11 +0000 (13:47 +0000)]
huh, add missing changelog entry ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98842
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 28 Feb 2003 13:13:39 +0000 (13:13 +0000)]
mod_rewrite: Fix some problems reporting errors with mapping
programs (RewriteMap prg:/something).
the wrong field was specified when trying to log the name of
the program that couldn't be started
recent APR features used to provide better error reporting
on systems where apr_proc_create() uses fork()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98840
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Thu, 27 Feb 2003 18:25:59 +0000 (18:25 +0000)]
Updated outdated IANA url.
PR: 17433
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98826
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 27 Feb 2003 12:34:30 +0000 (12:34 +0000)]
account for a fix merged into stable branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98822
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 27 Feb 2003 11:58:32 +0000 (11:58 +0000)]
account for a mod_ssl fix merged into stable branch
(there never was a CHANGES entry for 2.1-dev... bad Madhu :) )
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98819
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 27 Feb 2003 04:26:20 +0000 (04:26 +0000)]
Reflect some backported patches.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98817
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Thu, 27 Feb 2003 04:08:49 +0000 (04:08 +0000)]
keep the entries consistent.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98813
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Thu, 27 Feb 2003 02:50:04 +0000 (02:50 +0000)]
Fix mod_rewrite's abs_URI handling.
- uris were partially not correctly escaped (in particular:
ldap, news, mailto)
- not all uri schemes contain an authority component (//)
- add nntp:// scheme
- don't add a query string (and drop r->args) if it's not
http or mailto scheme
- be more efficient (think so)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98808
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Wed, 26 Feb 2003 21:55:54 +0000 (21:55 +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/trunk@98804
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 26 Feb 2003 19:02:59 +0000 (19:02 +0000)]
Brad, Stas, I presume these patches were first committed to 2.1-dev.
Please keep the CHANGES logs in sync!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98802
13f79535 -47bb-0310-9956-
ffa450edef68
Stas Bekman [Tue, 25 Feb 2003 23:25:19 +0000 (23:25 +0000)]
check the return value of ap_run_pre_connection(). So if the
pre_connection phase fails (without setting c->aborted)
ap_run_process_connection is not executed.
PR:
Obtained from:
Submitted by:
Reviewed by: trawick, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98798
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Tue, 25 Feb 2003 22:59:58 +0000 (22:59 +0000)]
When using Redirect in directory context, append requested query
string if there's no one supplied by configuration.
PR: 10961
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98796
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 25 Feb 2003 16:52:55 +0000 (16:52 +0000)]
Confirmed by Milan Kosina that this code was still broken - I realized
we weren't updating stat correctly, and shouldn't have been trying to
pass the status, but the headers instead, from WriteClient(). This way
we can actually count the bytes consumed and begin treating the rest
as body contents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98793
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 25 Feb 2003 14:44:42 +0000 (14:44 +0000)]
fix some const-ness problems which break the compile with the native
compiler for AIX (and probably HP-UX and Tru64 as well, since they
tend to be picky too)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98792
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Tue, 25 Feb 2003 13:13:22 +0000 (13:13 +0000)]
It's a quite visible problem, so add a changelog entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98791
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 24 Feb 2003 23:32:42 +0000 (23:32 +0000)]
LDAP stabilization work
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98788
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 24 Feb 2003 23:19:30 +0000 (23:19 +0000)]
Don't try to use the LDAP cache if it has been turned off. Make sure that we
have a "curl" before trying to use it. If caching has been turned off then the
curl variable will be NULL. This fixes a problem where LDAP caching would
fault when caching was disabled.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98785
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Mon, 24 Feb 2003 21:55:07 +0000 (21:55 +0000)]
This is part three.
It fixes the misunderstandings between local URL paths and local
system paths. Note that mod_rewrite handles _both_.
Fixed also some comments to make the explanations more clear.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98783
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Mon, 24 Feb 2003 21:44:15 +0000 (21:44 +0000)]
This is part two.
It fixes the prefix_stat function. (which does a stat call on the first
path segment). This function was still tailored for unix systems only.
It should work on other systems as well now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98782
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Mon, 24 Feb 2003 21:34:51 +0000 (21:34 +0000)]
Well, here comes a major fix. I've splitted the patch into 3 parts
for better understanding, what I'm doing there. This is part one.
mod_rewrite appears to be very broken in several cases, especially on
non-unix systems. However, let's start with fixing the path handling, since
it's _the_ major PITA, e.g. on win32.
This part removes _unused_ code. The condition is never true, because
"A local rewrite in per-directory context" was caught much earlier.
I'd guess this piece of code was c&p accidentally...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98781
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 24 Feb 2003 00:57:40 +0000 (00:57 +0000)]
Keep the subrequest filter in place when a subrequest is
redirected.
PR: 15423
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98778
13f79535 -47bb-0310-9956-
ffa450edef68
Lars Eilebrecht [Mon, 24 Feb 2003 00:00:05 +0000 (00:00 +0000)]
some votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98777
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 23 Feb 2003 22:37:35 +0000 (22:37 +0000)]
Someone (I need to refer back) asked that we do the same skip for the
utf-8 win32 prefix when testing for shebang lines. Here's just such
a test with some bad sizeof(buffer) v.s. bytes read assumptions fixed,
and the code made generally a little more legible. Please review and
comment to consider this patch for backporting to 2.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98775
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sun, 23 Feb 2003 22:04:23 +0000 (22:04 +0000)]
guess, what happens, when l == 0
theoretical case, maybe ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98773
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sun, 23 Feb 2003 17:12:43 +0000 (17:12 +0000)]
Right now SSLMutex is bogus. It just uses APR_LOCK_DEFAULT no
matter what. We now allow for the full range of APR mutex
locking mechanims to be used, while maintaining backwards
compatibility.
PR: 8122
Obtained from:
Submitted by:
Reviewed by: William Rowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98771
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sun, 23 Feb 2003 00:05:32 +0000 (00:05 +0000)]
uh, oh. Fix possible 1-byte buffer overflow.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98769
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sat, 22 Feb 2003 22:20:21 +0000 (22:20 +0000)]
document new features of setenvif and mod_negotiation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98768
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sat, 22 Feb 2003 21:57:22 +0000 (21:57 +0000)]
fix new example in mod_alias (example is not a <pre> environment).
update transformations of recent changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98767
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sat, 22 Feb 2003 18:43:54 +0000 (18:43 +0000)]
move backports into the 2.0 section
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98764
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 22 Feb 2003 14:32:39 +0000 (14:32 +0000)]
add a hint about handling of IPv4-mapped IPv6 addresses
to the output of httpd -V
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98753
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 22 Feb 2003 01:04:06 +0000 (01:04 +0000)]
account for a fix merged into 2.0.45-dev (mod_dav lock-related)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98749
13f79535 -47bb-0310-9956-
ffa450edef68