]> granicus.if.org Git - apache/log
apache
14 years agoBuild: Use install instead of cp if available on
Takashi Sato [Fri, 9 Oct 2009 16:57:20 +0000 (16:57 +0000)]
Build: Use install instead of cp if available on
installing modules to avoid segfault.

Submitted by: <hirose31 gmail.com>
PR: 47951

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

14 years agoUpdate doc to match change to mod_cache to include s-maxage in
Daniel Earl Poirier [Fri, 9 Oct 2009 14:32:00 +0000 (14:32 +0000)]
Update doc to match change to mod_cache to include s-maxage in
some cacheability decisions.

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

14 years agomod_cache: add Cache-control: s-maxage to cacheability decisions per RFC 2616.
Daniel Earl Poirier [Fri, 9 Oct 2009 12:58:09 +0000 (12:58 +0000)]
mod_cache: add Cache-control: s-maxage to cacheability decisions per RFC 2616.

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

14 years agomod_logio: introduce new optional function ap_logio_get_last_bytes to get
Stefan Fritsch [Thu, 8 Oct 2009 21:42:13 +0000 (21:42 +0000)]
mod_logio: introduce new optional function ap_logio_get_last_bytes to get
total byte count of last request.

core: Use ap_logio_get_last_bytes to report more accurate byte counts in
mod_status if mod_logio is loaded. Without mod_logio, don't increment
counts for HEAD requests.

PR: 25656

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

14 years agoWhen pick was zero no worker where choosen.
Jean-Frederic Clere [Thu, 8 Oct 2009 08:52:14 +0000 (08:52 +0000)]
When pick was zero no worker where choosen.

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

14 years agoremove CHANGES entry
Stefan Fritsch [Wed, 7 Oct 2009 19:59:38 +0000 (19:59 +0000)]
remove CHANGES entry

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

14 years agoUpdate comments in util_filter.h about bucket and brigade ownership to reflect
Stefan Fritsch [Wed, 7 Oct 2009 19:35:09 +0000 (19:35 +0000)]
Update comments in util_filter.h about bucket and brigade ownership to reflect
current practice and the advice from manual/developer/output-filters.xml.

Submitted by: Rici Lake <rici ricilake.net>
Reviewed by: Stefan Fritsch, Joe Orton

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

14 years agoadd note about ssl renegotiation
Stefan Fritsch [Wed, 7 Oct 2009 19:10:15 +0000 (19:10 +0000)]
add note about ssl renegotiation

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

14 years agoOops the slotmem uses apr_time_now. Can't use stat on shared memory :-)
Jean-Frederic Clere [Wed, 7 Oct 2009 14:36:49 +0000 (14:36 +0000)]
Oops the slotmem uses apr_time_now. Can't use stat on shared memory :-)

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

14 years agoupdate transformations
Stefan Fritsch [Tue, 6 Oct 2009 21:30:08 +0000 (21:30 +0000)]
update transformations

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

14 years agoAdd some docs for mod_reqtimeout.
Stefan Fritsch [Tue, 6 Oct 2009 21:20:33 +0000 (21:20 +0000)]
Add some docs for mod_reqtimeout.

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

14 years agoWork around broken cache management in mod_ldap: If LDAPSharedCacheSize is too
Stefan Fritsch [Tue, 6 Oct 2009 19:39:38 +0000 (19:39 +0000)]
Work around broken cache management in mod_ldap: If LDAPSharedCacheSize is too
small, try to free some memory by purging the cache and log a warning.

Also increase the default LDAPSharedCacheSize to 500000. This is a more
realistic size suitable for the default values of 1024 for LdapCacheEntries and
LdapOpCacheEntries.

PR: 46749

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

14 years agomod_rewrite: Make sure that a hostname:port isn't fully qualified if
Graham Leggett [Mon, 5 Oct 2009 20:56:48 +0000 (20:56 +0000)]
mod_rewrite: Make sure that a hostname:port isn't fully qualified if
the request is a CONNECT request.
Submitted by: Bill Zajac <billz consultla.com>

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

14 years agoUpdate transformations.
Graham Leggett [Mon, 5 Oct 2009 20:49:25 +0000 (20:49 +0000)]
Update transformations.

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

14 years agomod_cache: Teach CacheEnable and CacheDisable to work from within a
Graham Leggett [Mon, 5 Oct 2009 20:27:19 +0000 (20:27 +0000)]
mod_cache: Teach CacheEnable and CacheDisable to work from within a
Location section, in line with how ProxyPass works.

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

