]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Q. "Why can't I watch my server's activity?" A. You can.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 14 May 2001 04:09:08 +0000 (04:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 14 May 2001 04:09:08 +0000 (04:09 +0000)
commit71aed5cfc7dd41f63f5c5c2514f20ea0fe3752c7
tree9529b004185a520e15acc33678712a6d9d93bffe
parent96de15b1af65d0e80f44c49f9a0bd23dc2bd6ca3
  Q. "Why can't I watch my server's activity?"  A. You can.

  This is a little tool I dreamed up while fighting a ton of battles on
  several fronts.  It demonstrates that reliable piped logs on win32 still
  need work, that we launch log processes far too many times, and generally
  gives admins more blinky lights on win32.  But it's too practial of an
  example to leave on my hard drive gathering dust.

  Note that the support/win32 will be used for really non-unix/non-portable
  applications.  Perhaps something similiar would be useful all the way
  around, and perhaps some of this code can get into the apr core.  But for
  this moment, it serves a purpose for beta development.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89109 13f79535-47bb-0310-9956-ffa450edef68
support/win32/wintty.c [new file with mode: 0644]
support/win32/wintty.dsp [new file with mode: 0644]