]> granicus.if.org Git - apache/log
apache
14 years agocore: shorten the wait time in ap_lingering_close() if the
Stefan Fritsch [Mon, 15 Mar 2010 20:22:09 +0000 (20:22 +0000)]
core: shorten the wait time in ap_lingering_close() if the
"short-lingering-close" connection note is set.

mod_reqtimeout: Instead of setting c->aborted, use the "short-lingering-close"
connection note to shut down the connection quickly while still giving the
client a chance to receive the error message.

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

14 years agoCorrect referenced OpenSSL version.
Rainer Jung [Mon, 15 Mar 2010 16:01:35 +0000 (16:01 +0000)]
Correct referenced OpenSSL version.

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

14 years agoDocument mod_lua
Rich Bowen [Mon, 15 Mar 2010 15:07:25 +0000 (15:07 +0000)]
Document mod_lua

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

14 years agoMore things I'd like to work on.
Rich Bowen [Mon, 15 Mar 2010 14:46:18 +0000 (14:46 +0000)]
More things I'd like to work on.

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

14 years agoSome typos.
Lucien Gentis [Sun, 14 Mar 2010 17:36:27 +0000 (17:36 +0000)]
Some typos.

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

14 years agoUpdates.
Lucien Gentis [Sun, 14 Mar 2010 17:30:01 +0000 (17:30 +0000)]
Updates.

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

14 years agoApache -> Apache HTTPD or HTTPD.
Rich Bowen [Sun, 14 Mar 2010 01:19:17 +0000 (01:19 +0000)]
Apache -> Apache HTTPD or HTTPD.

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

14 years agoRebuild transformations.
Rich Bowen [Sun, 14 Mar 2010 01:02:30 +0000 (01:02 +0000)]
Rebuild transformations.

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

14 years agoApache -> Apache HTTP Server
Rich Bowen [Sat, 13 Mar 2010 18:22:21 +0000 (18:22 +0000)]
Apache -> Apache HTTP Server

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

14 years agoAlso extend the timeout if have_lf_or_eos() returned APR_SUCCESS.
Stefan Fritsch [Fri, 12 Mar 2010 19:57:36 +0000 (19:57 +0000)]
Also extend the timeout if have_lf_or_eos() returned APR_SUCCESS.
Spotted by Ruediger Pluem

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

14 years agoall signs indicate that status value is always -1 on error
Eric Covener [Fri, 12 Mar 2010 19:55:35 +0000 (19:55 +0000)]
all signs indicate that status value is always -1 on error

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

14 years agoreduce the warning level in the bindprocessor() call used to make sure child
Eric Covener [Fri, 12 Mar 2010 18:49:26 +0000 (18:49 +0000)]
reduce the warning level in the bindprocessor() call used to make sure child
processes aren't bound to the CPU the parent is running on.

