From owner-freebsd-hackers Tue Mar 26 13:14:11 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from epsb.ca (relay.epsb.ca [198.161.119.27]) by hub.freebsd.org (Postfix) with ESMTP id 0A49737B400 for ; Tue, 26 Mar 2002 13:14:07 -0800 (PST) Received: from exchange05.epsb.edmonton.ab.ca ([10.0.5.14]) by epsb.ca (8.11.3/8.11.3) with ESMTP id g2QLDte53716; Tue, 26 Mar 2002 14:13:55 -0700 (MST) (envelope-from Sean.Page@epsb.ca) Received: by exchange05.epsb.edmonton.ab.ca with Internet Mail Service (5.5.2653.19) id ; Tue, 26 Mar 2002 14:12:32 -0700 Message-ID: From: Sean Page To: "'Mike Carr'" Cc: "'freebsd-hackers@FreeBSD.ORG'" Subject: RE: apache13-ssl wiped out my Web pages Date: Tue, 26 Mar 2002 14:12:31 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try looking in /usr/local/share/doc/apache for your web tree /usr/local/www/data used to be linked to this directory, it seems that now it is not. Chances are all your stuff is there, all you have to do is either move it to the newly created data directory or re-create the link to point to it's current location. Sean. Sean Page Network Analyst Information Technology Services Edmonton Public Schools -----Original Message----- From: Mike Carr [mailto:mcarr@san.rr.com] Sent: Saturday, March 23, 2002 12:29 AM To: freebsd-hackers@FreeBSD.ORG Subject: apache13-ssl wiped out my Web pages I Have recently installed the Horde port to my machine. I did not have Apache+mod_ssl, PHP, or MySql installed on my system, just Apache serving up my companies files. The installation went fine up to the point when I went to check the installation and found that the Apahe13-ssl port had wiped out my web directories. This definitely needs to change! Here are some ideas 1) Show a warning prior to installing Apache, that the installation will wipe out the users current web pages 2) Make a backup of the files prior to wiping them out 3) leave all the data in data.default directory alone apache13-ssl/ pkg-plist This is the problem area @exec [ -d %D/www/data/ ] || ln -fs %B %D/www/data Line 131 -rw-r--r-- 1 root wheel 22804 Dec 2 15:17 pkg-plist # New ports collection makefile for: Apache + mod_ssl # Date created: Sat Aug 22 12:00:00 CDT 1998 # Whom: rse@engelschall.com # # $FreeBSD: ports/www/apache13-modssl/Makefile,v 1.94 2002/01/22 22:29:24 sf Exp $ # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message