]> granicus.if.org Git - apache/log
apache
18 years agoremove charset turds left by last commit
Roy T. Fielding [Sun, 2 Apr 2006 19:42:12 +0000 (19:42 +0000)]
remove charset turds left by last commit

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

18 years ago* Sync with CHANGES files of 2.2.x and 2.0.x
Ruediger Pluem [Sat, 1 Apr 2006 21:23:56 +0000 (21:23 +0000)]
* Sync with CHANGES files of 2.2.x and 2.0.x

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

18 years ago* Actually increase MODULE_MAGIC_NUMBER_MINOR by one as r390210 only added
Ruediger Pluem [Sat, 1 Apr 2006 08:28:39 +0000 (08:28 +0000)]
* Actually increase MODULE_MAGIC_NUMBER_MINOR by one as r390210 only added
  a comment to do so.

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

18 years ago* Sync with 2.2.x CHANGES file
Ruediger Pluem [Sat, 1 Apr 2006 08:12:45 +0000 (08:12 +0000)]
* Sync with 2.2.x CHANGES file

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

18 years ago With all of the, uhm, interesting manners in which httpd
William A. Rowe Jr [Sat, 1 Apr 2006 02:48:24 +0000 (02:48 +0000)]
  With all of the, uhm, interesting manners in which httpd
  can be built and installed, let's ensure httpd -V gives the
  reporter a chance to identify the APR flavor used to compile
  and to run httpd when reporting bugs.

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

18 years agoCorrect a dumb typo
Colm MacCarthaigh [Fri, 31 Mar 2006 22:06:14 +0000 (22:06 +0000)]
Correct a dumb typo

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

18 years ago * Add siege-like behaviour to ApacheBench; output the results, as they have
Colm MacCarthaigh [Fri, 31 Mar 2006 21:54:25 +0000 (21:54 +0000)]
  * Add siege-like behaviour to ApacheBench; output the results, as they have
    accrued so far, when the user interrupts with ctrl-c. As the signal handler
    is non-reentrant, we don't need volatiles, and the operations all look
    signal-safe.

  * Update the base version, since handling a signal differently is an external
    API change of sorts.

  * set the LastChangedRevision svn property, as ab.c has $Rev $ embedded, so
    it really should be.

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

18 years ago* Sync with 2.2.x CHANGES file
Ruediger Pluem [Fri, 31 Mar 2006 21:36:38 +0000 (21:36 +0000)]
* Sync with 2.2.x CHANGES file

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

18 years agoClean up some stuff found by Coverity.
Garrett Rooney [Fri, 31 Mar 2006 21:35:44 +0000 (21:35 +0000)]
Clean up some stuff found by Coverity.

* modules/aaa/mod_authz_core.c
  (check_provider_list): Remove redundant code.
* modules/aaa/mod_auth.h
  (AUTHZ_DEFAULT_PROVIDER): Remove redundant definition.

Submitted by: Max Bowsher <maxb apache.org>
Reviewed by: bnicholes, rooneg

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

18 years agoGive users the ability to set the window size for apache bench runs. Useful
Colm MacCarthaigh [Fri, 31 Mar 2006 21:28:36 +0000 (21:28 +0000)]
Give users the ability to set the window size for apache bench runs. Useful
for benchmarking largefile downloads.

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

18 years ago* As per discussion on the list: Return error code of apr_file_write_full
Ruediger Pluem [Fri, 31 Mar 2006 21:09:58 +0000 (21:09 +0000)]
* As per discussion on the list: Return error code of apr_file_write_full
  or apr_bucket_read instead of APR_EGENERAL if they fail.

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

18 years agoNote backports to be in 2.2.1
Jim Jagielski [Fri, 31 Mar 2006 20:33:48 +0000 (20:33 +0000)]
Note backports to be in 2.2.1

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

18 years agoDocument the removal of the flushing bandaid to a
Jim Jagielski [Thu, 30 Mar 2006 18:32:53 +0000 (18:32 +0000)]
Document the removal of the flushing bandaid to a
runtime param. Since other protocols might benefit
from this, remove the ajp_ prefixes, to make it
more generic looking.

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

18 years agoDocs update...
Jim Jagielski [Thu, 30 Mar 2006 18:26:50 +0000 (18:26 +0000)]
Docs update...

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