In recent levels of AIX, the parent isn't implicitly bound to a CPU
(so the children don't inherit it), and when the AIX WPAR feature is enabled
this call can return EPERM, even though the child process is already unbound.

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

14 years agoAPI docs are generated via 'make dox'.
Rich Bowen [Fri, 12 Mar 2010 17:01:03 +0000 (17:01 +0000)]
API docs are generated via 'make dox'.

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

14 years ago54 degrees in Lexington. Looks like it's going to be a warm day.
Rich Bowen [Fri, 12 Mar 2010 14:21:52 +0000 (14:21 +0000)]
54 degrees in Lexington. Looks like it's going to be a warm day.

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

14 years agoRebuild translation transformations.
Rich Bowen [Fri, 12 Mar 2010 14:19:28 +0000 (14:19 +0000)]
Rebuild translation transformations.

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

14 years agoI'm not completely satisfied with this, but I need to stop and come back
Rich Bowen [Fri, 12 Mar 2010 14:19:08 +0000 (14:19 +0000)]
I'm not completely satisfied with this, but I need to stop and come back
to it later. This is a complete rewrite, because the original document
was, in fact, the original document - that is, it described how NCSA did
things. Wow.

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

14 years agoI'm rewriting the custom error doc, because it is all about how Apache
Rich Bowen [Fri, 12 Mar 2010 13:44:39 +0000 (13:44 +0000)]
I'm rewriting the custom error doc, because it is all about how Apache
0.9 differs from NCSA. Geez.

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

14 years agoRebuild transformations/translations
Rich Bowen [Fri, 12 Mar 2010 12:40:02 +0000 (12:40 +0000)]
Rebuild transformations/translations

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

14 years agoApache -> httpd
Rich Bowen [Fri, 12 Mar 2010 12:39:41 +0000 (12:39 +0000)]
Apache -> httpd

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

14 years agoApache -> httpd
Rich Bowen [Fri, 12 Mar 2010 12:36:19 +0000 (12:36 +0000)]
Apache -> httpd

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

14 years agoApache -> httpd
Rich Bowen [Fri, 12 Mar 2010 12:32:19 +0000 (12:32 +0000)]
Apache -> httpd

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

14 years ago'Apache' -> 'Apache HTTP Server' or 'httpd'
Rich Bowen [Fri, 12 Mar 2010 12:26:09 +0000 (12:26 +0000)]
'Apache' -> 'Apache HTTP Server' or 'httpd'

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

14 years agoUpdate transformations
Rich Bowen [Fri, 12 Mar 2010 12:24:25 +0000 (12:24 +0000)]
Update transformations

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

14 years agoApache -> Apache HTTP Server or httpd
Rich Bowen [Fri, 12 Mar 2010 12:23:54 +0000 (12:23 +0000)]
Apache -> Apache HTTP Server or httpd

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

14 years agoCorrect usage of 'Apache' vs 'httpd' and 'Apache HTTP Server'
Rich Bowen [Fri, 12 Mar 2010 12:21:49 +0000 (12:21 +0000)]
Correct usage of 'Apache' vs 'httpd' and 'Apache HTTP Server'

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

14 years agoA temporary solution to an outdated link. Would be nice to have this
Rich Bowen [Thu, 11 Mar 2010 17:26:34 +0000 (17:26 +0000)]
A temporary solution to an outdated link. Would be nice to have this
autobuilt every few days, and have it on some ASF hardware. Not sure how
to go about making that happen, but I'll look into it.

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

14 years agoIdentify more embarrassingly outdated content on our website.
Rich Bowen [Thu, 11 Mar 2010 15:41:16 +0000 (15:41 +0000)]
Identify more embarrassingly outdated content on our website.

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

14 years agoYikes. The developer docs are dreadful.
Rich Bowen [Thu, 11 Mar 2010 15:26:01 +0000 (15:26 +0000)]
Yikes. The developer docs are dreadful.

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

14 years agoRemove some duplicated items. More details on some items. Attach some
Rich Bowen [Thu, 11 Mar 2010 15:19:13 +0000 (15:19 +0000)]
Remove some duplicated items. More details on some items. Attach some
names to a few things, so that they'll be guilted into doing something.

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

14 years ago52 deg F and raining in Lexington.
Rich Bowen [Thu, 11 Mar 2010 15:07:33 +0000 (15:07 +0000)]
52 deg F and raining in Lexington.

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

14 years agoUpdate STATUS document. One forgets how much there really is to do.
Rich Bowen [Thu, 11 Mar 2010 15:05:08 +0000 (15:05 +0000)]
Update STATUS document. One forgets how much there really is to do.

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

14 years agoHey, maybe we could start using the STATUS file for something more than
Rich Bowen [Thu, 11 Mar 2010 14:58:37 +0000 (14:58 +0000)]
Hey, maybe we could start using the STATUS file for something more than
just taking up disk space.

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

14 years agoReplace 'Apache' with 'Apache HTTP Server' and 'httpd', as appropriate
Rich Bowen [Thu, 11 Mar 2010 14:35:59 +0000 (14:35 +0000)]
Replace 'Apache' with 'Apache HTTP Server' and 'httpd', as appropriate
in the context.

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

14 years agoTypo. And rebuild transformation.
Rich Bowen [Thu, 11 Mar 2010 14:24:18 +0000 (14:24 +0000)]
Typo. And rebuild transformation.

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

14 years agoGeez. Misspelled httpd.
Rich Bowen [Thu, 11 Mar 2010 14:23:19 +0000 (14:23 +0000)]
Geez. Misspelled httpd.

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

14 years agoUpdate docs transformation.
Rich Bowen [Thu, 11 Mar 2010 14:20:18 +0000 (14:20 +0000)]
Update docs transformation.

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

14 years agoUpdate doc transformation.
Rich Bowen [Thu, 11 Mar 2010 14:20:00 +0000 (14:20 +0000)]
Update doc transformation.

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

14 years agoThis is part of the attempt to purge the use of 'Apache' to mean 'Apache
Rich Bowen [Thu, 11 Mar 2010 14:17:41 +0000 (14:17 +0000)]
This is part of the attempt to purge the use of 'Apache' to mean 'Apache
HTTP Server' or 'httpd'. However, in the process, has come to light that
it seems that this document is *WAY* overdue for a major rewrite.

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

14 years agor921347 had a bug report. Add a CHANGES entry.
Stefan Fritsch [Wed, 10 Mar 2010 21:47:02 +0000 (21:47 +0000)]
r921347 had a bug report. Add a CHANGES entry.

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

14 years ago- Enforce request timeout even for AP_MODE_GETLINE.
Stefan Fritsch [Wed, 10 Mar 2010 19:40:51 +0000 (19:40 +0000)]
- Enforce request timeout even for AP_MODE_GETLINE.
- Abort connection when timeout occurs. Otherwise the thread may be blocked
  another 30s doing a lingering close. The downside is that the client will
  not receive the error message.

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

14 years agoMove initialization to process_connection hook, right before
Stefan Fritsch [Wed, 10 Mar 2010 15:00:50 +0000 (15:00 +0000)]
Move initialization to process_connection hook, right before
ap_process_http_request.  This ensures that we are not inserted for other
protocol handlers (like mod_ftp) and mod_proxy's backend connections.

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

14 years agolog remote server port in various places
Stefan Fritsch [Wed, 10 Mar 2010 13:37:00 +0000 (13:37 +0000)]
log remote server port in various places

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

14 years agoImprove ap_log_cerror:
Stefan Fritsch [Wed, 10 Mar 2010 13:36:10 +0000 (13:36 +0000)]
Improve ap_log_cerror:
- Log remote port
- If the connection seems to be a back-end connection, log 'remote' instead of
  'client'

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

14 years agostyle nit (fix the one unaligned "=" out of fifteen)
Jeff Trawick [Wed, 10 Mar 2010 11:02:00 +0000 (11:02 +0000)]
style nit (fix the one unaligned "=" out of fifteen)

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

14 years agoTypo
Rich Bowen [Tue, 9 Mar 2010 20:51:21 +0000 (20:51 +0000)]
Typo

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

14 years agoEncourage people to use Redirect rather than mod_rewrite.
Rich Bowen [Tue, 9 Mar 2010 20:49:59 +0000 (20:49 +0000)]
Encourage people to use Redirect rather than mod_rewrite.

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

14 years agoRebuild transformation.
Rich Bowen [Tue, 9 Mar 2010 16:15:12 +0000 (16:15 +0000)]
Rebuild transformation.

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

14 years agoRebuild transformation.
Rich Bowen [Tue, 9 Mar 2010 16:15:06 +0000 (16:15 +0000)]
Rebuild transformation.

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

14 years agoRebuild transformation.
Rich Bowen [Tue, 9 Mar 2010 16:14:44 +0000 (16:14 +0000)]
Rebuild transformation.

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

14 years agoRemove compat note about Apache 1.3.2
Rich Bowen [Tue, 9 Mar 2010 16:14:09 +0000 (16:14 +0000)]
Remove compat note about Apache 1.3.2

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

14 years agoadd defaults for AuthLDAPGroupAttribute to the synopsis
Eric Covener [Mon, 8 Mar 2010 17:10:36 +0000 (17:10 +0000)]
add defaults for AuthLDAPGroupAttribute to the synopsis

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

14 years agoelaborate on the T= limiation in per-directory rewrites for PR 36590
Eric Covener [Sun, 7 Mar 2010 12:34:17 +0000 (12:34 +0000)]
elaborate on the T= limiation in per-directory rewrites for PR 36590

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

14 years agoupdate transformation
André Malo [Sat, 6 Mar 2010 20:04:20 +0000 (20:04 +0000)]
update transformation

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

14 years agoUpdate.
Lucien Gentis [Sat, 6 Mar 2010 17:49:01 +0000 (17:49 +0000)]
Update.

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

14 years agoSync Changelog
William A. Rowe Jr [Sat, 6 Mar 2010 01:59:50 +0000 (01:59 +0000)]
Sync Changelog

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

14 years agoupdate transformation
André Malo [Fri, 5 Mar 2010 21:20:11 +0000 (21:20 +0000)]
update transformation

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

14 years agotry to get bug fix entries for future 2.3.7 alpha caught up with 2.2.15
Jeff Trawick [Fri, 5 Mar 2010 19:31:21 +0000 (19:31 +0000)]
try to get bug fix entries for future 2.3.7 alpha caught up with 2.2.15
where appropriate

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

14 years agoPrevent future developers from being as easily confused; prefix the
William A. Rowe Jr [Fri, 5 Mar 2010 19:09:46 +0000 (19:09 +0000)]
Prevent future developers from being as easily confused; prefix the
registered callback function names with regfnXxx.

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

14 years agorevert r918671; these four functions don't need to be
Jeff Trawick [Fri, 5 Mar 2010 18:30:20 +0000 (18:30 +0000)]
revert r918671; these four functions don't need to be
addressible except via the function pointers in the
EXTENSION_CONTROL_BLOCK

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

14 years ago* Only log a 408 if it is no keepalive timeout.
Ruediger Pluem [Fri, 5 Mar 2010 07:37:15 +0000 (07:37 +0000)]
* Only log a 408 if it is no keepalive timeout.

PR: 39785
Submitted by: Mark Montague <markmont umich.edu>, rpluem
Reviewed by: rpluem

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

14 years agoSmall rearrangement, placing the explanatory text with the example it
Rich Bowen [Thu, 4 Mar 2010 14:22:31 +0000 (14:22 +0000)]
Small rearrangement, placing the explanatory text with the example it
explains.

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

14 years agofollow up to r918665:
Jeff Trawick [Wed, 3 Mar 2010 20:10:26 +0000 (20:10 +0000)]
follow up to r918665:

These particular functions can't be static because they're
part of ISAPI, so use a different mechanism to quiet the gcc
warnings.

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

14 years agofix these warnings:
Jeff Trawick [Wed, 3 Mar 2010 19:49:41 +0000 (19:49 +0000)]
fix these warnings:

mod_isapi.c:488: warning: no previous prototype for ‘GetServerVariable’
mod_isapi.c:590: warning: no previous prototype for ‘ReadClient’
mod_isapi.c:807: warning: no previous prototype for ‘WriteClient’
mod_isapi.c:863: warning: no previous prototype for ‘ServerSupportFunction’
mod_isapi.c:1407: warning: no previous prototype for ‘isapi_handler’

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

14 years agofix these warnings (and presumably a similar one in mod_socache_dc.c):
Jeff Trawick [Wed, 3 Mar 2010 19:32:58 +0000 (19:32 +0000)]
fix these warnings (and presumably a similar one in mod_socache_dc.c):

mod_socache_shmcb.c:625: warning: no previous prototype for ‘socache_shmcb_iterate’
mod_socache_dbm.c:505: warning: no previous prototype for ‘socache_dbm_iterate’
mod_socache_memcache.c:290: warning: no previous prototype for ‘socache_mc_iterate’

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

14 years agofix this warning:
Jeff Trawick [Wed, 3 Mar 2010 19:29:34 +0000 (19:29 +0000)]
fix this warning:

mod_example_hooks.c: In function ‘trace_nocontext’:
mod_example_hooks.c:494: warning: format not a string literal and no format arguments

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

14 years agofix this error:
Jeff Trawick [Wed, 3 Mar 2010 19:28:28 +0000 (19:28 +0000)]
fix this error:

mod_sed.c: In function ‘log_sed_errf’:
mod_sed.c:67: warning: format not a string literal and no format arguments

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

14 years agouse separate #error message when APR[-Util] is of a valid
Jeff Trawick [Wed, 3 Mar 2010 16:44:57 +0000 (16:44 +0000)]
use separate #error message when APR[-Util] is of a valid
version but wasn't built with crypto support

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

14 years agoTypo. Regenerating html
Rich Bowen [Wed, 3 Mar 2010 15:50:35 +0000 (15:50 +0000)]
Typo. Regenerating html

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

14 years agoTypo
Rich Bowen [Wed, 3 Mar 2010 15:48:51 +0000 (15:48 +0000)]
Typo

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

14 years agoreflect assignment of CVE-2010-0434
Jeff Trawick [Wed, 3 Mar 2010 11:49:06 +0000 (11:49 +0000)]
reflect assignment of CVE-2010-0434

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

14 years agoRebuild transformations.
Rich Bowen [Tue, 2 Mar 2010 13:46:55 +0000 (13:46 +0000)]
Rebuild transformations.

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

14 years agoTell them how to increase ThreadLimit
Rich Bowen [Tue, 2 Mar 2010 13:46:17 +0000 (13:46 +0000)]
Tell them how to increase ThreadLimit

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

14 years agoRebuild transformations.
Rich Bowen [Tue, 2 Mar 2010 13:26:30 +0000 (13:26 +0000)]
Rebuild transformations.

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

14 years agoReference Min/MaxSpareServers/Threads when talking about dynamically
Rich Bowen [Tue, 2 Mar 2010 13:26:21 +0000 (13:26 +0000)]
Reference Min/MaxSpareServers/Threads when talking about dynamically
configuring the side of the server pool.

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

14 years agoNot sure if this is actually useful, but I've been asked often enough
Rich Bowen [Tue, 2 Mar 2010 13:20:45 +0000 (13:20 +0000)]
Not sure if this is actually useful, but I've been asked often enough
that I think it's probably worth mentioning. On the other hand, if
someone can't grep the source code for '20000', I'm not sure they should
be encouraged ... ;-)

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