14 years agoNo need to constantly compute these; do so once at config
Jim Jagielski [Mon, 5 Oct 2009 20:12:31 +0000 (20:12 +0000)]
No need to constantly compute these; do so once at config
time and use as needed :)

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

14 years agoremoved batch file used for CodeWarrior IDE project file
Guenter Knauf [Mon, 5 Oct 2009 19:08:12 +0000 (19:08 +0000)]
removed batch file used for CodeWarrior IDE project file
since its not maintained nor used anymore.
If in future someone wants to pick it up and update / fix it
then it can still be checked out from previous revisions.

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

14 years agoremoved CodeWarrior IDE project file since its not maintained
Guenter Knauf [Mon, 5 Oct 2009 19:05:11 +0000 (19:05 +0000)]
removed CodeWarrior IDE project file since its not maintained
nor used anymore, and thus unusable in its current shape.
If in future someone wants to pick it up and update / fix it
then it can still be checked out from previous revisions.

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

14 years agoRefactor mod_reqtimeout a bit to use just 1 directives with
Jim Jagielski [Mon, 5 Oct 2009 13:26:05 +0000 (13:26 +0000)]
Refactor mod_reqtimeout a bit to use just 1 directives with
multiple params...

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

14 years agoBack out r818492 which prevented all caching of incomplete responses.
Daniel Earl Poirier [Mon, 5 Oct 2009 12:13:20 +0000 (12:13 +0000)]
Back out r818492 which prevented all caching of incomplete responses.
Instead move the check to mod_disk_cache.  This leaves cache implementations
the flexibility to implement caching of incomplete responses.
PR: 15866

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

14 years agoreplaced all backticks with single quotes in output strings.
Guenter Knauf [Sun, 4 Oct 2009 21:33:46 +0000 (21:33 +0000)]
replaced all backticks with single quotes in output strings.

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

14 years agoremoved obsolete stuff from NetWare export generator script.
Guenter Knauf [Sun, 4 Oct 2009 20:26:21 +0000 (20:26 +0000)]
removed obsolete stuff from NetWare export generator script.

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

14 years agono declarations after statements.
Guenter Knauf [Sun, 4 Oct 2009 20:18:51 +0000 (20:18 +0000)]
no declarations after statements.

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

14 years agoadded mod_reqtimeout to NetWare build;
Guenter Knauf [Sun, 4 Oct 2009 20:03:02 +0000 (20:03 +0000)]
added mod_reqtimeout to NetWare build;
fixed some NWGNU* properties.

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

14 years agoAdd mod_reqtimeout: New module to set timeouts and minimum data rates for
Stefan Fritsch [Sun, 4 Oct 2009 19:39:38 +0000 (19:39 +0000)]
Add mod_reqtimeout: New module to set timeouts and minimum data rates for
receiving requests from the client.

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

14 years agoEnsure that we call ap_meets_conditions() in the mod_cache normal handler
Graham Leggett [Sun, 4 Oct 2009 16:03:03 +0000 (16:03 +0000)]
Ensure that we call ap_meets_conditions() in the mod_cache normal handler
case, so that conditional requests are handled properly.

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

14 years agoCorrect the attribution in CHANGES.
Graham Leggett [Sun, 4 Oct 2009 13:54:01 +0000 (13:54 +0000)]
Correct the attribution in CHANGES.

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

14 years agoStyle fixes.
Graham Leggett [Sun, 4 Oct 2009 13:24:46 +0000 (13:24 +0000)]
Style fixes.

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

14 years agoRemove the server_rec wired into uri_meets_conditions, the debugging
Graham Leggett [Sun, 4 Oct 2009 13:21:25 +0000 (13:21 +0000)]
Remove the server_rec wired into uri_meets_conditions, the debugging
statements that required it were removed in the past, so wiring through
server_rec is no longer necessary.

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

14 years ago* Fix 'may be used uninitialized in this function' compiler warning.
Ruediger Pluem [Sun, 4 Oct 2009 12:21:29 +0000 (12:21 +0000)]
* Fix 'may be used uninitialized in this function' compiler warning.

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

14 years agoAdded french translation for mod_autoindex doc
Vincent Deffontaines [Sun, 4 Oct 2009 11:48:30 +0000 (11:48 +0000)]
Added french translation for mod_autoindex doc

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

14 years agoproperty cleanup
André Malo [Sun, 4 Oct 2009 11:12:27 +0000 (11:12 +0000)]
property cleanup

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