18 years agoNote merged backport
Jim Jagielski [Thu, 30 Mar 2006 17:47:26 +0000 (17:47 +0000)]
Note merged backport

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

18 years agoBackported to 2.2.1...
Jim Jagielski [Thu, 30 Mar 2006 17:38:15 +0000 (17:38 +0000)]
Backported to 2.2.1...

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

18 years ago* build/instdso.sh: Fix syntax error with some sed implementations.
Joe Orton [Wed, 29 Mar 2006 14:04:08 +0000 (14:04 +0000)]
* build/instdso.sh: Fix syntax error with some sed implementations.

PR: 38108
Submitted by: Masaoki Kobayashi <masaoki techfirm.co.jp>

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

18 years ago* Check return value of apr_bucket_read when storing the response body to disk.
Ruediger Pluem [Wed, 29 Mar 2006 06:53:51 +0000 (06:53 +0000)]
* Check return value of apr_bucket_read when storing the response body to disk.
  Delete already cached data if an error occurs.

Submitted by: Brian Akins <brian.akins turner.com>
Reviewed by: Ruediger Pluem

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

18 years agoPR#39133
Nick Kew [Tue, 28 Mar 2006 19:40:37 +0000 (19:40 +0000)]
PR#39133
Remove "cyberthugs.com" and other real (or potentially real)
examples from deny lists in access control howto in trunk.

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

18 years agoupdate URL and remove old/dead site
Ian Holsman [Sat, 25 Mar 2006 19:47:31 +0000 (19:47 +0000)]
update URL and remove old/dead site

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

