Received: by taz.hyperreal.com (8.8.4/V2.0) id JAA11410; Tue, 18 Feb 1997 09:10:32 -0800 (PST) Received: from scanner.worldgate.com by taz.hyperreal.com (8.8.4/V2.0) with ESMTP id JAA11403; Tue, 18 Feb 1997 09:10:29 -0800 (PST) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.5/8.7.3) with UUCP id KAA00808 for new-httpd@hyperreal.com; Tue, 18 Feb 1997 10:10:27 -0700 (MST) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id KAA20560 for ; Tue, 18 Feb 1997 10:00:12 -0700 (MST) Date: Tue, 18 Feb 1997 10:00:11 -0700 (MST) From: Marc Slemko To: new-httpd@hyperreal.com Subject: Re: Compilation and installation instructions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com Looks good. On Tue, 18 Feb 1997, Paul Sutton wrote: > On Tue, 18 Feb 1997, Paul Sutton wrote: > > I've updated the "compile and install" instructions in > > htdocs/manual/install.html. The new file is attached (not a diff since > > almost all the file has been reformatted). > > Oh damn, here it is really... >All configuration of Apache is performed in the src >directory of the Apache distribution. Change into this directory. >Before starting configuring Apache for the first time, copy the file >Configuration.tmpl to Configuration. In distributions this is already done. >

Starting and Stopping the Server

> >To start the server, run it with a -f argument giving the >full path to the httpd.conf file. For example: > >
>    /usr/local/etc/apache/src/httpd -f /usr/local/etc/apache/conf/httpd.conf
>
Want to perhaps mention something about default config file use if none given on command line? Not necessary, but may be nice. >To stop Apache send the parent process a TERM signal. The PID of this >process is written to the file httpd.log in the >logs directory (unless configured otherwise). Do not >attempt to kill the child processes because they will be renewed by >the parent. A typical command to stop the server is: > >
>     kill -TERM `cat /usr/local/etc/apache/logs/httpd.log`
> 
^httpd.log^httpd.pid both places.