From owner-freebsd-hackers Fri May 29 17:24:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08765 for freebsd-hackers-outgoing; Fri, 29 May 1998 17:24:45 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08714 for ; Fri, 29 May 1998 17:24:28 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id BAA21032; Sat, 30 May 1998 01:24:21 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <356F51B6.6C89E213@tdx.co.uk> Date: Sat, 30 May 1998 01:24:22 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: charlespeters@tecpro.com CC: hackers@FreeBSD.ORG Subject: Re: Apache configuration help (sample config files please)? References: <199805291904.PAA18373@ais.ais-gwd.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Charles A. Peters wrote: > Earlier I asked about apache configuration information. > > My problems are not so much with the Apache configuration, my > problems mainly relate to getting the httpd process statrted. I am > new to FreeBSD, and Unix, and I am confused as to some of the proper > settings in the config files (acces.conf, httpd.conf, and srm.conf). > I also am not sure about setting up acess groups and that sort of > thing. One thing that might help me would be a sample set of the > above mentioned files (commented of coarse). > > I have searched the Apache site and they have no sample config files, > or clear primers for novices. > > Thank you for your assistance and advise. This should be directed to the -questions list... ;-) Apache does ship with example config files... If you go to the directory where you built apache (either from source), or if from the ports collection (/usr/ports/www/apache) - and run: find . -name "httpd.conf*" -print It will show you where the 'example' config files are... Setting up access groups for web pages is covered on their web site, see: http://www.apache.org/docs/misc/FAQ.html#user-authentication Unless I'm missing your meaning of 'access-groups'? Regards, Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message