14 years agoupdate transformation
André Malo [Sun, 4 Oct 2009 11:03:02 +0000 (11:03 +0000)]
update transformation

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

14 years agoAdded french translation for mod_proxy_http
Vincent Deffontaines [Sun, 4 Oct 2009 10:35:53 +0000 (10:35 +0000)]
Added french translation for mod_proxy_http

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

14 years agoAdded fr translation for mod_ldap
Vincent Deffontaines [Sun, 4 Oct 2009 10:26:07 +0000 (10:26 +0000)]
Added fr translation for mod_ldap

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

14 years agomerge if blocks
Stefan Fritsch [Sun, 4 Oct 2009 09:29:38 +0000 (09:29 +0000)]
merge if blocks

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

14 years agocleanup brigade before reusing it
Stefan Fritsch [Sun, 4 Oct 2009 09:00:26 +0000 (09:00 +0000)]
cleanup brigade before reusing it

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

14 years agoMake sure to not destroy bucket brigades that have been created by earlier
Stefan Fritsch [Sun, 4 Oct 2009 08:08:50 +0000 (08:08 +0000)]
Make sure to not destroy bucket brigades that have been created by earlier
filters. Otherwise the pool cleanups would be removed causing potential memory
leaks later on.

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

14 years agoOnly use fcntl() if we have fcntl.h
Stefan Fritsch [Sun, 4 Oct 2009 07:57:32 +0000 (07:57 +0000)]
Only use fcntl() if we have fcntl.h

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

14 years agocore, mod_deflate, mod_sed: Reduce memory usage by reusing bucket
Stefan Fritsch [Sun, 4 Oct 2009 07:37:28 +0000 (07:37 +0000)]
core, mod_deflate, mod_sed: Reduce memory usage by reusing bucket
brigades in several places

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

14 years agorefactor child status update functions to accommodate the addition of
Jeff Trawick [Sat, 3 Oct 2009 21:20:40 +0000 (21:20 +0000)]
refactor child status update functions to accommodate the addition of
ap_update_child_status_from_conn()

Reviewed by: rpluem

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

14 years agoUpdate transformations.
Graham Leggett [Sat, 3 Oct 2009 14:54:52 +0000 (14:54 +0000)]
Update transformations.

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

14 years agomod_cache: Fix uri_meets_conditions() so that CacheEnable will
Graham Leggett [Sat, 3 Oct 2009 14:54:00 +0000 (14:54 +0000)]
mod_cache: Fix uri_meets_conditions() so that CacheEnable will
match by scheme, or by a wildcarded hostname.
PR: 40169
Submitted by: Peter Grandi <pg_asf asf.for.sabi.co.uk>
Reviewed by: Graham Leggett

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

14 years agosuexec: Allow to log an error if exec fails by setting FD_CLOEXEC
Stefan Fritsch [Sat, 3 Oct 2009 13:46:48 +0000 (13:46 +0000)]
suexec: Allow to log an error if exec fails by setting FD_CLOEXEC
on the log file instead of closing it.

PR: 10744
Submitted by: Nicolas Rachinsky
Reviewed by: Stefan Fritsch

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

14 years agoProvide new ap_update_child_status_from_conn() mostly
Jim Jagielski [Sat, 3 Oct 2009 12:54:35 +0000 (12:54 +0000)]
Provide new  ap_update_child_status_from_conn() mostly
for use with mod_noloris.c Add some logic protection, for
NULL ref, which shoulda be there in any case.

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

14 years agoRemove an unused variable.
Graham Leggett [Sat, 3 Oct 2009 12:20:56 +0000 (12:20 +0000)]
Remove an unused variable.

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

14 years agoMake RemoveType override the info from TypesConfig
Stefan Fritsch [Sat, 3 Oct 2009 12:13:41 +0000 (12:13 +0000)]
Make RemoveType override the info from TypesConfig

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

14 years agoUpdate transformations.
Graham Leggett [Fri, 2 Oct 2009 23:48:23 +0000 (23:48 +0000)]
Update transformations.

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

14 years agomod_cache: Introduce the option to run the cache from within the
Graham Leggett [Fri, 2 Oct 2009 23:47:37 +0000 (23:47 +0000)]
mod_cache: Introduce the option to run the cache from within the
normal request handler, and to allow fine grained control over
where in the filter chain content is cached.

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