18 years agoSync context of LDAPConnectionTimeout and LDAPVerifyServerCert
Jeff Trawick [Thu, 23 Mar 2006 23:55:20 +0000 (23:55 +0000)]
Sync context of LDAPConnectionTimeout and LDAPVerifyServerCert
with latest changes to mod_ldap
  (http://svn.apache.org/viewcvs?rev=387675&view=rev)

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

18 years ago Axe a previously axed reference to an unused build-time
William A. Rowe Jr [Wed, 22 Mar 2006 05:59:02 +0000 (05:59 +0000)]
  Axe a previously axed reference to an unused build-time
  generator.

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

18 years agorevert the LDAPConnectionTimeout and LDAPVerifyServerCert directives back to GLOBAL_O...
Bradley Nicholes [Wed, 22 Mar 2006 00:08:05 +0000 (00:08 +0000)]
revert the LDAPConnectionTimeout and LDAPVerifyServerCert directives back to GLOBAL_ONLY since the various LDAP SDK's don't allow these settings on a per-connection basis

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

18 years ago Eliminate last win32-isms, SetLastError becomes apr's set_os_error
William A. Rowe Jr [Sat, 18 Mar 2006 07:43:07 +0000 (07:43 +0000)]
  Eliminate last win32-isms, SetLastError becomes apr's set_os_error
  operation.  It unfolds the error code on win32, so we have to pre-fold it.
  On unix there is no folding.

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

18 years ago* acinclude.m4: When enabling a static library, ensure that the module's
Justin Erenkrantz [Sat, 18 Mar 2006 02:26:19 +0000 (02:26 +0000)]
* acinclude.m4: When enabling a static library, ensure that the module's
  dependent libraries are passed to the httpd link line.  Some supported
  versions of GNU libtool as well as APR's jlibtool do not bubble-up static
  library dependencies.

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

18 years ago Escape from casting purgatory, which the Solaris cc compiler
William A. Rowe Jr [Sat, 18 Mar 2006 02:14:45 +0000 (02:14 +0000)]
  Escape from casting purgatory, which the Solaris cc compiler
  will not treat as lvalues.

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

18 years agoLDAPConnectionTimeout and LDAPVerifyServerCert can be configured
Jeff Trawick [Sat, 18 Mar 2006 00:48:14 +0000 (00:48 +0000)]
LDAPConnectionTimeout and LDAPVerifyServerCert can be configured
per-vhost

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

18 years agoRemove the global only flag from the LDAPConnectionTimeout directive and add it to...
Bradley Nicholes [Fri, 17 Mar 2006 22:52:21 +0000 (22:52 +0000)]
Remove the global only flag from the LDAPConnectionTimeout directive and add it to all of the caching directives

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

18 years agoFix the server_merge so that the memory pools and mutexes that were created during...
Bradley Nicholes [Fri, 17 Mar 2006 19:26:27 +0000 (19:26 +0000)]
Fix the server_merge so that the memory pools and mutexes that were created during the server_create, are used.  Allow the settings that can be overwritten in a vhost to use the vhost values

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

18 years agoAdd mod_authz_dbd to the NetWare build
Bradley Nicholes [Fri, 17 Mar 2006 00:04:43 +0000 (00:04 +0000)]
Add mod_authz_dbd to the NetWare build

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

18 years agoremove the race condition when creating the connection pool mutex. Also eliminate...
Bradley Nicholes [Thu, 16 Mar 2006 23:02:57 +0000 (23:02 +0000)]
remove the race condition when creating the connection pool mutex.  Also eliminate some unnecessary uses of the global memory pool

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

18 years agoClean up some string manipulation.
Jeff Trawick [Thu, 16 Mar 2006 19:39:38 +0000 (19:39 +0000)]
Clean up some string manipulation.

Submitted by: Christophe JAILLET <christophe.jaillet wanadoo.fr>
Reviewed by: Jeff Trawick
PR: 38701

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

18 years agoLog a better error message if initialisation fails on prepared statements.
Nick Kew [Thu, 16 Mar 2006 12:47:53 +0000 (12:47 +0000)]
Log a better error message if initialisation fails on prepared statements.

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

18 years agoreflect a couple of items merged into 2.2.1-dev
Jeff Trawick [Mon, 13 Mar 2006 16:16:17 +0000 (16:16 +0000)]
reflect a couple of items merged into 2.2.1-dev

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

18 years agoDocument DBD Connection Strings
Nick Kew [Sun, 12 Mar 2006 20:11:34 +0000 (20:11 +0000)]
Document DBD Connection Strings

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

18 years agoupdate transformation
André Malo [Fri, 10 Mar 2006 23:22:12 +0000 (23:22 +0000)]
update transformation

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

18 years agoupdate pt-br translation
André Malo [Fri, 10 Mar 2006 23:17:00 +0000 (23:17 +0000)]
update pt-br translation

Translated by: Eduardo Tompson Pereira <eduardo.tompson itelefonica.com.br>
Reviewed by: Bremm <bremm vtnc.org>

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

18 years ago Unsure why win32 never noticed this, but the value returned is a const char*
William A. Rowe Jr [Fri, 10 Mar 2006 08:58:56 +0000 (08:58 +0000)]
  Unsure why win32 never noticed this, but the value returned is a const char*

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

18 years ago Not an extern; correct a build failure, static suggested by dreid.
William A. Rowe Jr [Thu, 9 Mar 2006 23:29:41 +0000 (23:29 +0000)]
  Not an extern; correct a build failure, static suggested by dreid.

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

18 years agoDrop the LogLevel of the messages for the deprecated access control directives from...
Bradley Nicholes [Thu, 9 Mar 2006 22:02:40 +0000 (22:02 +0000)]
Drop the LogLevel of the messages for the deprecated access control directives from WARN to INFO.

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

18 years ago uri_delims moved to apr-util EONS ago.
William A. Rowe Jr [Thu, 9 Mar 2006 21:29:20 +0000 (21:29 +0000)]
  uri_delims moved to apr-util EONS ago.

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

18 years ago We no longer generate uri_delims for apr 1.x, but the table
William A. Rowe Jr [Thu, 9 Mar 2006 20:36:27 +0000 (20:36 +0000)]
  We no longer generate uri_delims for apr 1.x, but the table
  is hardcoded in apr_uri.c.

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

18 years agoMake AJP flushing admin configurable.
Jim Jagielski [Thu, 9 Mar 2006 18:39:16 +0000 (18:39 +0000)]
Make AJP flushing admin configurable.

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

18 years ago* modules/aaa/mod_auth_digest.c (hdr): Remove function.
Joe Orton [Thu, 9 Mar 2006 09:07:08 +0000 (09:07 +0000)]
* modules/aaa/mod_auth_digest.c (hdr): Remove function.
(add_auth_info): Remove dead #if 0'ed code to support 2069-style
entity-digest.

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

18 years ago* Crosscheck the length of the body chunk with the length of the ajp message
Ruediger Pluem [Sun, 5 Mar 2006 15:22:18 +0000 (15:22 +0000)]
* Crosscheck the length of the body chunk with the length of the ajp message
  to prevent readings beyond the buffer boundaries which possibly could reveal
  sensitive memory contents to the client.

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

18 years ago* modules/ssl/ssl_scache_shmcb.c (shmcb_safe_clear): Mark with
Joe Orton [Fri, 3 Mar 2006 13:11:39 +0000 (13:11 +0000)]
* modules/ssl/ssl_scache_shmcb.c (shmcb_safe_clear): Mark with
"noinline" attribute for GCC > 3.

PR: 38838

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

18 years ago APR_FILEPATH_NOTABOVEROOT was undefined with a left-hand NULL
William A. Rowe Jr [Wed, 1 Mar 2006 20:40:25 +0000 (20:40 +0000)]
  APR_FILEPATH_NOTABOVEROOT was undefined with a left-hand NULL
  or empty path.  The SECUREROOTPATH and NOTABSOLUTE tests were
  sufficient for this application.  Adjusts for a bug in earlier
  versions of APR with this undefined value.

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

18 years agoDoh! Mixed up commenting in and out
Noirin Plunkett [Tue, 28 Feb 2006 22:32:27 +0000 (22:32 +0000)]
Doh! Mixed up commenting in and out

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

18 years agoMake trunk build with -DDEBUG on just about all the platforms under my roof (FreeBSD...
Sander Temme [Tue, 28 Feb 2006 21:14:36 +0000 (21:14 +0000)]
Make trunk build with -DDEBUG on just about all the platforms under my roof (FreeBSD, Darwin, Ubuntu Breezy)

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

18 years agoDocumenting (slightly confusing) default behaviour
Noirin Plunkett [Tue, 28 Feb 2006 19:47:35 +0000 (19:47 +0000)]
Documenting (slightly confusing) default behaviour

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

18 years agoRevert the refactoring of the request read code
Brian Pane [Tue, 28 Feb 2006 15:49:24 +0000 (15:49 +0000)]
Revert the refactoring of the request read code

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

18 years ago* Document fixes for PR 38524.
Ruediger Pluem [Mon, 27 Feb 2006 22:24:47 +0000 (22:24 +0000)]
* Document fixes for PR 38524.

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

18 years agoFill in the scoreboard's tid field in the event MPM, just like we do in
Garrett Rooney [Sat, 25 Feb 2006 00:59:04 +0000 (00:59 +0000)]
Fill in the scoreboard's tid field in the event MPM, just like we do in
other MPMs.

Submitted by: Chris Darroch <chrisd pearsoncmg.com>
Issue: 38736

* server/mpm/experimental/event/event.c
  (worker_thread): Fill in the scoreboard's tid field.

* CHANGES: Note change.

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

18 years agomod_charset_lite: Remove Content-Length when output filter can
Jeff Trawick [Thu, 23 Feb 2006 21:40:59 +0000 (21:40 +0000)]
mod_charset_lite: Remove Content-Length when output filter can
invalidate it.  Warn when input filter can invalidate it.

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

18 years agoupdate transformation
André Malo [Wed, 22 Feb 2006 18:48:39 +0000 (18:48 +0000)]
update transformation

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

18 years agoFix mod_asis docs re: use of HTTP/CGI headers.
Nick Kew [Tue, 21 Feb 2006 21:19:37 +0000 (21:19 +0000)]
Fix mod_asis docs re: use of HTTP/CGI headers.

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

18 years agoEnsure that the proper status line is written to the client, fixing
Jeff Trawick [Tue, 21 Feb 2006 19:34:33 +0000 (19:34 +0000)]
Ensure that the proper status line is written to the client, fixing
incorrect status lines caused by filters which modify r->status without
resetting r->status_line, such as the built-in byterange filter.

Note: For the byterange example, the handler must set r->status_line
even though this is a 200 response.  Some proxy-type modules blindly
set r->status_line as set by the origin server and thus trigger
the problem with byteranges if the origin server didn't handle the
byterange.

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

18 years ago* Disable persistent connections for SSL backends again as we do not
Ruediger Pluem [Mon, 20 Feb 2006 20:56:50 +0000 (20:56 +0000)]
* Disable persistent connections for SSL backends again as we do not
  handle them correctly, because we recreate backend->connection for each
  request and thus try to initialize an already existing SSL connection.

Noticed by: Joe Orton

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

18 years agoAdd a note about the ap_satisfies mess we currently have.
David Reid [Sat, 18 Feb 2006 22:50:51 +0000 (22:50 +0000)]
Add a note about the ap_satisfies mess we currently have.

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

18 years agoThis should cure the build issues people are having and would
David Reid [Sat, 18 Feb 2006 22:44:30 +0000 (22:44 +0000)]
This should cure the build issues people are having and would
seem to be closer to the correct solution.

Having this defined as a symbol without it being set seems
plain wrong.

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

18 years agoupdate and fix typo.
Hiroaki Kawai [Sat, 18 Feb 2006 08:25:32 +0000 (08:25 +0000)]
update and fix typo.
English Revision: 265033

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

18 years agoupdate transformation
André Malo [Fri, 17 Feb 2006 17:44:52 +0000 (17:44 +0000)]
update transformation

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

18 years agodon't use &nbsp; in configuration code that might be copy and pasted and cannot
André Malo [Fri, 17 Feb 2006 17:39:47 +0000 (17:39 +0000)]
don't use &nbsp; in configuration code that might be copy and pasted and cannot
be interpreted correctly by the httpd

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

18 years ago* modules/ssl/ssl_engine_init.c (ssl_check_public_cert): Fix spurious
Joe Orton [Fri, 17 Feb 2006 11:43:37 +0000 (11:43 +0000)]
* modules/ssl/ssl_engine_init.c (ssl_check_public_cert): Fix spurious
hostname-mismatch warning for valid wildcard certs.

PR: 37911
Submitted by: Nick Burch <nick torchbox.com>

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

18 years ago* acinclude.m4 (APACHE_CHECK_SSL_TOOLKIT): Add PKG_CONFIG_PATH for
Joe Orton [Fri, 17 Feb 2006 10:06:50 +0000 (10:06 +0000)]
* acinclude.m4 (APACHE_CHECK_SSL_TOOLKIT): Add PKG_CONFIG_PATH for
specified OpenSSL location to avoid picking up system pkg-config
configuration.

PR: 38277

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

18 years ago- tidy up some of the comments and make the file more readable
David Reid [Fri, 17 Feb 2006 00:04:05 +0000 (00:04 +0000)]
- tidy up some of the comments and make the file more readable

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

18 years ago- add a define for ap_satisfies which is now an optional fn. Without
David Reid [Thu, 16 Feb 2006 23:28:44 +0000 (23:28 +0000)]
- add a define for ap_satisfies which is now an optional fn. Without
  this httpd crashes with a SIGBUS when calling ap_satisfies.

This gets mod_authz_svn working again with trunk.

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

18 years agoupdate transformation
André Malo [Thu, 16 Feb 2006 17:30:19 +0000 (17:30 +0000)]
update transformation

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

18 years agodo not reuse XML ids
André Malo [Thu, 16 Feb 2006 17:24:38 +0000 (17:24 +0000)]
do not reuse XML ids

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

18 years agosvn:eol-style = native
André Malo [Thu, 16 Feb 2006 17:02:29 +0000 (17:02 +0000)]
svn:eol-style = native

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

18 years agoAdd more detail about how to use the new authorization configuration
Bradley Nicholes [Wed, 15 Feb 2006 23:48:29 +0000 (23:48 +0000)]
Add more detail about how to use the new authorization configuration

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

18 years ago- Nitpicking style police: Add space between PR and number of PR
Ruediger Pluem [Wed, 15 Feb 2006 20:29:13 +0000 (20:29 +0000)]
- Nitpicking style police: Add space between PR and number of PR
- Remove myself from credit list of fix for PR 38340, as this patch went
  in unaltered.

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

18 years ago *) mod_proxy: Fix KeepAlives not being allowed and set to
Jim Jagielski [Wed, 15 Feb 2006 16:44:42 +0000 (16:44 +0000)]
  *) mod_proxy: Fix KeepAlives not being allowed and set to
     backend servers. PR38602. [Ruediger Pluem, Jim Jagielski]

