From owner-freebsd-questions@FreeBSD.ORG Fri Mar 18 20:36:20 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 48ED016A4CE for ; Fri, 18 Mar 2005 20:36:20 +0000 (GMT) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6FDD343D58 for ; Fri, 18 Mar 2005 20:36:19 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 15606 invoked from network); 18 Mar 2005 20:36:18 -0000 Received: from unknown (HELO ale.varnet.bsd) (unknown) by unknown with SMTP; 18 Mar 2005 20:36:18 -0000 X-pair-Authenticated: 200.115.214.28 Date: Fri, 18 Mar 2005 17:37:03 -0300 From: Alejandro Pulver To: Danny Message-ID: <20050318173703.1e2410c5@ale.varnet.bsd> In-Reply-To: References: X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: FreeBSD-questions Subject: Re: Apache from the ports - default httpd.conf deleted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 20:36:20 -0000 On Fri, 18 Mar 2005 15:17:49 -0500 Danny wrote: > FreeBSD 4.7R (yah I know I need to update this) > > apache+mod_ssl-1.3.33+2.8.22 The Apache 1.3 webserver with SSL/TLS > functionality > > I accidentally deleted the default ("out of the box") httpd.conf for > my Apache install. > > 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? > > Thank you, > > ...D Hello, I did a 'pkg_info -L "apache*"' and I noticed the following file: /usr/local/etc/apache/httpd.conf-dist If it is not there you can read that file from the downloadable package or port. Best Regards, Ale