Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 1871 invoked by uid 6000); 22 Jul 1998 20:23:40 -0000 Received: (qmail 1832 invoked by alias); 22 Jul 1998 20:23:37 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 1818 invoked by uid 24); 22 Jul 1998 20:23:36 -0000 Date: 22 Jul 1998 20:23:36 -0000 Message-ID: <19980722202336.1817.qmail@hyperreal.org> From: brian@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/htdocs/manual windows.html Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org brian 98/07/22 13:23:35 Modified: htdocs/manual windows.html Log: Remove reference to 1.3b6 which may have confused people, and remove documentation for not-completely-implemented feature. Revision Changes Path 1.19 +1 -29 apache-1.3/htdocs/manual/windows.html Index: windows.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/windows.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- windows.html 1998/07/21 09:33:29 1.18 +++ windows.html 1998/07/22 20:23:33 1.19 @@ -17,7 +17,7 @@

Using Apache With Microsoft Windows

This document explains how to install, configure and run - Apache 1.3b6 and later under Microsoft Windows. Please note that at + Apache 1.3 under Microsoft Windows. Please note that at this time, Windows support is entirely experimental, and is recommended only for experienced users. The Apache Group does not guarantee that this software will work as documented, or even at @@ -360,34 +360,6 @@ apache -u - -

Signalling Apache when running

- -

When Apache is running you may request that it reread it's -configuration files as follows: - -

  -    apache -Z @@whatever?@@>
  -
- -and to request that it shutdown gracefully, via: - -
  -    apache -Z @@whatever?@@>
  -
- -and you can force it to stop via: - -
  -    apache -Z @@whatever?@@
  -
- - -

-Other techinques of shutting down the server (e.g. using the -task manager to "End Process", distroying the command -window containing the server, or using control-C to interupt -it) all have the downside of @@whatever@@.

Compiling Apache for Windows