Also, document previous patch:
  *) Correctly initialize mod_proxy workers, which use a
     combination of local and shared datasets. Adjust logging
     to better trace usage. PR38403. [Jim Jagielski]

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

18 years agoOK, handle better the initializing of worker, separating
Jim Jagielski [Tue, 14 Feb 2006 17:35:36 +0000 (17:35 +0000)]
OK, handle better the initializing of worker, separating
"shared" and "local" inits, and being aware that if the
shared aspects are initialized, this doesn't mean
the local ones are :)

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

18 years agoI wondered why I never saw the scoreboard init entry; now I know.
Jim Jagielski [Tue, 14 Feb 2006 14:55:02 +0000 (14:55 +0000)]
I wondered why I never saw the scoreboard init entry; now I know.
The logic flow was slightly askew.

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

18 years agoUpdate links
Bradley Nicholes [Tue, 14 Feb 2006 01:10:55 +0000 (01:10 +0000)]
Update links

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

18 years ago* Use the correct pool for apr_table_copy. Otherwise we trigger the bad pool
Ruediger Pluem [Mon, 13 Feb 2006 22:58:03 +0000 (22:58 +0000)]
* Use the correct pool for apr_table_copy. Otherwise we trigger the bad pool
  ancestry abort in apr_table_copy if apr is compiled with APR_POOL_DEBUG.

