]>
granicus.if.org Git - apache/log
Andre Malo [Sat, 15 Feb 2003 04:57:10 +0000 (04:57 +0000)]
fill out parms->err_directive while looking for open parents.
Otherwise when trying to log the error
(a) we segfault (if the directive was in another file)
(b) we show a wrong occurrence line number (start line of the previous
container) or probably segfault, too (if no previous container exists).
PR: 17093
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98671
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sat, 15 Feb 2003 02:17:21 +0000 (02:17 +0000)]
catch some style issues. No code changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98669
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 15 Feb 2003 01:24:05 +0000 (01:24 +0000)]
the fix for 15761 is now in 2.0.45-dev
PR: 15761
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98668
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 15 Feb 2003 01:03:52 +0000 (01:03 +0000)]
the fix for PR 12353 is now in 2.0.45-dev
PR: 12353
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98666
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 14 Feb 2003 23:58:08 +0000 (23:58 +0000)]
clarify the meaning of "SetHandler None"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98663
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 14 Feb 2003 20:04:39 +0000 (20:04 +0000)]
Extend the SetEnvIf directive to capture subexpressions of the
matched value.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98659
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 14 Feb 2003 18:57:10 +0000 (18:57 +0000)]
use a better text for the overlap warning.
Submitted by: Joshua Slive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98658
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 14 Feb 2003 18:14:24 +0000 (18:14 +0000)]
extend the check for Alias overlappings. Now test also previous
(Script)AliasMatch commands.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98657
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 14 Feb 2003 16:17:07 +0000 (16:17 +0000)]
Updated mod_ldap to support SSL on the Novell LDAP SDK
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98656
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 14 Feb 2003 16:04:01 +0000 (16:04 +0000)]
Added support for Novell LDAP SDK 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.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98655
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 14 Feb 2003 14:06:37 +0000 (14:06 +0000)]
fix link to squid
PR: 17073
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98654
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 14 Feb 2003 13:51:30 +0000 (13:51 +0000)]
fix formatting problem in IPv6 section
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98651
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 14 Feb 2003 13:39:43 +0000 (13:39 +0000)]
Replace the section on IPv6 with new text that accounts for
--[enable|disable]-v4-mapped configure option and the varying
default for it.
PR: 16739
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98650
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Fri, 14 Feb 2003 04:19:11 +0000 (04:19 +0000)]
mod_log_config optional hook change
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98649
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Fri, 14 Feb 2003 04:17:34 +0000 (04:17 +0000)]
change optional function to return the previous writer, allowing to have mutliple types
of writers in the same server. (previously you could only have one)
it needs a mmn bump.. sorry guys
;(
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98648
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 14 Feb 2003 03:51:01 +0000 (03:51 +0000)]
people often assume that their Aliases will be found by "best match" rather
than "first match". Throw out warnings, if there are obvious overlappings, e.g.:
Alias /foo /somewhere
Alias /foo/bar /elsewhere
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98647
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 14 Feb 2003 00:43:52 +0000 (00:43 +0000)]
Forward port of mod_actions' ability to handle arbitrary methods
with the Script directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98646
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Thu, 13 Feb 2003 21:21:15 +0000 (21:21 +0000)]
style.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98644
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Thu, 13 Feb 2003 21:02:37 +0000 (21:02 +0000)]
Arghh, there was another one!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98643
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Thu, 13 Feb 2003 20:53:02 +0000 (20:53 +0000)]
Fixed example description to solve PR#17006.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98640
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 13 Feb 2003 13:54:04 +0000 (13:54 +0000)]
Tabs. Runovers. Style violations ... oh my!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98638
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Thu, 13 Feb 2003 02:28:57 +0000 (02:28 +0000)]
drop the guess_domain function.
Our docs say about AuthDigestDomain:
This directive should always be specified and contain at least the (set of)
root URI(s) for this space. Omitting to do so will cause the client to send
the Authorization header for every request sent to this server.
guessing the parameter is somewhat bogus. guess_domain() also resulted sometimes
in relative URIs, non-URI strings or empty strings, which caused a lot of
problems.
According to the docs, the domain parameter will be omitted now,
if not specified. This is exactly, what one would expect.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98636
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 12 Feb 2003 22:52:32 +0000 (22:52 +0000)]
Make sure that the file extension is at least an empty string rather than NULL
so that the table searches will function properly
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98635
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 12 Feb 2003 18:27:37 +0000 (18:27 +0000)]
mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot
be started on Unix because of such problems as bad permissions,
bad shebang line, etc.
Some minor points:
If mod_ext_filter debug is enabled, we go ahead and burn cycles
in the parent to try to discover when we won't be able to exec
the script.
The mod_cgid handler wasn't communicating the right log level to the
daemon; that was required to get the child errfn to spit out the
right message, and it may fix an existing problem.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98630
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Wed, 12 Feb 2003 17:58:09 +0000 (17:58 +0000)]
style issues. no code changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98628
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 12 Feb 2003 17:17:09 +0000 (17:17 +0000)]
Avoid passing too many characters to getenv. Make sure that only the
environment variable string is passed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98625
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Wed, 12 Feb 2003 16:20:16 +0000 (16:20 +0000)]
fix some nits within pt-br welcome page.
PR: 7822
Submitted by: Andreas Hasenack <andreas@netbank.com.br>,
Ranier Vilela Fonseca <ranier@cultura.com.br>
Reviewed by: Fabio Mengue <fabio@ccuec.unicamp.br>,
Co-workers of Lars ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98624
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Wed, 12 Feb 2003 15:28:28 +0000 (15:28 +0000)]
Fix suexec compile error under SUNOS4, where strerror() doesn't exist.
PR: 5913, 9977
Submitted by: Jonathan W Miner <Jonathan.W.Miner@lmco.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98618
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 11 Feb 2003 23:48:37 +0000 (23:48 +0000)]
Make sure the command type defaults to APR_PROGRAM on NetWare for
all CGIs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98615
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 11 Feb 2003 17:12:01 +0000 (17:12 +0000)]
Start all CGIs as detached and allow the APR_PROGRAM_* flags to determine
if the CGI should be started in its own address space.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98613
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Tue, 11 Feb 2003 02:08:01 +0000 (02:08 +0000)]
Do not use local paths for the domain parameter on non-unix systems.
PR: 16937
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98610
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Mon, 10 Feb 2003 19:17:08 +0000 (19:17 +0000)]
there's something todo ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98608
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 10 Feb 2003 16:27:28 +0000 (16:27 +0000)]
Fix an existing problem with error handling in piped_log_spawn().
Use new APR apr_proc_create() features to prevent Apache from starting
on Unix* in most cases where a piped log program can be started,
and add log messages for the other situations. *Other platforms
already failed Apache initialization if a piped log program
couldn't be started.
PR: 15761
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98607
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 10 Feb 2003 15:45:40 +0000 (15:45 +0000)]
Thanks Andre... for pointing out my fat fingers.
Drop the module binaries into the correct location.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98606
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Mon, 10 Feb 2003 14:26:34 +0000 (14:26 +0000)]
looking through old PRs...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98604
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Mon, 10 Feb 2003 03:37:22 +0000 (03:37 +0000)]
Let suexec send a message to stderr, if it failed or its policy
was violated. This message appears in the error log and allows
for easier debugging.
PR: 10773
Proposed again by: Joshua Slive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98603
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Feb 2003 22:03:47 +0000 (22:03 +0000)]
Backported based on Allen and my research (really, not many that could
review, and his original post was quite well received.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98598
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Feb 2003 21:30:53 +0000 (21:30 +0000)]
*) Introduce debugging symbols for Win32 release builds, both .pdb
and .dbg files (older debuggers and Dr. Watson-type utilities
on WinNT or Win9x don't support the newer .pdb flavor.)
[Allen Edwards, William Rowe]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98596
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 7 Feb 2003 20:28:41 +0000 (20:28 +0000)]
update a test compile to find apr.h when apr isn't in srclib
(the only one of several such places in Apache which
didn't get fixed to work with separate APR... no fun
when v4 sockets won't talk to Apache anymore)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98595
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Feb 2003 10:11:18 +0000 (10:11 +0000)]
Fix a bizarro entry (probably a remnant from when I had a totally bogus
project name with spaces - which I discovered will not work.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98593
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Feb 2003 10:05:13 +0000 (10:05 +0000)]
Fix some out of sequence project entries, and add the correct
dependencies for the apr-iconv ccs/ces modules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98592
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 7 Feb 2003 09:15:20 +0000 (09:15 +0000)]
Fix various inconsistencies between the saved IDE structure and the
current .dsp files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98590
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 6 Feb 2003 19:21:12 +0000 (19:21 +0000)]
Sort targets (no effective change) - this reduces the cvs diff when
modifing the project file from the IDE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98587
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 6 Feb 2003 19:15:29 +0000 (19:15 +0000)]
Fix up load dependancies to avoid LoadModule ordering
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98585
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Wed, 5 Feb 2003 10:19:28 +0000 (10:19 +0000)]
add missing licenses
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98581
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Kessler [Tue, 4 Feb 2003 21:24:19 +0000 (21:24 +0000)]
remove 90% on transnote for printing, too
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98580
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 4 Feb 2003 17:21:50 +0000 (17:21 +0000)]
Make failing piped loggers work more like apache-1.3 by
1) logging a message
2) trying to restart
PR: 15761
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98576
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Mon, 3 Feb 2003 20:27:28 +0000 (20:27 +0000)]
Removed font-size:90%;
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98575
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Mon, 3 Feb 2003 17:53:28 +0000 (17:53 +0000)]
finished that boring job:
update license to 2003.
Happy New Year! ;-))
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98573
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sun, 2 Feb 2003 20:46:07 +0000 (20:46 +0000)]
Updated the copyright years from 2002 to 2003 (complete docs subdirectory).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98566
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sun, 2 Feb 2003 15:34:06 +0000 (15:34 +0000)]
Typo (fix PR16656).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98563
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 1 Feb 2003 14:08:52 +0000 (14:08 +0000)]
Fix mod_cern_meta to not create empty metafiles when the
metafile searched for does not exist.
PR: 12353
Submitted by: Owen Rees <owen_rees@hp.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98561
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 31 Jan 2003 16:45:57 +0000 (16:45 +0000)]
add some todos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98558
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 31 Jan 2003 14:13:28 +0000 (14:13 +0000)]
fix misuse of const in a recent commit
warnings with recent gcc
compile break with native compiler for AIX
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98557
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Fri, 31 Jan 2003 02:35:19 +0000 (02:35 +0000)]
note backported bugfix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98556
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Thu, 30 Jan 2003 22:43:40 +0000 (22:43 +0000)]
A little docco...
Submitted by: Madhu
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98551
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 30 Jan 2003 17:07:58 +0000 (17:07 +0000)]
Change the screen name default to DEFAULT for all NLMs except the Apache2 NLM
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98548
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 30 Jan 2003 16:50:11 +0000 (16:50 +0000)]
Make buildconf work with out-of-tree apr and apr-util by adding --with-apr
and --with-apr-util flags.
Submitted by: Thom May <thom@planetarytramp.net>
Reviewed by: Justin Erenkrantz (with minor stylistic nit)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98546
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 30 Jan 2003 16:43:39 +0000 (16:43 +0000)]
Note a couple of backports
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98545
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Wed, 29 Jan 2003 18:26:43 +0000 (18:26 +0000)]
shew! I think this is now noted in all of the right places. ;)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98541
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Wed, 29 Jan 2003 18:21:12 +0000 (18:21 +0000)]
Actually since this fix is only in apr-util and httpd-2.0 still uses HEAD of
apr-util, the fix is already incorporated into httpd-2.0. I'll move the
CHANGES entry over to there.
If it makes you guys feel any better, I'm absolutely certain that the fix
is correct, and I'm the one who wrote the bug in the first place. ;)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98539
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Wed, 29 Jan 2003 18:15:26 +0000 (18:15 +0000)]
Fix a nasty segfault in mmap_bucket_setaside() caused by passing
an incompatible pointer type to mmap_bucket_destroy(void*).
PR: 16533
Submitted by: Gerard Eviston <geviston@bigpond.net.au>
Reviewed by: Cliff Woolley
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98538
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 29 Jan 2003 17:24:38 +0000 (17:24 +0000)]
Allow mod_dav to do weak entity comparison function rather than a strong
entity comparison function. (i.e. it will optionally strip the W/ prefix.)
PR: 14921 (kinda, but not really)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98536
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 29 Jan 2003 17:09:50 +0000 (17:09 +0000)]
Enabled the -n parameter on NetWare to allow the administrator to rename
the console screen
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98535
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 29 Jan 2003 16:02:17 +0000 (16:02 +0000)]
Allow headers (if not already passed by other means) to be sent via
WriteFile() since the foxisapi and other thunks seem to indicate that
headers within the WriteFile() operation are expected to succeed.
Also assure that all ->completion callbacks get the original size of
the document.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98533
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 29 Jan 2003 15:08:06 +0000 (15:08 +0000)]
Conditionally revert the otherchild logic from the WinNT MPM, based on
the APR_HAS_OTHER_CHILD flag from APR. This gets us building again
on win32.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98531
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 29 Jan 2003 05:07:18 +0000 (05:07 +0000)]
Fix If header parsing when a non-mod_dav lock token is passed to it. We'll
now just skip over it rather than aborting.
PR: 16452
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98524
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 28 Jan 2003 21:14:23 +0000 (21:14 +0000)]
Note the change to default apr behavior for the moment. With much
luck and a little feedback on dev@apr, perhaps this can be working
by the .45 release.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98523
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 28 Jan 2003 18:51:57 +0000 (18:51 +0000)]
Fix typo in echo statement.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98519
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 28 Jan 2003 18:50:02 +0000 (18:50 +0000)]
Throw out export_files if exports.c is out-of-date as well.
This should remove the requirement to run extraclean when we change a header
file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98518
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Tue, 28 Jan 2003 15:57:38 +0000 (15:57 +0000)]
Fix "Satisfy Any" logic. The access_checker has nothing to do with
auth_type.
Related PR: 9076
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98516
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Tue, 28 Jan 2003 03:16:04 +0000 (03:16 +0000)]
move entry to the current 2.0 section below, because backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98514
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Tue, 28 Jan 2003 02:31:27 +0000 (02:31 +0000)]
Introduce "prefer-language" environment variable,
which allows to influence the negotiation process on request basis
to prefer a certain language, e.g.:
SetEnvIf Request_URI ^/manual/foo/ prefer-language=foo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98512
13f79535 -47bb-0310-9956-
ffa450edef68
Ken Coar [Mon, 27 Jan 2003 17:50:43 +0000 (17:50 +0000)]
and add it to the racial memory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98511
13f79535 -47bb-0310-9956-
ffa450edef68
Ken Coar [Mon, 27 Jan 2003 17:49:03 +0000 (17:49 +0000)]
doh, forgot to add it here
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98510
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 27 Jan 2003 00:49:59 +0000 (00:49 +0000)]
Be explicit about not creating redirect loops.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98507
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sun, 26 Jan 2003 21:08:36 +0000 (21:08 +0000)]
The TRACE method cannotbe limited in 2.1, too ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98504
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Sat, 25 Jan 2003 00:58:20 +0000 (00:58 +0000)]
be consistent...
(sorry, forgot to put it into the changes before)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98497
13f79535 -47bb-0310-9956-
ffa450edef68
Ken Coar [Fri, 24 Jan 2003 19:27:22 +0000 (19:27 +0000)]
d'oh! was originally against 2.0. yeah, that's it..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98492
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 24 Jan 2003 09:28:16 +0000 (09:28 +0000)]
reflect that a couple of fixes introduced in 2.1-dev were merged
back to 2.0.45-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98486
13f79535 -47bb-0310-9956-
ffa450edef68
Ken Coar [Thu, 23 Jan 2003 21:34:13 +0000 (21:34 +0000)]
here we go. add a directive that will keep %2f from being
decoded into '/', allowing the *_walk to do their magic and
return 404 if it's in the path, and allowing it in the path-info.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98479
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Thu, 23 Jan 2003 21:01:08 +0000 (21:01 +0000)]
dup the apr_mmap_t out of the request pool for sending down on the brigade
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98478
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 23 Jan 2003 18:03:33 +0000 (18:03 +0000)]
Missed a word in a comment.
Bah.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98475
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 23 Jan 2003 17:59:20 +0000 (17:59 +0000)]
Create a subpool when we open the propdb, but we can't clear it until the rest
of the lifetime issues within mod_dav are straightened out.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98474
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Thu, 23 Jan 2003 13:32:20 +0000 (13:32 +0000)]
update transformations of recent changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98472
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 23 Jan 2003 11:54:44 +0000 (11:54 +0000)]
apxs: Include any special APR ld flags when linking the DSO.
This resolves problems on AIX when building a DSO with apxs+gcc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98469
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Thu, 23 Jan 2003 00:55:47 +0000 (00:55 +0000)]
Fix a problem whereby multiple MMapFile directives would cause a segfault
on startup.
mod_file_cache keeps a hash table in the cmd->pool and puts an entry in
that hash table for each of its files and mmaps, all of which are opened
into cmd->pool. But it registered a cleanup on cmd->pool that would walk
the hash table and close each file and delete each mmap, even though by
the time that happened those things would have been done already anyway
by the files' and mmaps' own cleanups on cmd->pool. So it was deleting
mmaps that were already cleaned up and closing files that were already
cleaned up in all cases. This has never been valid... amazed it ever
worked. But apparently the true bogosity wasn't revealed until the new
mmap cleanup code went into APR.
PR: 16313
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98463
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 22 Jan 2003 23:25:37 +0000 (23:25 +0000)]
Add mod_ident to the NetWare build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98462
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 22 Jan 2003 16:34:37 +0000 (16:34 +0000)]
Update the make file to be compatible with the latest Novell LDAP SDK
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98456
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 22 Jan 2003 16:33:41 +0000 (16:33 +0000)]
Remove rfc1413.c from the build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98455
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 22 Jan 2003 07:09:12 +0000 (07:09 +0000)]
Correct quote usage in mod_auth_ldap docs
PR: 16261
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98447
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 22 Jan 2003 04:57:11 +0000 (04:57 +0000)]
A fix from B. W. Fitzpatrick for the next docs regeneration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98441
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 22 Jan 2003 04:43:56 +0000 (04:43 +0000)]
Fix the resource link; submitted by B. W. Fitzpatrick.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98438
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Wed, 22 Jan 2003 04:29:56 +0000 (04:29 +0000)]
Comment out .gz etc. AddEncoding lines in our default configuration.
Current browsers have a tendency to decompress the data when no one really
wants it to do that. If you want the old behavior that leads to transparent
decompression by modern browsers, uncomment these lines. But, this
shouldn't be our default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98436
13f79535 -47bb-0310-9956-
ffa450edef68
Andre Malo [Tue, 21 Jan 2003 20:55:55 +0000 (20:55 +0000)]
well, it's voting time, isn't it?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98433
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 21 Jan 2003 19:19:36 +0000 (19:19 +0000)]
Omitted the commit log message from the last commit, sorry;
Fix a nasty segfault, that there's a stack buffer we are trying to free!
Revert this 'memory leak' patch from the 1.79 rev.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98430
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 21 Jan 2003 19:19:01 +0000 (19:19 +0000)]
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98429
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 21 Jan 2003 15:56:19 +0000 (15:56 +0000)]
This has been backported to v2.0
PR: 8677
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98426
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 21 Jan 2003 15:42:30 +0000 (15:42 +0000)]
This has been backported to v2.0
PR: 8677
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98424
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Tue, 21 Jan 2003 11:06:47 +0000 (11:06 +0000)]
Ensure LDAP version is set to v3 on every bind.
PR: 14235
Obtained from:
Submitted by: Sergey A. Lipnevich <sergeyli@pisem.net>
Reviewed by: Graham Leggett
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98420
13f79535 -47bb-0310-9956-
ffa450edef68