]> granicus.if.org Git - apache/log
apache
19 years agomod_mime_magic: Handle CRLF-format magic files so that it works with
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

19 years ago- Fix style nits in the new hash config code. No Functional changes.
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

19 years ago- Fix graceful restarts with the new hashed configuration. The hash now allocates...
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

19 years agoNote that SSLUsername is ignored if FakeBasicAuth is used.
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

19 years ago* event.c: Create ptrans pool as a child of pconf, to fix APR pool
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

19 years agodowngrade the log level of a proc_mutex_unlock error message
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

19 years ago- Use a hash for the configuration command lookup implementation. Now modules can...
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

19 years ago- Put a prefix on this error message to have a chance of finding it in the source...
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

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

19 years agoupdate Japanese translation.
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

19 years agoFix segmentation fault in mod_auth_{basic,digest} when no provider is explicitly...
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

19 years ago* Makefile.win
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

19 years agoClean up the notes to the logformat section of the mod_log config docs.
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

19 years agoWe have been installing config.nice in build/ for a while, so we might
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

19 years ago`build all`
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

19 years agoAdd mod_authn_alias to the list
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

19 years agoReverse r168030 because the not-acceptable (406)
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

19 years ago- Use apr_uri_t to parse the proxy URL, instead of munging it by hand. Original code...
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

19 years agofix line endings and keyword expansion
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

19 years agoCommits 160348 and 160352 are obviated by commit 178340 in APR. httpd
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

19 years agoDocumentation for mod_authn_alias
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

19 years agofix minor annoyance on z/OS: __FILE__ is set to
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

19 years agoEBCDIC: Handle chunked input from client or, with proxy, origin
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

19 years agoNote the addition of the mod_authn_alias module
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

19 years agoFix trailing backslashes in configuration directives.
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

19 years agoFix typo.
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

19 years agoUpdate Japanese translation.
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

19 years agoAdd mod_authn_alias to the build
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

19 years agoAdd the auth provider name as a note in the request so that authn_provider_alias...
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

19 years agoSubmitted by: Rüdiger Pluem <r.pluem@t-online.de>
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

19 years agoauthn_provider_alias adds the configuration block tag
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

19 years agosync
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

19 years agoThe new function ap_logs_child_init() is intended for use
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

19 years agoFix 32787 and the problems I have when using
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

19 years agofix typo in comment
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

19 years ago* server/mpm/worker/worker.c (listener_thread): Create ptrans pool as
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

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

19 years agosome markup cleanup, better topic section name, fix XML validation error
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

19 years ago* fix EOL properties
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

19 years agosvn:eol-style native
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

19 years agoAdd HTML version of manual page for mod_dbd
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

19 years agoFix up header in mod_dbd.h (I remembered .c but not .h before previous commit)
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

19 years agoCommitting mod_dbd as new.
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

19 years ago* server/log.c (piped_log_spawn): Don't leak an fd for each
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

19 years agoWebDAVFS (1.3) is still broken in OS X Tiger.
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

19 years agoupdate translation
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

19 years agoupdate transformation.
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

19 years agoMove the info about the params to the correct section.
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

19 years agotypo
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

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

19 years ago* support/ab.c: Rewrite SSL support so that it works reliably, and
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

19 years ago* server/log.c (ap_open_piped_log): Remove errno handling.
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

19 years ago* server/log.c (piped_log_spawn): Return the APR error code,
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

19 years ago* server/protocol.c (read_request_line): Revert addition of error
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

19 years ago One issue I repeatedly have with 3rd party module builds is that
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

19 years ago Did not belong in r170253; evalute this patch seperately from
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

19 years ago This module shouldn't have been added; it's an experiment on my
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

19 years agoSupport the suppress-error-charset setting, as with Apache 1.3.x.
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

19 years agoPrevent hangs of child processes when writing to piped loggers at
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

19 years ago Reintroduce stack frame construction with /Oy- (removal was implied by /O2).
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

19 years agoUpdate Japanese translations.
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

19 years agofix typo.
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

19 years ago* configure.in: Disallow use of bundled APR with external APR-util, or
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

19 years agoMake sure that the LDAPVerifyServerCert patch is compatibile with apr-util 1.1.x...
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

19 years agoShow the Quick Handlers in mod_info. Commit it to trunk, instead of the
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

19 years agoAdd the LDAPVerifyServerCert directive to the util_ldap doc
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

19 years agoAdd the LDAPVerifyServerCert directive to util_ldap to force
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

19 years agoI can spell 'before', honest.
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

19 years agoMake sure mod_rewrite always runs before mod_proxy in the translate_name hook. This...
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