Noticed by: Joe Orton

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

18 years agoClean up some code in mod_dav.
Garrett Rooney [Mon, 13 Feb 2006 02:34:26 +0000 (02:34 +0000)]
Clean up some code in mod_dav.

Submitted by: Dan Rall <dlr collab.net>

* modules/dav/main/mod_dav.c
  (dav_error_response, dav_error_response_tag): Remove redundant assignment
   of r->status_line which is handled by basic_http_header_check().

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

18 years agoMake the worker and event MPMs support GracefulShutdownTimeout just like
Garrett Rooney [Mon, 13 Feb 2006 02:25:53 +0000 (02:25 +0000)]
Make the worker and event MPMs support GracefulShutdownTimeout just like
the prefork MPM does.

Submitted by: Chris Darroch <chrisd pearsoncmg.com>
Ported to event MPM by: rooneg
Issue number: 38621

* server/mpm/worker/worker.c
  (ap_mpm_run): Make the graceful shutdown log message refer to the right
   signal, and respect the graceful shutdown timeout if there is one.

* server/mpm/experimental/event/event.c
  (ap_mpm_run): Ditto.

* CHANGES: Note change.

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

18 years ago* Do not close the backend connection, because the client sent a
Ruediger Pluem [Sat, 11 Feb 2006 21:15:12 +0000 (21:15 +0000)]
* Do not close the backend connection, because the client sent a
  Connection: close header.

