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.</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
@@ -227,10 +226,17 @@
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
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***);</P>
<UL>
-<LI><CODE>copy ..\conf\*.conf-dist-win
<EM>c:\ServerRoot</EM>\conf\*.conf</CODE>
-<LI><CODE>copy ..\conf\magic <EM>c:\ServerRoot</EM>\conf\</CODE>
-<LI><CODE>copy ..\conf\mime.types <EM>c:\ServerRoot</EM>\conf\</CODE>
-<LI><CODE>copy ..\htdocs\*.* <EM>c:\ServerRoot</EM>\htdocs\ /s</CODE>
+<LI><CODE>xcopy ..\conf\*.conf-dist-win
<EM>c:\ServerRoot</EM>\conf\*.conf</CODE>
+<LI><CODE>xcopy ..\conf\magic <EM>c:\ServerRoot</EM>\conf\</CODE>
+<LI><CODE>xcopy ..\conf\mime.types <EM>c:\ServerRoot</EM>\conf\</CODE>
+<LI><CODE>xcopy ..\htdocs\*.* <EM>c:\ServerRoot</EM>\htdocs\ /s</CODE>
</UL>
<P>(adjust these so <EM>c:\ServerRoot</EM> matches the INSTDIR used
above.)</P>