From owner-freebsd-questions Fri Jan 2 04:18:28 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA28799 for questions-outgoing; Fri, 2 Jan 1998 04:18:28 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from emerald.accessv.com (emerald.accessv.com [206.221.248.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA28789 for ; Fri, 2 Jan 1998 04:18:22 -0800 (PST) (envelope-from grobin@accessv.com) Received: from accessv.com (port020-86.accessv.com [209.50.86.20]) by emerald.accessv.com (8.8.5/8.8.5) with ESMTP id HAA29339; Fri, 2 Jan 1998 07:16:37 -0500 Message-ID: <34ACDAD4.866C8A6E@accessv.com> Date: Fri, 02 Jan 1998 07:17:24 -0500 From: Geoffrey Robinson Reply-To: grobin@accessv.com X-Mailer: Mozilla 4.03 [en] (Win95; U) MIME-Version: 1.0 To: Studded CC: questions@freebsd.org Subject: Re: Can't Access Apache Manual Files References: <19980101025059.4288.rocketmail@send1a.yahoomail.com> <34ABDB90.A2BDC76C@accessv.com> <34AC043C.A270AD3E@dal.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Studded wrote: > > Geoffrey Robinson wrote: > > > > I added the path /usr/apache/man to MANPATH in my .login file but man > > still doesn't have any apache data. I also tried man while my current > > directory was /usr/apache/man but it didn't work either. I'm afraid I > > know very little about how the man system works. > > With all due respect, you were already offered the solution that will > save you the most grief, namely "use the port." You should back up any > configuration files that you have already worked on, delete every trace > of the apache that you installed and install it again from the ports > collection. > > One excellent example of why the ports collection is a good idea is > that a patch for a recently uncovered security flaw in apache was > applied the same day it was made available. You have a whole team of > people looking out for you that are trying to make your life easier, > take advantage of that. :) > It is the apache-current port but I made it with the variable PREFIX=/etc/apache. I did this after removing a previous install of apache-current from /usr/local for organization and to isolate other program files so I know what belongs to Apache. I'm not sure but I think the Apache man files where not accessible when Apache 1.3a1 was installed in /usr/local either. Before that I had Apache 1.2.4 installed in /usr/local but I never used man to find anything for it so I don't know if it worked originally. I each case I used pkg_delete to uninstall the port but I recall having to manually remove Apache 1.3a1 form /use/local anyway. Maybe I left something behind. -Geoff