14 years agoRemove text implying "Require valid-user" is handled by mod_authnz_ldap, which
Eric Covener [Fri, 2 Oct 2009 15:16:09 +0000 (15:16 +0000)]
Remove text implying "Require valid-user" is handled by mod_authnz_ldap, which
makes the behavior of AuthzLDAPAuthoritative more intuitive.

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

14 years agoadded tests to NetWare build.
Guenter Knauf [Thu, 1 Oct 2009 22:37:05 +0000 (22:37 +0000)]
added tests to NetWare build.

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

14 years agocore: Treat timeout reading request as 408 error, not 400.
Daniel Earl Poirier [Thu, 1 Oct 2009 19:28:36 +0000 (19:28 +0000)]
core: Treat timeout reading request as 408 error, not 400.
Log 408 errors in access log as was done in Apache 1.3.x.

PR: 39785
Submitted by: Nobutaka Mantani, Stefan Fritsch
Reviewed and added to by: Dan Poirier

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

14 years agoAllow for pass-thru or early termination of doall() loops
Jim Jagielski [Thu, 1 Oct 2009 19:17:02 +0000 (19:17 +0000)]
Allow for pass-thru or early termination of doall() loops

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

14 years agoadded NetWare makefiles for test modules.
Guenter Knauf [Thu, 1 Oct 2009 19:13:16 +0000 (19:13 +0000)]
added NetWare makefiles for test modules.

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

14 years agoset property.
Guenter Knauf [Thu, 1 Oct 2009 01:34:41 +0000 (01:34 +0000)]
set property.

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

14 years agoprepare to add mod_serf to NetWare build.
Guenter Knauf [Thu, 1 Oct 2009 01:32:06 +0000 (01:32 +0000)]
prepare to add mod_serf to NetWare build.

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

14 years agofirst trial to fix the export list for recent mod_watchdog changes ...
Guenter Knauf [Thu, 1 Oct 2009 01:08:05 +0000 (01:08 +0000)]
first trial to fix the export list for recent mod_watchdog changes ...

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

14 years agochange the callable functions in the mod_watchdog API
Jeff Trawick [Wed, 30 Sep 2009 20:00:37 +0000 (20:00 +0000)]
change the callable functions in the mod_watchdog API
to optional hooks to avoid module ordering or other symbol
resolution issues; affected:

  ap_watchdog_get_instance
  ap_watchdog_register_callback
  ap_watchdog_set_callback_interval

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

14 years agodon't override the user's choice (e.g., --enable-watchdog)
Jeff Trawick [Wed, 30 Sep 2009 19:26:52 +0000 (19:26 +0000)]
don't override the user's choice (e.g., --enable-watchdog)
when deciding how it is enabled by default

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

14 years ago* Fix a regression from r724717 by reintroducing SSL_CLIENT_S_DN,
Ruediger Pluem [Wed, 30 Sep 2009 19:19:10 +0000 (19:19 +0000)]
* Fix a regression from r724717 by reintroducing SSL_CLIENT_S_DN,
  SSL_CLIENT_I_DN, SSL_SERVER_S_DN, SSL_SERVER_I_DN back to the environment
  variables to be set by mod_ssl.

Submitted by: Peter Sylvester <peter.sylvester edelweb.fr>
Reviewed by: rpluem

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

14 years agoTry to have consistent interface regardless of slotmem or
Jim Jagielski [Wed, 30 Sep 2009 18:58:34 +0000 (18:58 +0000)]
Try to have consistent interface regardless of slotmem or
file-based.

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

14 years agoAdded mod_proxy_fcgi to NetWare build.
Guenter Knauf [Wed, 30 Sep 2009 18:44:50 +0000 (18:44 +0000)]
Added mod_proxy_fcgi to NetWare build.

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

14 years agotweak spelling/wording in mod_watchdog documentation
Jeff Trawick [Wed, 30 Sep 2009 18:21:36 +0000 (18:21 +0000)]
tweak spelling/wording in mod_watchdog documentation

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

14 years agoWhen connecting to no http protocol response will be NULL and httpd cores.
Jean-Frederic Clere [Wed, 30 Sep 2009 08:56:10 +0000 (08:56 +0000)]
When connecting to no http protocol response will be NULL and httpd cores.

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

14 years agoAdd port in the logic.
Jean-Frederic Clere [Wed, 30 Sep 2009 08:50:57 +0000 (08:50 +0000)]
Add port in the logic.

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

14 years agoSpelling fix in comment.
Daniel Earl Poirier [Tue, 29 Sep 2009 17:32:17 +0000 (17:32 +0000)]
Spelling fix in comment.

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

