]> granicus.if.org Git - apache/commit
Fixed for the recent apr-ized logfile changes. The Win32 service never
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 4 Feb 2002 23:37:37 +0000 (23:37 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 4 Feb 2002 23:37:37 +0000 (23:37 +0000)
commitab136604765ee091c01bceac9db0fac689f3f018
treed58cbf6fb0e05477525cd1627260213640334770
parentd8c93e651352a92469070f53cf8d5d534daae22f
  Fixed for the recent apr-ized logfile changes.  The Win32 service never
  has a STDERR channel in the first place, so the first ap_open_stderr_log()
  fails.  We need to open it after we've initialized the service control
  manager and created the stderr pipe thread that logs stderr output over
  in our Application Event Log.

  The failure message still looks pretty danged stupid on WinXP however;
  "The Apache2 service on Local Computer started and then stopped."
  [ok, that part is straightforward.]  "Some services stop automatically
  if they have no work to do, for example, the Performance Logs and
  Alerts service."  [that's the bogus bit.]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93241 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/winnt/mpm_winnt.c