PR: 38524

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

18 years ago* Do not remove the connection headers from r->headers_in. They are needed
Ruediger Pluem [Sat, 11 Feb 2006 20:57:12 +0000 (20:57 +0000)]
* Do not remove the connection headers from r->headers_in. They are needed
  by the http output filter to create the correct connection response headers.
  Instead work on a copy of r->headers_in.

PR: 38524

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

18 years ago* modules/aaa/config.m4: Place mod_access_compat in the 'yes' list as not
Justin Erenkrantz [Tue, 7 Feb 2006 19:58:48 +0000 (19:58 +0000)]
* modules/aaa/config.m4: Place mod_access_compat in the 'yes' list as not
  handling older auth configs out-of-the-box is badness.

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

18 years ago* modules/aaa/mod_auth.h: Include apr_optional.h for
Joe Orton [Tue, 7 Feb 2006 13:21:45 +0000 (13:21 +0000)]
* modules/aaa/mod_auth.h: Include apr_optional.h for
APR_DECLARE_OPTIONAL_FN definition.

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

18 years ago* modules/aaa/mod_authz_core.c (add_authz_provider): Fix pointer cast
Joe Orton [Tue, 7 Feb 2006 08:53:37 +0000 (08:53 +0000)]
* modules/aaa/mod_authz_core.c (add_authz_provider): Fix pointer cast
warning on LP64 platforms.

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

