From owner-freebsd-questions@FreeBSD.ORG Fri Mar 18 22:06:58 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9337216A4CE for ; Fri, 18 Mar 2005 22:06:58 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EFD343D53 for ; Fri, 18 Mar 2005 22:06:58 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by rproxy.gmail.com with SMTP id r35so286233rna for ; Fri, 18 Mar 2005 14:06:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Iqldl2n5GPrut+BN1knxEccZcgxQATLtCMFWQ8UpCN2lJsmki+vaOJOBNrQ1auLUIp1M8x30bi26VeFsUtaU/scs4y3mM3GsqMFe8/n0xji+Wd88cO81fbpEnIn+GamnCw6FM4gPb9YhpBOfHhib3KMQlGbmHkrHaXlEfhAZu0s= Received: by 10.38.90.20 with SMTP id n20mr2867299rnb; Fri, 18 Mar 2005 14:06:57 -0800 (PST) Received: by 10.38.22.7 with HTTP; Fri, 18 Mar 2005 14:06:57 -0800 (PST) Message-ID: Date: Fri, 18 Mar 2005 17:06:57 -0500 From: Danny To: FreeBSD-questions In-Reply-To: <13309107.1111178166833.JavaMail.pgiessel@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <13309107.1111178166833.JavaMail.pgiessel@mac.com> Subject: Re: Apache from the ports - default httpd.conf deleted (Solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Danny List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 22:06:58 -0000 On Fri, 18 Mar 2005 11:36:06 -0900, Peter Giessel wrote: > On Friday, March 18, 2005, at 11:18AM, Danny wrote: > > >Could someone please help by supplying their httpd.conf for 1.3.33 or > >direct me to a place to download a full default httpd.conf? > > if you just cd /usr/ports/www/apache13 > then "make" (not "make install"), you can find the default httpd.conf in > ./work/apache_1.3.33/conf/ Thank you - that worked. ...D