summaryrefslogtreecommitdiffstats
path: root/server/Makefile.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-02-01 22:55:16 +0100
committerRyan Bloom <rbb@apache.org>2001-02-01 22:55:16 +0100
commitdeab760727ef11a968cab76a46717a4c3a89f511 (patch)
tree5872fce2e73d86f55672f3f2951cf2f43be8a01d /server/Makefile.in
parenthandle a TCP connection reset between the time we accept the connection (diff)
downloadapache2-deab760727ef11a968cab76a46717a4c3a89f511.tar.xz
apache2-deab760727ef11a968cab76a46717a4c3a89f511.zip
Bring mod_status for 2.0 back in line with mod_status for 1.3. This is
basically a straight port of the 1.3 module to 2.0. The MPMs need to be modified a bit to work with mod_status, but prefork, mpmt_pthread, and dexter have already been changed. I will fix perchild tonight. There is a lot of common code that can be abstracted, and there seems to be a small bug with regard to what mpmt_pthread and dexter report as current connections. ExtendedStatus does work again, although until the bug mentioned above is fixed, it isn't as useful on mpmt_pthread and dexter. Next week, I will look at allowing other modules to add data to the STATUS page and possibly to the scoreboard itself. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87949 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/Makefile.in')
-rw-r--r--server/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in
index 02cf73d917..1e3943ff58 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -12,7 +12,7 @@ LTLIBRARY_SOURCES = \
util_script.c util_uri.c util_md5.c util_cfgtree.c util_ebcdic.c \
rfc1413.c connection.c listen.c \
mpm_common.c util_charset.c util_debug.c util_xml.c \
- util_filter.c exports.c buildmark.c
+ util_filter.c exports.c buildmark.c scoreboard.c
targets = delete-exports $(LTLIBRARY_NAME)