14 years agoMake comment agree with code.
Daniel Earl Poirier [Tue, 29 Sep 2009 17:27:56 +0000 (17:27 +0000)]
Make comment agree with code.

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

14 years agoWhen using Heartmonitor choose the back-end randomly for the list provider by mod_hea...
Jean-Frederic Clere [Tue, 29 Sep 2009 15:28:25 +0000 (15:28 +0000)]
When using Heartmonitor choose the back-end randomly for the list provider by mod_heartmonitor.

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

14 years agotypo.
Jean-Frederic Clere [Tue, 29 Sep 2009 14:16:50 +0000 (14:16 +0000)]
typo.

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

14 years agoAdd slotmem storage logic for multicast logic.
Jean-Frederic Clere [Tue, 29 Sep 2009 13:50:42 +0000 (13:50 +0000)]
Add slotmem storage logic for multicast logic.

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

14 years agoadded comment about the never reached return statement.
Guenter Knauf [Tue, 29 Sep 2009 12:08:28 +0000 (12:08 +0000)]
added comment about the never reached return statement.

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

14 years agoMake sure that --enable-maintainer-mode increase warnings/errors level.
Jean-Frederic Clere [Tue, 29 Sep 2009 07:34:33 +0000 (07:34 +0000)]
Make sure that --enable-maintainer-mode increase warnings/errors level.

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

14 years agowhen a request body is sent, just display "Total body sent"
Jeff Trawick [Mon, 28 Sep 2009 20:12:31 +0000 (20:12 +0000)]
when a request body is sent, just display "Total body sent"
in the summary instead of making up the past tense of an
HTTP method (POST-ed or PUT)

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

14 years ago* support/ab.c (output_results): Fix gcc warning on LP64 - field
Joe Orton [Mon, 28 Sep 2009 19:51:50 +0000 (19:51 +0000)]
* support/ab.c (output_results): Fix gcc warning on LP64 - field
  width passed via '*' must be an int.

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

14 years ago* include/httpd.h: Fix comment implying that LimitRequestLine
Joe Orton [Mon, 28 Sep 2009 08:56:36 +0000 (08:56 +0000)]
* include/httpd.h: Fix comment implying that LimitRequestLine
  and LimitRequestFieldsize cannot raise limits -- no longer the
  case.

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

14 years agofixed wrong 3rd parameter passed to apr_brigade_split_line().
Guenter Knauf [Sun, 27 Sep 2009 18:53:33 +0000 (18:53 +0000)]
fixed wrong 3rd parameter passed to apr_brigade_split_line().
Problem showed up with Sun Studio; mentioned by Jie Gao on the list.

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

14 years agorefactor the representation of HTTP method and whether to send
Jeff Trawick [Sun, 27 Sep 2009 12:54:50 +0000 (12:54 +0000)]
refactor the representation of HTTP method and whether to send
a body, fixing these insignificant bugs:

* method name displayed in a debug message was wrong in some
  cases
* specifying conflicting HTTP methods on the command-line
  displayed an invalid message in some cases

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

14 years agoUpdates.
Lucien Gentis [Sun, 27 Sep 2009 12:34:00 +0000 (12:34 +0000)]
Updates.

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

14 years agofixed compatibility to Openssl < 0.9.7g.
Guenter Knauf [Sun, 27 Sep 2009 02:54:07 +0000 (02:54 +0000)]
fixed compatibility to Openssl < 0.9.7g.

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

14 years agofixed compatibility to Openssl < 0.9.7g;
Guenter Knauf [Sun, 27 Sep 2009 01:53:14 +0000 (01:53 +0000)]
fixed compatibility to Openssl < 0.9.7g;
sync'd compatibility to Openssl >= 0.9.9 with 2.2.x branch.

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

14 years agosmall code cleanups for POST/PUT, especially to combine common code
Jeff Trawick [Sun, 27 Sep 2009 00:28:27 +0000 (00:28 +0000)]
small code cleanups for POST/PUT, especially to combine common code
exit if the file to POST/PUT can't be read

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

14 years ago* Use strcasecmp instead of strncasecmp as we want to be sure that the whole
Ruediger Pluem [Sun, 27 Sep 2009 00:16:49 +0000 (00:16 +0000)]
* Use strcasecmp instead of strncasecmp as we want to be sure that the whole
  word is None and not only the beginning.

Noted by Jeff Trawick

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

