Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 64307 invoked by uid 500); 2 Oct 2001 18:14:00 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 64296 invoked from network); 2 Oct 2001 18:14:00 -0000 Date: Tue, 2 Oct 2001 11:13:51 -0700 From: Aaron Bannert To: dev@httpd.apache.org Subject: Re: SSL configuration file [httpd-ssl.conf - new file to be added ] Message-ID: <20011002111351.G4128@clove.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from madhusudan_mathihalli@hp.com on Tue, Oct 02, 2001 at 02:04:06PM -0400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Looks good to me in concept (I know virtually nothing about SSL configuration). I have a couple comments though: - make sure your lines are <79 chars, and preferably <~70 (so people can put comments in there and we have some extra room for error). - make sure your comment above the lockfile reads similiar to the one in httpd.conf, possibly pointing to external documentation about how bad it is to have lock files on NFS mounts, etc... for reference, here's what came in my 1.3 config: # # The LockFile directive sets the path to the lockfile used when Apache # is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or # USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally be left at # its default value. The main reason for changing it is if the logs # directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL # DISK. The PID of the main server process is automatically appended to # the filename. # #LockFile /home/aaron/dist/apache-1.3/logs/httpd.lock Other than that it looks good and I appreciate your detailed docs/comments :) -aaron On Tue, Oct 02, 2001 at 02:04:06PM -0400, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: > Hi, > Here's a sample version of httpd-ssl-std.conf that may be added into > the CVS tree. It'd be great if somebody could pl. review and commit it. > > Thx > -Madhu [snip]