From ba3660b4a7341d21949bdc581109e6fbe72f15be Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 8 Aug 2000 14:56:23 +0000 Subject: [PATCH] A few new observations for the Win32 user. 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 | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/manual/platform/win_service.html b/docs/manual/platform/win_service.html index 454588c1dd..6fb76bc9fd 100644 --- a/docs/manual/platform/win_service.html +++ b/docs/manual/platform/win_service.html @@ -216,7 +216,6 @@ required network resource.

-

Troubleshooting Apache for Windows as a Service

When starting Apache as a service you may encounter an error message from @@ -227,10 +226,17 @@ Error 1067; The process terminated unexpectedly.

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 Testing Apache at the Command Prompt. -

- + what is causing the problem you should follow the instructions + for Testing Apache at the Command Prompt.

+ +

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 Log ... Application to see these events. + +

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.

+

Running Apache for Windows from the Command Line

For details on controlling Apache service from the command line, please refer to -- 2.50.1