19 years agoCorrect User/Group bug reported on the mailing list by Vincent
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

19 years agodeprecation, n.: something that happens to functions
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

19 years agoAdd docs for SSLCADNRequestFile and SSLCADNRequestPath,
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

19 years agofix typo.
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

19 years agomissed a couple.
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

19 years agoBacking out the AuthLDAPAllowDNAuth patch from r168016. Because of LDAP filter issue...
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

19 years ago`build all`
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

19 years agoRemove this old email from the source tree.
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

19 years ago* server/listen.c: Remove the unused port parameter from open_listeners, and update...
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

19 years agonote change in mod_authnz_ldap
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

19 years agoAdd AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the behavoir...
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

19 years agoworker and event mpms: transient thread creation errors shouldn't take down
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

19 years agoThe SPMT_OS2_MPM doesn't exist. The warning is also wrong, since both winnt and...
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

19 years agoMissing ErrorDocument line for Not Acceptable.
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

19 years agoFix the static function declarations in the prototypes
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

19 years agoAdd the directive AuthLDAPAllowDNAuth to allow a user to authenticate against an...
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

19 years agoAdd a little detail about merging of .htaccess with httpd.conf,
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

19 years ago* server/config.c (process_resource_config_nofnmatch): Fail with
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

19 years agoFinish committing the transformations that I accidentally started in
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

19 years agoTwo clarifications of ErrorDocument:
Joshua Slive [Tue, 3 May 2005 19:09:19 +0000 (19:09 +0000)]
Two clarifications of ErrorDocument:

1. /-rooted paths are relative to DocumentRoot.

2. Bad requests will sometimes ignore ErrorDocument.

PR: 27352

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

19 years agoTypo fix.
Joshua Slive [Tue, 3 May 2005 16:56:52 +0000 (16:56 +0000)]
Typo fix.

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

19 years agoDcoument the fact that startssl is gone.
Joshua Slive [Tue, 3 May 2005 14:23:33 +0000 (14:23 +0000)]
Dcoument the fact that startssl is gone.

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

19 years agoAdd a vote.
Graham Leggett [Mon, 2 May 2005 20:21:40 +0000 (20:21 +0000)]
Add a vote.

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

19 years ago%t has logged request time for a very long time.
Joshua Slive [Mon, 2 May 2005 19:53:14 +0000 (19:53 +0000)]
%t has logged request time for a very long time.
From mod_log_config.c:
    /* ###  I think getting the time again at the end of the request
     * just for logging is dumb.  i know it's "required" for CLF.
     * folks writing log parsing tools don't realise that out of order
     * times have always been possible (consider what happens if one
     * process calculates the time to log, but then there's a context
     * switch before it writes and before that process is run again the
     * log rotation occurs) and they should just fix their tools rather
     * than force the server to pay extra cpu cycles.  if you've got
     * a problem with this, you can set the define.  -djg
     */

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

19 years agoDisable some default LibC debugging code when compiling optimized
Bradley Nicholes [Fri, 29 Apr 2005 21:14:21 +0000 (21:14 +0000)]
Disable some default LibC debugging code when compiling optimized

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

19 years ago* modules/mappers/mod_userdir.c (get_suexec_id_doer): Fix allocation
Joe Orton [Thu, 28 Apr 2005 15:19:06 +0000 (15:19 +0000)]
* modules/mappers/mod_userdir.c (get_suexec_id_doer): Fix allocation
size.

PR: 34588

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

19 years agoMove the ldap_set_option() call to set the connection time from being global to being...
Bradley Nicholes [Tue, 26 Apr 2005 23:52:41 +0000 (23:52 +0000)]
Move the ldap_set_option() call to set the connection time from being global to being connection specific.

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

19 years ago- don't allow PROPFIND in the default config for public_html directories
Joe Orton [Tue, 26 Apr 2005 07:51:11 +0000 (07:51 +0000)]
- don't allow PROPFIND in the default config for public_html directories

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

19 years agoupdate transformation.
Paul Querna [Tue, 26 Apr 2005 07:09:21 +0000 (07:09 +0000)]
update transformation.

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

19 years agoDocument that SSLRequire is broken for use in threaded MPMs and .htaccess files.
Paul Querna [Tue, 26 Apr 2005 07:06:45 +0000 (07:06 +0000)]
Document that SSLRequire is broken for use in threaded MPMs and .htaccess files.

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

19 years agohttpd-config would be a great thing to replace apxs with.
Paul Querna [Tue, 26 Apr 2005 06:52:04 +0000 (06:52 +0000)]
httpd-config would be a great thing to replace apxs with.

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