Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 31082 invoked by uid 500); 8 Aug 2000 14:56:30 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 31012 invoked by uid 500); 8 Aug 2000 14:56:29 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Date: 8 Aug 2000 14:56:27 -0000 Message-ID: <20000808145627.30936.qmail@locus.apache.org> From: wrowe@locus.apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual win_service.html win_compiling.html wrowe 00/08/08 07:56:26 Modified: htdocs/manual win_service.html win_compiling.html Log: A few new observations for the Win32 user. Revision Changes Path 1.3 +11 -5 httpd-docs-1.3/htdocs/manual/win_service.html Index: win_service.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/win_service.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- win_service.html 2000/06/10 19:19:34 1.2 +++ win_service.html 2000/08/08 14:56:23 1.3 @@ -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 1.4 +4 -4 httpd-docs-1.3/htdocs/manual/win_compiling.html Index: win_compiling.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/win_compiling.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- win_compiling.html 2000/06/10 06:00:22 1.3 +++ win_compiling.html 2000/08/08 14:56:23 1.4 @@ -178,10 +178,10 @@ c:\ServerRoot directory (***over-writing any that were there***);

    -
  • copy ..\conf\*.conf-dist-win c:\ServerRoot\conf\*.conf -
  • copy ..\conf\magic c:\ServerRoot\conf\ -
  • copy ..\conf\mime.types c:\ServerRoot\conf\ -
  • copy ..\htdocs\*.* c:\ServerRoot\htdocs\ /s +
  • xcopy ..\conf\*.conf-dist-win c:\ServerRoot\conf\*.conf +
  • xcopy ..\conf\magic c:\ServerRoot\conf\ +
  • xcopy ..\conf\mime.types c:\ServerRoot\conf\ +
  • xcopy ..\htdocs\*.* c:\ServerRoot\htdocs\ /s

(adjust these so c:\ServerRoot matches the INSTDIR used above.)