CIA.vc
Apache HTTPd
Real-time open source activity stats
Stats » Projects » Apache HTTPd
informationsyndicateUTC clock
12:19 on May 28, 2012
event counters
The last message was received 9.76 hours ago at 02:33 on May 28, 2012
9 messages so far today, 2 messages yesterday
9 messages so far this week, 25 messages last week
252 messages so far this month, 511 messages last month
16655 messages since the first one, 7.51 years ago, for an average of 3.95 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
22:07 yesterdayhttpd
Commit by sf :: r1343112 /branches/2.4.x/CHANGES: (link)
add PR reference
#
21:49 yesterdayhttpd
Commit by humbedooh :: r1343111 /branches/2.4.x/docs/manual/ (55 files in 4 dirs): (link)
xforms on french stuff
#
21:40 yesterdayhttpd
Commit by sf :: r1343109 /trunk/ (4 files in 2 dirs): (link)
Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make ap_pregcomp()
abort if out of memory.

This raises the minimum PCRE requirement to version 6.0, released in 2005.
#
21:02 yesterdayhttpd
Commit by sf :: r1343099 /trunk/modules/metadata/mod_setenvif.c: (link)
Compile the regex used by is_header_regex() only once during startup
This should save some memory, especially with .htaccess
#
20:44 yesterdayhttpd
Commit by humbedooh :: r1343095 /trunk/docs/manual/ (21 files in 4 dirs): (link)
xforms
#
20:39 yesterdayhttpd
Commit by sf :: r1343094 /trunk/ (CHANGES support/apxs.in): (link)
Make apxs use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS
#
20:38 yesterdayhttpd
Commit by humbedooh :: r1343093 /trunk/docs/manual/developer/modguide.xml: (link)
Add a small hack to preserve newlines and still retain the links to the doxygen stuff. (presumably this should later be fixed in the highlighter)
#
20:23 yesterdayhttpd
Commit by sf :: r1343087 /trunk/ (CHANGES server/mpm/event/event.c): (link)

Fix MaxConnectionsPerChild

This was broken when the handling of lingering close was moved into the
listener thread.

  • Make the connection counting thread safe.
  • Do the counting in the connection pool cleanup to ensure that it gets also executed if the listener thread closes the connection.
  • Add a trace log message when a process is recycled.
#
20:07 yesterdayhttpd
Commit by sf :: r1343085 /trunk/server/mpm/event/event.c: (link)
rename requests_this_child to conns_this_child, which is more accurate
#
14:59 yesterdayhttpd
Commit by lgentis :: r1343058 /branches/2.4.x/docs/manual/ (21 files in 4 dirs): (link)
Updates.
#
14:57 yesterdayhttpd
Commit by lgentis :: r1343056 /trunk/docs/manual/ (4 files in 3 dirs): (link)
Updates.
#
16:10 Saturdayhttpd
Commit by lgentis :: r1342921 /branches/2.4.x/docs/manual/ (6 files in 2 dirs): (link)
Updates.
#
16:08 Saturdayhttpd
Commit by lgentis :: r1342920 /trunk/docs/manual/ (5 files in 2 dirs): (link)
Updates.
#
07:07 Thursdayhttpd
Commit by humbedooh :: r1342160 /branches/2.4.x/docs/manual/mod/ (mod_lua.html.en mod_lua.xml.fr): (link)
rebuild
#
07:06 Thursdayhttpd
Commit by humbedooh :: r1342159 /branches/2.4.x/docs/manual/mod/mod_lua.xml: (link)
Backport r1342157
#
07:04 Thursdayhttpd
Commit by humbedooh :: r1342158 /trunk/docs/manual/mod/ (3 files): (link)
rebuild
#
07:03 Thursdayhttpd
Commit by humbedooh :: r1342157 /trunk/docs/manual/mod/mod_lua.xml: (link)
Add newlines to example output
#
22:29 Wednesdayhttpd
Commit by jorton :: r1342078 /trunk/docs/manual/ (suexec.html.en suexec.xml): (link)

  • docs/manual/: Commit XML for suexec changes + re-transform; thanks to nd@.
#
21:38 Wednesdayhttpd
Commit by jorton :: r1342065 /trunk/ (5 files in 3 dirs): (link)

suexec: Support use of setgid/setuid capability bits on Linux, a
weaker set of privileges than the full setuid/setgid root binary.

  • configure.in: Add --enable-suexec-capabilites flag.
  • Makefile.in: If configured, use setcap instead of chmod 7555 on installed suexec binary.
  • modules/arch/unix/mod_unixd.c (unixd_pre_config): Drop test for setuid bit if capability bits are used.
  • docs/manual/: Add docs.
#
16:06 Wednesdayhttpd
Commit by jorton :: r1341930 /trunk/docs/manual/suexec.html.en: (link)

  • docs/manual/suexec.html.en: Update for syslog logging.
#