]>
granicus.if.org Git - apache/log
Justin Erenkrantz [Tue, 7 Jun 2005 18:54:25 +0000 (18:54 +0000)]
* Makefile.in: Fix brokenness with VPATH builds as the .conf files do not exist
in srcdir and sh panics; also fix one whitespace issue.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@188844
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 7 Jun 2005 15:32:10 +0000 (15:32 +0000)]
* modules/http/byterange_filter.c (ap_byterange_filter): Refuse to
byterange any response which may require the consumption of arbitrary
amounts of memory.
(functional changes split from whitespace/reflow changes which will
follow in a separate commit)
Reviewed by: jerenkrantz (several moons ago)
PR: 29962
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@188797
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 6 Jun 2005 16:53:15 +0000 (16:53 +0000)]
* mod_cache.c: When 'Vary: *' is sent, do not cache, since revalidation is always required.
PR: 16125
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@180341
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 5 Jun 2005 06:01:16 +0000 (06:01 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@180075
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Fri, 3 Jun 2005 20:35:27 +0000 (20:35 +0000)]
* server/main.c: Remove the suck_in_apr_password_validate() hack. apr_password_validate is part of the public APR interface and this hack should not be needed on any platform.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179879
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Fri, 3 Jun 2005 20:19:08 +0000 (20:19 +0000)]
'generate_name' is too generic to be in the public symbols. Rename it to ap_cache_generate_name. No functional changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179877
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 3 Jun 2005 12:54:53 +0000 (12:54 +0000)]
* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL): Fix
off-by-one.
PR: 35081
Submitted by: Marc Stern <mstern csc.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179781
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 3 Jun 2005 10:12:50 +0000 (10:12 +0000)]
* modules/filters/mod_include.c (handle_include): Fix possible
variable corruption with nested includes.
PR: 12655
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179763
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 3 Jun 2005 08:23:40 +0000 (08:23 +0000)]
write a CHANGES entry for PR 34512; looks like it resolves
user-visible misprocessing in proxy ftp which could result
in directory listing for regular file retrieval
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179745
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Fri, 3 Jun 2005 02:44:39 +0000 (02:44 +0000)]
mod_proxy_ftp: Fix comparison of char* to '\0'
PR: 34512
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179704
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Fri, 3 Jun 2005 02:41:00 +0000 (02:41 +0000)]
- Fix closing </Files> tag.
PR: 35178
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179703
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Fri, 3 Jun 2005 01:11:44 +0000 (01:11 +0000)]
- Use the correct newline in htpasswd, instead of always using \n.
PR: 25090
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179689
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 2 Jun 2005 18:24:27 +0000 (18:24 +0000)]
mod_mime_magic: Handle CRLF-format magic files so that it works with
the default installation on Windows.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179622
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Thu, 2 Jun 2005 17:52:26 +0000 (17:52 +0000)]
- Fix style nits in the new hash config code. No Functional changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179618
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Thu, 2 Jun 2005 17:49:46 +0000 (17:49 +0000)]
- Fix graceful restarts with the new hashed configuration. The hash now allocates out of the pconf pool, instead of the process pool.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179617
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 1 Jun 2005 10:36:03 +0000 (10:36 +0000)]
Note that SSLUsername is ignored if FakeBasicAuth is used.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179371
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 1 Jun 2005 05:00:29 +0000 (05:00 +0000)]
* event.c: Create ptrans pool as a child of pconf, to fix APR pool
lifetime checks in apr_tables.c.
Based on r170896 changes to the Worker MPM.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179355
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 31 May 2005 23:57:41 +0000 (23:57 +0000)]
downgrade the log level of a proc_mutex_unlock error message
when it occurs during restart; it isn't at all uncommon then
when SysV semaphores are used for the accept mutex
same logic already in place for two other mutex calls
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179317
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 29 May 2005 21:39:39 +0000 (21:39 +0000)]
- Use a hash for the configuration command lookup implementation. Now modules can properly directives without dependence on the LoadModule order.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178990
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Fri, 27 May 2005 20:23:08 +0000 (20:23 +0000)]
- Put a prefix on this error message to have a chance of finding it in the source. Just stuffing the parser error buffer into the error log is not helpful if I didn't know where it came from.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178818
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Fri, 27 May 2005 16:48:56 +0000 (16:48 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178796
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Fri, 27 May 2005 01:06:32 +0000 (01:06 +0000)]
update Japanese translation.
Submitted by: kawai
Reviewed by: OKANO Takayoshi <kano@na.rim.or.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178722
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Thu, 26 May 2005 20:34:21 +0000 (20:34 +0000)]
Fix segmentation fault in mod_auth_{basic,digest} when no provider is explicitly listed.
Reported by: Ben Collins-Sussman <sussman collab.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178674
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Thu, 26 May 2005 18:33:23 +0000 (18:33 +0000)]
* Makefile.win
Fix config installation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178665
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 25 May 2005 20:16:26 +0000 (20:16 +0000)]
Clean up the notes to the logformat section of the mod_log config docs.
These have been growing using the "here's something else we should
say" technique, without any serious thought for readability.
In particular:
- Remove the "..." in all the format strings, since almost nobody
uses this and it can be confusing. It is still documented, just
not included in the definitions.
- Create three sections: modifiers, examples, and a "notes" section
for stuff that doesn't go any place else.
- Remove the discussion of %v being the canonical name. I think
that it is quite clear since the addition of %V what the difference
is.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178530
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 25 May 2005 19:42:08 +0000 (19:42 +0000)]
We have been installing config.nice in build/ for a while, so we might
as well tell people about it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178520
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 25 May 2005 18:43:38 +0000 (18:43 +0000)]
`build all`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178508
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 25 May 2005 17:38:35 +0000 (17:38 +0000)]
Add mod_authn_alias to the list
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178496
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 25 May 2005 15:20:55 +0000 (15:20 +0000)]
Reverse r168030 because the not-acceptable (406)
custom error doc can't provide all the information
provided by the internal doc. Also delete the corresponding
.html.var file to avoid future confusion.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178453
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 25 May 2005 06:42:33 +0000 (06:42 +0000)]
- Use apr_uri_t to parse the proxy URL, instead of munging it by hand. Original code did not handle IPv6 Addresses correctly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178391
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 25 May 2005 04:31:28 +0000 (04:31 +0000)]
fix line endings and keyword expansion
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178365
13f79535 -47bb-0310-9956-
ffa450edef68
Wilfredo Sanchez [Wed, 25 May 2005 01:55:28 +0000 (01:55 +0000)]
Commits 160348 and 160352 are obviated by commit 178340 in APR. httpd
should have to deal with EAGAIN on a socket it doesn't know is
non-blocking.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178341
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 24 May 2005 22:29:25 +0000 (22:29 +0000)]
Documentation for mod_authn_alias
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178302
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 24 May 2005 22:11:24 +0000 (22:11 +0000)]
fix minor annoyance on z/OS: __FILE__ is set to
"./foo.c" instead of simply "foo.c", so filter
out all but the basename before logging it with
debug messages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178299
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 24 May 2005 19:49:06 +0000 (19:49 +0000)]
EBCDIC: Handle chunked input from client or, with proxy, origin
server.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178262
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 24 May 2005 18:10:16 +0000 (18:10 +0000)]
Note the addition of the mod_authn_alias module
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178222
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 24 May 2005 17:25:41 +0000 (17:25 +0000)]
Fix trailing backslashes in configuration directives.
PR: 34834
Submitted by: Timo Viipuri <viipuri dlc.fi>
Reviewed by: Paul Querna
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178209
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Tue, 24 May 2005 15:47:29 +0000 (15:47 +0000)]
Fix typo.
Submitted by: kano@na.rim.or.jp
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178194
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Tue, 24 May 2005 15:43:19 +0000 (15:43 +0000)]
Update Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178192
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 23 May 2005 23:09:58 +0000 (23:09 +0000)]
Add mod_authn_alias to the build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178054
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 23 May 2005 23:07:49 +0000 (23:07 +0000)]
Add the auth provider name as a note in the request so that authn_provider_alias is able to look up the original provider along with the per_dir configuration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178052
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Mon, 23 May 2005 20:54:10 +0000 (20:54 +0000)]
Submitted by: Rüdiger Pluem <r.pluem@t-online.de>
* server/core.c
(default_handler): Always give the filters a chance at processing
the response.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178018
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 23 May 2005 17:43:10 +0000 (17:43 +0000)]
authn_provider_alias adds the configuration block tag
<AuthnProviderAlias baseProvider Alias>
Authentication directives contained within this block can be
referenced as a new authProvider using the AuthBasicProvider or
AuthDigestProvider directives. These directives will be merged in to
the per_dir configuration just before the base provider is called.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@177985
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 21 May 2005 12:25:35 +0000 (12:25 +0000)]
sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@171206
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 20 May 2005 10:50:17 +0000 (10:50 +0000)]
The new function ap_logs_child_init() is intended for use
only by the core server. Require CORE_PRIVATE to obtain
the prototype.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@171093
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Thu, 19 May 2005 12:38:57 +0000 (12:38 +0000)]
Fix 32787 and the problems I have when using
--enable-experimental-libtool. (libtool is
an excutable in this case).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170920
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 19 May 2005 11:53:48 +0000 (11:53 +0000)]
fix typo in comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170914
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 19 May 2005 09:01:22 +0000 (09:01 +0000)]
* server/mpm/worker/worker.c (listener_thread): Create ptrans pool as
a child of pconf, to fix APR pool lifetime checks in apr_tables.c.
Submitted by: Joe Schaefer
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170896
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 18 May 2005 17:26:38 +0000 (17:26 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170780
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 18 May 2005 17:13:54 +0000 (17:13 +0000)]
some markup cleanup, better topic section name, fix XML validation error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170778
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 18 May 2005 17:00:19 +0000 (17:00 +0000)]
* fix EOL properties
* add LastChangedRevision keyword to mod_dbd.xml
* fix copyright year in mod_dbd.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170775
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 18 May 2005 15:41:25 +0000 (15:41 +0000)]
svn:eol-style native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170766
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 18 May 2005 13:36:25 +0000 (13:36 +0000)]
Add HTML version of manual page for mod_dbd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170750
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 18 May 2005 09:23:20 +0000 (09:23 +0000)]
Fix up header in mod_dbd.h (I remembered .c but not .h before previous commit)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170730
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 18 May 2005 09:19:34 +0000 (09:19 +0000)]
Committing mod_dbd as new.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170729
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 18 May 2005 08:03:37 +0000 (08:03 +0000)]
* server/log.c (piped_log_spawn): Don't leak an fd for each
invocation.
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170719
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Tue, 17 May 2005 21:01:37 +0000 (21:01 +0000)]
WebDAVFS (1.3) is still broken in OS X Tiger.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170662
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Tue, 17 May 2005 19:32:16 +0000 (19:32 +0000)]
update translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170645
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 17 May 2005 18:55:42 +0000 (18:55 +0000)]
update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170643
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 17 May 2005 18:45:17 +0000 (18:45 +0000)]
Move the info about the params to the correct section.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170637
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Tue, 17 May 2005 18:39:41 +0000 (18:39 +0000)]
typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170636
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Tue, 17 May 2005 18:20:37 +0000 (18:20 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170632
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 17 May 2005 15:34:43 +0000 (15:34 +0000)]
* support/ab.c: Rewrite SSL support so that it works reliably, and
enable it by default when the --enable-ssl is passed to configure.
Adds support for -Z and -f arguments to tweak SSL protocol options.
Submitted by: Masaoki Kobayashi <masaoki techfirm.co.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170612
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 17 May 2005 08:03:03 +0000 (08:03 +0000)]
* server/log.c (ap_open_piped_log): Remove errno handling.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170537
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 16 May 2005 19:59:05 +0000 (19:59 +0000)]
* server/log.c (piped_log_spawn): Return the APR error code,
as expected by piped_log_maintenance (and fixing "Unknown
error" messages in error path there).
(ap_open_piped_log): Expect an APR error code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170441
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 16 May 2005 19:36:04 +0000 (19:36 +0000)]
* server/protocol.c (read_request_line): Revert addition of error
message which triggers every time dummy_connection() is used to wake
up a child.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170433
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 16 May 2005 13:03:35 +0000 (13:03 +0000)]
One issue I repeatedly have with 3rd party module builds is that
they may choose to build a platform-default library with the usual
platform-default extension, as part of the compilation process.
Modules built on HP/UX with the .sl extension, on OSX with .dylib,
or on OS2 or Win32 with .dll are perfectly legitimate loadable
modules, but don't pass muster with apxs.
This patch allows any of the common source library extensions to
be passed in, but makes .so the explicit target. The behavior
already works for .la origin files with an .so target name.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170383
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 16 May 2005 12:59:34 +0000 (12:59 +0000)]
Did not belong in r170253; evalute this patch seperately from
the win32 /Oy- patch. Will recommit for seperate discussion.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170380
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 16 May 2005 12:54:03 +0000 (12:54 +0000)]
This module shouldn't have been added; it's an experiment on my
local tree.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170377
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 16 May 2005 10:41:42 +0000 (10:41 +0000)]
Support the suppress-error-charset setting, as with Apache 1.3.x.
With Apache 1.3.x, it is a bit simpler as the request does
not go through ap_make_content_type().
Modules can set custom error responses but not be able to
set the charset, so they have to code the charset in the
html. Thus, it is useful to preserve 1.3.x behavior exactly.
PR: 26467
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170354
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 15 May 2005 23:56:48 +0000 (23:56 +0000)]
Prevent hangs of child processes when writing to piped loggers at
the time of graceful restart.
PR: 26467
Reviewed by: Joe Orton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170281
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 15 May 2005 19:11:57 +0000 (19:11 +0000)]
Reintroduce stack frame construction with /Oy- (removal was implied by /O2).
This makes binaries far easier to debug, during operation and for post-crash
.dmp analysis. Do not alter /Gs optimizations per brane.
Reviewed by: stoddard, brane
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170253
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 15 May 2005 13:24:50 +0000 (13:24 +0000)]
Update Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170219
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sun, 15 May 2005 12:45:29 +0000 (12:45 +0000)]
fix typo.
Submitted by: Nobuyuki Morita
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170215
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 13 May 2005 14:44:21 +0000 (14:44 +0000)]
* configure.in: Disallow use of bundled APR with external APR-util, or
bundled APR-util with external APR, another cause of the dreaded
PR21718.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170029
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 12 May 2005 15:35:55 +0000 (15:35 +0000)]
Make sure that the LDAPVerifyServerCert patch is compatibile with apr-util 1.1.x. Once apr-util 1.2 is released, the ifdef's need to be removed and apr_ldap_set_option() will handle the SDK differences.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@169834
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Thu, 12 May 2005 07:45:39 +0000 (07:45 +0000)]
Show the Quick Handlers in mod_info. Commit it to trunk, instead of the
Listen-Protocol Branch that my -dev workspace was using.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@169789
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 11 May 2005 22:58:37 +0000 (22:58 +0000)]
Add the LDAPVerifyServerCert directive to the util_ldap doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@169711
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 11 May 2005 22:34:18 +0000 (22:34 +0000)]
Add the LDAPVerifyServerCert directive to util_ldap to force
verification of a server certificate when establishing an SSL connection
to the LDAP server
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@169705
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 11 May 2005 20:22:23 +0000 (20:22 +0000)]
I can spell 'before', honest.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@169693
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 11 May 2005 20:11:44 +0000 (20:11 +0000)]
Make sure mod_rewrite always runs before mod_proxy in the translate_name hook. This makes doing RewriteRules on a Reverse Proxy.. Slightly more predictable than the order of LoadModules.
Reported By: David D. Miller <justdave bugzilla.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@169692
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 9 May 2005 15:30:19 +0000 (15:30 +0000)]
Correct User/Group bug reported on the mailing list by Vincent
Deffontaines
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@169327
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 9 May 2005 13:50:22 +0000 (13:50 +0000)]
deprecation, n.: something that happens to functions
before they're removed.
depreciation, n.: the reason why you laugh at people who
buy brand new cars.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@169315
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 9 May 2005 13:35:23 +0000 (13:35 +0000)]
Add docs for SSLCADNRequestFile and SSLCADNRequestPath,
based on patch by Tim K. Taylor.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@169311
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Mon, 9 May 2005 03:05:51 +0000 (03:05 +0000)]
fix typo.
Submitted by: Nobuyuki Morita
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@169226
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Fri, 6 May 2005 20:37:05 +0000 (20:37 +0000)]
missed a couple.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168649
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 6 May 2005 19:50:57 +0000 (19:50 +0000)]
Backing out the AuthLDAPAllowDNAuth patch from r168016. Because of LDAP filter issues this patch still can't guarantee unique results.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168644
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 6 May 2005 06:36:39 +0000 (06:36 +0000)]
`build all`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168540
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Fri, 6 May 2005 02:26:26 +0000 (02:26 +0000)]
Remove this old email from the source tree.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168496
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Thu, 5 May 2005 21:15:45 +0000 (21:15 +0000)]
* server/listen.c: Remove the unused port parameter from open_listeners, and update the comment to reflect reality.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168411
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 5 May 2005 15:29:01 +0000 (15:29 +0000)]
note change in mod_authnz_ldap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168340
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 4 May 2005 22:23:00 +0000 (22:23 +0000)]
Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the behavoir of ap_getword_conf. Do not rely upon any last argument that is "". If the argument is in the middle of the line, it should work correctly.
This is updated from the version sent to dev@httpd to fix the behavoir with 0 arguments.
* include/http_config.h: minor MMN bump for the new interface.
* modules/generators/mod_autoindex.c: Migrate IndexOptions to the new ARGV command type.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168202
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Wed, 4 May 2005 20:00:23 +0000 (20:00 +0000)]
worker and event mpms: transient thread creation errors shouldn't take down
the whole server.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168182
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 4 May 2005 16:02:44 +0000 (16:02 +0000)]
The SPMT_OS2_MPM doesn't exist. The warning is also wrong, since both winnt and prefork MPMs call this function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168139
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 4 May 2005 00:23:48 +0000 (00:23 +0000)]
Missing ErrorDocument line for Not Acceptable.
PR: 28581
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168028
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 3 May 2005 23:51:05 +0000 (23:51 +0000)]
Fix the static function declarations in the prototypes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168023
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 3 May 2005 23:07:43 +0000 (23:07 +0000)]
Add the directive AuthLDAPAllowDNAuth to allow a user to authenticate against an LDAP directory using a full user DN. This directive allows a user to authenticate against a subcontext that may contain non-unique user IDs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168016
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 3 May 2005 19:53:21 +0000 (19:53 +0000)]
Add a little detail about merging of .htaccess with httpd.conf,
and provide an example to enforce certain settings.
PR: 31782
Submitted by: Ray Ferguson <ferguson berbee.com>, Joshua Slive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167970
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 3 May 2005 19:41:02 +0000 (19:41 +0000)]
* server/config.c (process_resource_config_nofnmatch): Fail with
useful error message if the config file can't be opened.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167965
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 3 May 2005 19:12:51 +0000 (19:12 +0000)]
Finish committing the transformations that I accidentally started in
the last commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167960
13f79535 -47bb-0310-9956-
ffa450edef68