14 years agoAwkward phrasing.
Rich Bowen [Tue, 2 Mar 2010 13:09:57 +0000 (13:09 +0000)]
Awkward phrasing.

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

14 years agoAwkward phrasing.
Rich Bowen [Tue, 2 Mar 2010 13:04:27 +0000 (13:04 +0000)]
Awkward phrasing.

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

14 years agoCross-linking between (Min|Max)Spare(Servers|Threads).
Rich Bowen [Tue, 2 Mar 2010 12:53:49 +0000 (12:53 +0000)]
Cross-linking between (Min|Max)Spare(Servers|Threads).

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

14 years ago'Address already in use' error message.
Rich Bowen [Tue, 2 Mar 2010 12:43:39 +0000 (12:43 +0000)]
'Address already in use' error message.

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

14 years agoAnother occurance of 'processes'. Rebuild transformations.
Rich Bowen [Tue, 2 Mar 2010 12:35:54 +0000 (12:35 +0000)]
Another occurance of 'processes'. Rebuild transformations.

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

14 years agoRebuild transformation.
Rich Bowen [Tue, 2 Mar 2010 12:28:49 +0000 (12:28 +0000)]
Rebuild transformation.

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

14 years agoNone of the supposedly correct forms of the possessive of process sound
Rich Bowen [Tue, 2 Mar 2010 12:28:33 +0000 (12:28 +0000)]
None of the supposedly correct forms of the possessive of process sound
very awkward in this sentence. Rephrasing.

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