14 years agoAdd support for an "epoch" in the RPM spec file. This epoch is a discrete
Graham Leggett [Fri, 25 Sep 2009 21:02:33 +0000 (21:02 +0000)]
Add support for an "epoch" in the RPM spec file. This epoch is a discrete
number used to determine if one RPM is newer than another, which in turn
ensures that v1.2.10 is always interpreted as newer than v1.2.9.

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

14 years agoHmmm... forgot git commit/dcommit.
Jim Jagielski [Fri, 25 Sep 2009 12:11:51 +0000 (12:11 +0000)]
Hmmm... forgot git commit/dcommit.

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

14 years agoOops. forgot the declaration
Jim Jagielski [Fri, 25 Sep 2009 12:06:51 +0000 (12:06 +0000)]
Oops. forgot the declaration

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

14 years agoEnhance ap_hook_monitor to pass along a server_rec (in
Jim Jagielski [Fri, 25 Sep 2009 11:59:30 +0000 (11:59 +0000)]
Enhance ap_hook_monitor to pass along a server_rec (in
general the ap_server_conf) and tuck away some storage
in there which may be useful as an opaque data pointer.

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

14 years agoupdate transformation
André Malo [Fri, 25 Sep 2009 09:58:52 +0000 (09:58 +0000)]
update transformation

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

14 years agofix compat info for mod_proxy_scgi
André Malo [Fri, 25 Sep 2009 09:56:29 +0000 (09:56 +0000)]
fix compat info for mod_proxy_scgi

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

14 years agofixed property.
Guenter Knauf [Fri, 25 Sep 2009 02:31:53 +0000 (02:31 +0000)]
fixed property.

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

14 years agoFixed internal NLM name.
Guenter Knauf [Fri, 25 Sep 2009 01:23:15 +0000 (01:23 +0000)]
Fixed internal NLM name.

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

14 years agoAdded mod_proxy_scgi to NetWare build.
Guenter Knauf [Fri, 25 Sep 2009 00:58:56 +0000 (00:58 +0000)]
Added mod_proxy_scgi to NetWare build.

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

14 years agomod_cache: don't cache incomplete responses, per RFC 2616, 13.8.
Daniel Earl Poirier [Thu, 24 Sep 2009 14:25:19 +0000 (14:25 +0000)]
mod_cache: don't cache incomplete responses, per RFC 2616, 13.8.

PR: 15866

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

14 years agoFix a segfault in ab when run in verbose mode using https.
Daniel Earl Poirier [Wed, 23 Sep 2009 18:57:07 +0000 (18:57 +0000)]
Fix a segfault in ab when run in verbose mode using https.

PR: 46393
Submitted by: Stefan Fritsch <sf sfritsch.de>, Ryan Niebur
Reviewed by: poirier

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

14 years agoupdate transformation
André Malo [Sun, 20 Sep 2009 18:40:39 +0000 (18:40 +0000)]
update transformation

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

14 years agoremove useless line
André Malo [Sun, 20 Sep 2009 17:57:05 +0000 (17:57 +0000)]
remove useless line

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

14 years agoAdd ant task to html manual and man page generation:
Rainer Jung [Sat, 19 Sep 2009 15:40:42 +0000 (15:40 +0000)]
Add ant task to html manual and man page generation:
- check-man checks for the presence of the "man"
  directory and sets an ant property skip-man in
  case the directory is missing
- all the man age generating tasks first call
  check-man as a dependency, and then only run
  if skip-man is unset.

Thats useful for unbundled modules like mod_ftp
and mod_fcgid, which do not have a man directory.
Building their docs otherwise bombs.

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

14 years agomod_dav: Allow other modules to become providers and add resource types
Graham Leggett [Sat, 19 Sep 2009 11:20:24 +0000 (11:20 +0000)]
mod_dav: Allow other modules to become providers and add resource types
to the DAV response.
Submitted by: Jari Urpalainen <jari.urpalainen nokia.com>, Brian France <brian brianfrance.com>

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

14 years agoDetab.
Daniel Earl Poirier [Fri, 18 Sep 2009 16:26:55 +0000 (16:26 +0000)]
Detab.

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

14 years agoNew Turkish translation
Nilgun Belma Buguner [Fri, 18 Sep 2009 00:37:11 +0000 (00:37 +0000)]
New Turkish translation

Translated by: Umut Samuk <umut belgeler.org>
Reviewed by:  Nilgün Belma Bugüner <nilgun belgeler.org>

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

14 years agofix validation errors
Nilgun Belma Buguner [Fri, 18 Sep 2009 00:35:14 +0000 (00:35 +0000)]
fix validation errors

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