CIA.vc
Apache HTTPd
Real-time open source activity stats
Stats » Projects » Apache HTTPd
informationsyndicateUTC clock
00:55 on Mar 12, 2010
event counters
The last message was received 7.49 hours ago at 17:26 on Mar 11, 2010
0 messages so far today, 17 messages yesterday
39 messages so far this week, 70 messages last week
109 messages so far this month, 163 messages last month
10628 messages since the first one, 5.29 years ago, for an average of 4.36 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
17:26 yesterdayhttpd
Commit by rbowen :: r921952 /trunk/docs/manual/developer/ (index.html.en index.xml): (link)
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.
#
15:57 yesterdayhttpd
Commit by trawick :: r921910 /branches/2.0.x/ (CHANGES STATUS server/protocol.c): (link)
merge from trunk and 2.2.x:

SECURITY: CVE-2010-0434 (cve.mitre.org)
Ensure each subrequest has a shallow copy of headers_in so that the
parent request headers are not corrupted. Elimiates a problematic
optimization in the case of no request body.

PR: 48359
Submitted by: Jake Scott, William Rowe, Ruediger Pluem
Reviewed by: wrowe, trawick, rpluem
#
15:54 yesterdayhttpd
Commit by trawick :: r921908 /branches/2.0.x/ (3 files in 2 dirs): (link)
merge from trunk and 2.2.x, using existing published patch for 2.0.63:

  *) SECURITY: CVE-2008-2364 (cve.mitre.org)
     mod_proxy_http: Better handling of excessive interim responses
     from origin server to prevent potential denial of service and high
     memory usage. Reported by Ryujiro Shibuya. [Ruediger Pluem,
     Joe Orton, Jim Jagielski]

Reviewed by: trawick, wrowe, rpluem
#
15:41 yesterdayhttpd
Commit by rbowen :: r921902 /trunk/docs/STATUS: (link)
Identify more embarrassingly outdated content on our website.
#
15:26 yesterdayhttpd
Commit by rbowen :: r921895 /trunk/docs/STATUS: (link)
Yikes. The developer docs are dreadful.
#
15:19 yesterdayhttpd
Commit by rbowen :: r921891 /trunk/docs/STATUS: (link)
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.
#
15:07 yesterdayhttpd
Commit by rbowen :: r921885 /trunk/docs/STATUS: (link)
52 deg F and raining in Lexington.
#
15:05 yesterdayhttpd
Commit by rbowen :: r921884 /trunk/docs/STATUS: (link)
Update STATUS document. One forgets how much there really is to do.
#
14:58 yesterdayhttpd
Commit by rbowen :: r921880 /trunk/docs/STATUS: (link)
Hey, maybe we could start using the STATUS file for something more than
just taking up disk space.
#
14:44 yesterdayhttpd
Commit by jim :: r921875 /branches/2.2.x/STATUS: (link)
looks and tests good ;)
#
14:35 yesterdayhttpd
Commit by rbowen :: r921872 /trunk/docs/manual/ (urlmapping.html.en urlmapping.xml): (link)
Replace 'Apache' with 'Apache HTTP Server' and 'httpd', as appropriate
in the context.
#
14:24 yesterdayhttpd
Commit by rbowen :: r921867 /trunk/docs/manual/ (5 files): (link)
Typo. And rebuild transformation.
#
14:23 yesterdayhttpd
Commit by rbowen :: r921866 /trunk/docs/manual/suexec.xml: (link)
Geez. Misspelled httpd.
#
14:20 yesterdayhttpd
Commit by rbowen :: r921863 /trunk/docs/manual/mod/ (3 files): (link)
Update docs transformation.
#
14:20 yesterdayhttpd
Commit by rbowen :: r921862 /trunk/docs/manual/ (6 files): (link)
Update doc transformation.
#
14:17 yesterdayhttpd
Commit by rbowen :: r921860 /trunk/docs/manual/suexec.xml: (link)
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.
#
13:24 yesterdayhttpd
Commit by rpluem :: r921839 /branches/2.0.x/STATUS: (link)

  • Vote
#
21:47 Wednesdayhttpd
Commit by sf :: r921583 /trunk/CHANGES: (link)
r921347 had a bug report. Add a CHANGES entry.
#
19:40 Wednesdayhttpd
Commit by sf :: r921526 /trunk/modules/filters/mod_reqtimeout.c: (link)

  • 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.
#
15:00 Wednesdayhttpd
Commit by sf :: r921378 /trunk/ (CHANGES modules/filters/mod_reqtimeout.c): (link)
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.
#