From owner-freebsd-questions Tue Aug 22 19:18: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id B7FE537B423 for ; Tue, 22 Aug 2000 19:18:02 -0700 (PDT) Received: from morgaine.udel.edu (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.9.3/8.9.3) with ESMTP id WAA55168; Tue, 22 Aug 2000 22:20:22 -0400 (EDT) (envelope-from papalia@udel.edu) Message-Id: <4.3.1.2.20000822221301.00ac4840@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Tue, 22 Aug 2000 22:15:22 -0400 To: Charlie & , freebsd-questions@FreeBSD.ORG From: John Subject: Re: Apache In-Reply-To: <00082222185500.00493@Bigblue.cangen.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I totally screwed up apache and I need to re-install it, but it does not want >tio re-install from /usr/ports/www/apache13 . iI type make install and it just >returns back to the shell. Please tell me how in uninstall it so I can >re-install it from the port dir. Try (as root): pkg_delete apache13 cd /usr/ports/www/apache13 make depend && make && make install && make clean That should do it? You also might want to make sure you have a backup copy of your /usr/local/etc/apache/apache.conf beforehand just to be safe :) hope that helps, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message