18 years agofix properties and update transformation
André Malo [Mon, 6 Feb 2006 17:55:59 +0000 (17:55 +0000)]
fix properties and update transformation

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

18 years agofix xml and semantic validity
André Malo [Mon, 6 Feb 2006 17:31:44 +0000 (17:31 +0000)]
fix xml and semantic validity

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

18 years ago* modules/proxy/mod_proxy_balancer.c: Include unistd.h to pick up
Joe Orton [Mon, 6 Feb 2006 16:35:20 +0000 (16:35 +0000)]
* modules/proxy/mod_proxy_balancer.c: Include unistd.h to pick up
getpid() prototype.

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

18 years agoUse absolute links as pointed out by nd and joshua
Nick Kew [Sun, 5 Feb 2006 20:39:42 +0000 (20:39 +0000)]
Use absolute links as pointed out by nd and joshua

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

18 years agoPR#38521 - fix link.
Nick Kew [Sun, 5 Feb 2006 19:30:29 +0000 (19:30 +0000)]
PR#38521 - fix link.

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

18 years ago* sync with 2.2.x CHANGES
Ruediger Pluem [Sat, 4 Feb 2006 21:44:01 +0000 (21:44 +0000)]
* sync with 2.2.x CHANGES

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

18 years ago* Do not overwrite the status of initialized workers and respect the configured
Ruediger Pluem [Sat, 4 Feb 2006 21:25:48 +0000 (21:25 +0000)]
* Do not overwrite the status of initialized workers and respect the configured
  status of uninitilized workers when creating a new child process.

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

18 years ago Sync
William A. Rowe Jr [Sat, 4 Feb 2006 19:09:08 +0000 (19:09 +0000)]
  Sync

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

18 years ago Solaris build proposal; don't fail on missing .h files within
William A. Rowe Jr [Sat, 4 Feb 2006 02:41:02 +0000 (02:41 +0000)]
  Solaris build proposal; don't fail on missing .h files within
  a VPATH build, and don't test trees with -d (simply -f the
  expected files) in case a tree such as srclib/apr is actually
  a symlink rather than a true directory in ./buildconf.

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

18 years agoProject name changed in Bugzilla when we released 2.2
Sander Temme [Thu, 2 Feb 2006 21:28:52 +0000 (21:28 +0000)]
Project name changed in Bugzilla when we released 2.2

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

18 years ago* Update transformation
Ruediger Pluem [Mon, 30 Jan 2006 20:56:20 +0000 (20:56 +0000)]
* Update transformation

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

18 years ago* Remove link to CacheSize as this directive is no longer present.
Ruediger Pluem [Mon, 30 Jan 2006 20:54:00 +0000 (20:54 +0000)]
* Remove link to CacheSize as this directive is no longer present.

PR: 38449
Submitted by: Bjoern Voigt <bjoern cs.tu-berlin.de>

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

18 years agomod_speling: Stop crashing with certain non-file requests.
Jeff Trawick [Mon, 30 Jan 2006 14:54:22 +0000 (14:54 +0000)]
mod_speling: Stop crashing with certain non-file requests.

(r->filename unset)

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

18 years agoThe AuthnProviderAlias directive has been merged into mod_authn_core. mod_authn_alia...
Bradley Nicholes [Sat, 28 Jan 2006 01:00:32 +0000 (01:00 +0000)]
The AuthnProviderAlias directive has been merged into mod_authn_core.  mod_authn_alias is no longer needed.

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

18 years agoDocumentation for mod_authn_alias is no longer needed since the only directive it...
Bradley Nicholes [Sat, 28 Jan 2006 00:43:57 +0000 (00:43 +0000)]
Documentation for mod_authn_alias is no longer needed since the only directive it documented has been merged in to mod_authn_core.

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

18 years agoMove the AuthnProviderAlias documentation into mod_authn_core since that is now where...
Bradley Nicholes [Sat, 28 Jan 2006 00:34:20 +0000 (00:34 +0000)]
Move the AuthnProviderAlias documentation into mod_authn_core since that is now where the directive lives

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