slive 01/01/03 10:36:58
Modified: htdocs/manual invoking.html Log: Document -R command line option. PR: 6812 Submitted by: Daniel <[EMAIL PROTECTED]> Revision Changes Path 1.31 +11 -3 httpd-docs-1.3/htdocs/manual/invoking.html Index: invoking.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/invoking.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -b -u -r1.30 -r1.31 --- invoking.html 2000/12/18 17:27:04 1.30 +++ invoking.html 2001/01/03 18:36:55 1.31 @@ -24,12 +24,15 @@ HREF="mod/core.html#servertype">ServerType</A> directive) but this is not recommended. -<P> - -On Windows, Apache is normally run as a service on Windows NT, or as a +<P>On Windows, Apache is normally run as a service on Windows NT, or as a console application on Windows 95. See also <A HREF="windows.html#run">running Apache for Windows</A>. +<P>As of Apache 1.3 we provide the script <CODE>apachectl</CODE> +which can be used to start, stop, and restart Apache. It may need a +little customization for your system; see the comments at the top of +the script. + <H2>Command line options</H2> The following options are recognized on the httpd command line: <DL> @@ -136,6 +139,11 @@ <DT><CODE>-?</CODE> <DD>Print a list of the httpd options, and then exit (up to Apache 1.3.3. Later versions use -h instead). + +<dt><code>-R</code> <em>directory</em></dt> +<dd>If Apache is compiled with <code>SHARED_CORE</code>, then this +directive can be used to specify an alternate location for shared +object files.</dd> </DL>