]> granicus.if.org Git - apache/commitdiff
A few new observations for the Win32 user.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 8 Aug 2000 14:56:23 +0000 (14:56 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 8 Aug 2000 14:56:23 +0000 (14:56 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86026 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/win_service.html

index 454588c1dd92b36ed3d892c11c06465b2a7f5728..6fb76bc9fdbdf1a7293461c1b82aa20cf0baad54 100644 (file)
    required network resource.</STRONG></P>
 
 
-
 <H2><A NAME="trouble">Troubleshooting Apache for Windows as a Service</A></H2>
 
 <P>When starting Apache as a service you may encounter an error message from
   Error 1067; The process terminated unexpectedly.
 </PRE>
 <P>You will get this error if there is any problem starting Apache. In order to see
-  what is causing the problem you should follow the instructions
-       for <a href="windows.html#test">Testing Apache at the Command Prompt</a>.
-</P>
-       
+   what is causing the problem you should follow the instructions
+   for <a href="windows.html#test">Testing Apache at the Command Prompt</a>.</P>
+
+<P>Also, Apache 1.3.13 now records startup errors in the Application Event Log
+   under Windows NT/2000, if Apache is run as a service.  Run the Event Viewer
+   and select <U>L</U>og ... <U>A</U>pplication to see these events.
+
+<P><STRONG>Check the Application Event Log with the Event Viewer in case of any
+   problems, even if no error message pops up to warn you that an error 
+   occured.</STRONG></P>
+
 <H2><A NAME="cmdline">Running Apache for Windows from the Command Line</A></H2>
 
 For details on controlling Apache service from the command line, please refer to