14 years agoSECURITY: CVE-2010-0408 (cve.mitre.org)
William A. Rowe Jr [Tue, 2 Mar 2010 04:46:13 +0000 (04:46 +0000)]
SECURITY: CVE-2010-0408 (cve.mitre.org)

mod_proxy_ajp: Respond with HTTP_BAD_REQUEST when the body is not sent after
request headers indicate a request body is incoming; this is not a case of
HTTP_INTERNAL_SERVER_ERROR.

Submitted by: Niku Toivola <niku.toivola sulake.com>
Reviewed by: rpluem, jim, wrowe

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

14 years agoSECURITY: CVE-2010-0425 (cve.mitre.org)
William A. Rowe Jr [Tue, 2 Mar 2010 04:30:33 +0000 (04:30 +0000)]
SECURITY: CVE-2010-0425 (cve.mitre.org)

mod_isapi: Do not unload an isapi .dll module until the request
processing is completed, avoiding orphaned callback pointers.

Submitted by: Brett Gervasoni <brettg senseofsecurity.com>, trawick
Reviewed by: trawick, wrowe

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

14 years agoMake sure we request the APR_FINFO_TYPE on the apr_dir_read() for wildcard
Graham Leggett [Mon, 1 Mar 2010 22:19:33 +0000 (22:19 +0000)]
Make sure we request the APR_FINFO_TYPE on the apr_dir_read() for wildcard
configuration.

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

