From owner-freebsd-questions@FreeBSD.ORG Tue Sep 28 11:09:56 2004 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 BD15816A4CE for ; Tue, 28 Sep 2004 11:09:56 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C837A43D2D for ; Tue, 28 Sep 2004 11:09:55 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.12.10) with ESMTP id i8SBA3J1072758; Tue, 28 Sep 2004 13:10:03 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id i8SBA3I3072757; Tue, 28 Sep 2004 13:10:03 +0200 (CEST) (envelope-from mail25@bzerk.org) X-Authentication-Warning: ei.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Tue, 28 Sep 2004 13:10:03 +0200 From: Ruben de Groot To: Dan Rue Message-ID: <20040928111003.GA72673@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Dan Rue , freebsd-questions@freebsd.org References: <20040927223917.GB62325@therub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040927223917.GB62325@therub.org> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, hits=0.9 required=5.0 tests=FROM_ENDS_IN_NUMS autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on ei.bzerk.org cc: freebsd-questions@freebsd.org Subject: Re: Apache upgrads thrashing certs; index.html.* crud 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: Tue, 28 Sep 2004 11:09:56 -0000 On Mon, Sep 27, 2004 at 05:39:18PM -0500, Dan Rue typed: > Hey Fellas, > > Whenever I do an apache upgrade - whether it be apache 1.3 or apache 2, > it always spews all these index.html.language files in my web root that > I have to go in and remove - but more annoyingly it overwrites my certs > in /usr/local/etc/apache[2]/ssl.*. What gives? To avoid this I allways put the DocumentRoot of a webserver in a non-default location, e.g. under /home/www. Same goes for the certificates: SSLCertificateFile /usr/local/ssl/certs/apache.crt SSLCertificateKeyFile /usr/local/ssl/private/apache.key cheers, Ruben > There a command line option I should be usign to prevent such madness? > > Dan > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"