]> granicus.if.org Git - apache/log
apache
19 years agoadjust revision reference; update transformation
André Malo [Thu, 9 Jun 2005 21:23:21 +0000 (21:23 +0000)]
adjust revision reference; update transformation

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

19 years agoFix link to mod_proxy_html
Nick Kew [Thu, 9 Jun 2005 13:15:49 +0000 (13:15 +0000)]
Fix link to mod_proxy_html

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

19 years agoRename generate_name to ap_cache_generate_name
Bradley Nicholes [Wed, 8 Jun 2005 22:09:52 +0000 (22:09 +0000)]
Rename generate_name to ap_cache_generate_name

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

19 years ago* modules/mappers/config9.m4: Substitute INSTALL_DSO as "yes" if
Joe Orton [Wed, 8 Jun 2005 16:07:46 +0000 (16:07 +0000)]
* modules/mappers/config9.m4: Substitute INSTALL_DSO as "yes" if
mod_so is linked in, or "no" otherwise.

* build/special.mk: Remove hack to guess whether mod_so is linked in
based on BUILTIN_LIBS; rely on INSTALL_DSO definition from
config_vars.mk.

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

19 years ago* build/instdso.sh: Extract LIBRARY_NAMES and DLNAME without using
Joe Orton [Wed, 8 Jun 2005 15:37:55 +0000 (15:37 +0000)]
* build/instdso.sh: Extract LIBRARY_NAMES and DLNAME without using
grep; fix extraction of LIBRARY_NAMES which was sedding the wrong
variable name.

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

19 years ago* Makefile.in (install-build, install-headers, install-conf): Minor
Joe Orton [Wed, 8 Jun 2005 14:49:54 +0000 (14:49 +0000)]
* Makefile.in (install-build, install-headers, install-conf): Minor
cleanup: use MKINSTALLDIRS unconditionally since mkdir.sh already
checks whether the target exists; use INSTALL_DATA throughout.  Stop
trying to install os/*/os-inline.c which don't exist any more.

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

19 years agoSynch with 2.0.x branch.
Joe Orton [Wed, 8 Jun 2005 11:23:32 +0000 (11:23 +0000)]
Synch with 2.0.x branch.

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

19 years ago* modules/ssl/ssl_engine_dh.c: Adjust the embedded perl code such that
Joe Orton [Wed, 8 Jun 2005 10:40:01 +0000 (10:40 +0000)]
* modules/ssl/ssl_engine_dh.c: Adjust the embedded perl code such that
it generates the current C code again (after some refactoring a while
ago); and regenerate the file.

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

19 years ago* modules/generators/mod_cgi.c (cgi_bucket_read): Log a specific error
Joe Orton [Wed, 8 Jun 2005 08:50:19 +0000 (08:50 +0000)]
* modules/generators/mod_cgi.c (cgi_bucket_read): Log a specific error
if a timeout occurs from a blocking read; more helpful than a generic
"apr_bucket_read failed" error from some higher-up filter.

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

19 years ago* modules/http/byterange_filter.c (ap_byterange_filter): No functional
Joe Orton [Wed, 8 Jun 2005 08:44:37 +0000 (08:44 +0000)]
* modules/http/byterange_filter.c (ap_byterange_filter): No functional
changes: reflow/reformat after r188797.

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

19 years ago* Makefile.in (DISTCLEAN_TARGETS): Clean up more files generated by
Joe Orton [Wed, 8 Jun 2005 08:32:44 +0000 (08:32 +0000)]
* Makefile.in (DISTCLEAN_TARGETS): Clean up more files generated by
configure.

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

19 years agoFix for reported compile problem
Nick Kew [Tue, 7 Jun 2005 23:45:50 +0000 (23:45 +0000)]
Fix for reported compile problem

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

19 years agoAdd monitor hook (discussed under "watchdog" thread).
Nick Kew [Tue, 7 Jun 2005 19:13:37 +0000 (19:13 +0000)]
Add monitor hook (discussed under "watchdog" thread).

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

19 years ago* Makefile.in: Fix brokenness with VPATH builds as the .conf files do not exist
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

19 years ago* modules/http/byterange_filter.c (ap_byterange_filter): Refuse to
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

19 years ago* mod_cache.c: When 'Vary: *' is sent, do not cache, since revalidation is always...
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

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

19 years ago* server/main.c: Remove the suck_in_apr_password_validate() hack. apr_password_valid...
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

19 years ago'generate_name' is too generic to be in the public symbols. Rename it to ap_cache_gen...
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

19 years ago* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL): Fix
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

19 years ago* modules/filters/mod_include.c (handle_include): Fix possible
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

19 years agowrite a CHANGES entry for PR 34512; looks like it resolves
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

19 years agomod_proxy_ftp: Fix comparison of char* to '\0'
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

19 years ago- Fix closing </Files> tag.
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

19 years ago- Use the correct newline in htpasswd, instead of always using \n.
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

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