14 years agoWhen loading wildcards that are part of a path, only consider directories
Graham Leggett [Mon, 1 Mar 2010 21:34:51 +0000 (21:34 +0000)]
When loading wildcards that are part of a path, only consider directories
and ignore other files. [Dan Poirier, Graham Leggett]

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

14 years agooverlooked for 10 years, impressive ;-)
William A. Rowe Jr [Mon, 1 Mar 2010 17:58:40 +0000 (17:58 +0000)]
overlooked for 10 years, impressive ;-)

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

14 years agoin preparation of fixing 2.2 branch, change again, now to a cast-less solution
William A. Rowe Jr [Mon, 1 Mar 2010 17:54:15 +0000 (17:54 +0000)]
in preparation of fixing 2.2 branch, change again, now to a cast-less solution

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

14 years agotest svn update
Philip M. Gollucci [Mon, 1 Mar 2010 05:17:42 +0000 (05:17 +0000)]
test svn update

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

14 years agoUpdate transformation.
Rainer Jung [Sun, 28 Feb 2010 18:29:14 +0000 (18:29 +0000)]
Update transformation.

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

14 years agoCorrect referenced OpenSSL version now that 0.9.8m
Rainer Jung [Sun, 28 Feb 2010 18:16:54 +0000 (18:16 +0000)]
Correct referenced OpenSSL version now that 0.9.8m
was released.

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

14 years agoAdd mod_reqtimeout line to Windows default configuration.
Stefan Fritsch [Sun, 28 Feb 2010 09:57:12 +0000 (09:57 +0000)]
Add mod_reqtimeout line to Windows default configuration.
Submitted by: Gregg L. Smith <lists glewis com>

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

14 years agoUse portable apr_snprintf in rotatelogs.
Graham Leggett [Sat, 27 Feb 2010 19:56:06 +0000 (19:56 +0000)]
Use portable apr_snprintf in rotatelogs.

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

14 years agoCreate the pidfile world readable by adding APR_FPROT_WREAD. Use
Graham Leggett [Sat, 27 Feb 2010 18:23:08 +0000 (18:23 +0000)]
Create the pidfile world readable by adding APR_FPROT_WREAD. Use
non-deprecated versions of the APR constants.

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

14 years agoTry open the pid file twice, once before daemonisation so we can see any
Graham Leggett [Sat, 27 Feb 2010 18:13:56 +0000 (18:13 +0000)]
Try open the pid file twice, once before daemonisation so we can see any
error, and once after daemonisation so the child's pid is logged correctly.
Patch by Jeff Trawick.

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

14 years agobuild mod_reqtimeout on Windows
Jeff Trawick [Fri, 26 Feb 2010 23:36:07 +0000 (23:36 +0000)]
build mod_reqtimeout on Windows

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

14 years ago* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureRenegotiation):
Joe Orton [Fri, 26 Feb 2010 21:13:26 +0000 (21:13 +0000)]
* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureRenegotiation):
  Tweak wording as suggested by trawick.

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

14 years agofix base addr of mod_serf
Jeff Trawick [Fri, 26 Feb 2010 20:11:37 +0000 (20:11 +0000)]
fix base addr of mod_serf

Submitted by: Gregg L. Smith <lists@glewis.com>
Reviewed by:  trawick

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

14 years agospelling
Jeff Trawick [Fri, 26 Feb 2010 19:22:35 +0000 (19:22 +0000)]
spelling

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

14 years ago* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Dump the SSL
Joe Orton [Fri, 26 Feb 2010 16:05:11 +0000 (16:05 +0000)]
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Dump the SSL
  error stack if reneg fails; this will give a big hint for failures
  due to secure reneg.

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