From owner-freebsd-questions Sat Jan 3 05:40:45 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA11459 for questions-outgoing; Sat, 3 Jan 1998 05:40:45 -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 FAA11454 for ; Sat, 3 Jan 1998 05:40:43 -0800 (PST) (envelope-from grobin@accessv.com) Received: from accessv.com (port044-86.accessv.com [209.50.86.44]) by emerald.accessv.com (8.8.5/8.8.5) with ESMTP id IAA03449; Sat, 3 Jan 1998 08:39:10 -0500 Message-ID: <34AE3FA0.FD6C9A5E@accessv.com> Date: Sat, 03 Jan 1998 08:39:44 -0500 From: Geoffrey Robinson Reply-To: grobin@accessv.com X-Mailer: Mozilla 4.03 [en] (Win95; U) MIME-Version: 1.0 To: Rudy Gireyev CC: questions@freebsd.org Subject: Re: Can't Access Apache Manual Files References: <19980103082605.5208.rocketmail@send1a.yahoomail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Rudy Gireyev wrote: > > ---Geoffrey Robinson wrote: > > > > Rudy Gireyev wrote: > > > > > > ---Geoffrey Robinson wrote: > > > > > > > > I added the path /usr/apache/man to MANPATH in my .login file > but man > > > > > > Make sure it made it into the path when you are running it. > > > > How? > > echo $MANPATH :-) Okay, it's in the path. Actually I think the problem may be that the Apache manual files just aren't there. In /usr/apache/man I get the listing cat1 cat9 man4 cat2 catl man5 cat3 catn man6 cat4 de_DE.ISO_8859-1 man7 cat5 ja_JP.EUC man8 cat6 man1 man9 cat7 man2 manl cat8 man3 mann This is the same listing I get in /usr/local/man but when I do #ls -Rl /usr/apache/man >list and look at list in vi I discover that there are no files in the /usr/apache/man tree, only a bunch of empty directories and subdirectories. I looked in the apache build directories for the help files but I couldn't find anything. Do you know where I can get them and where to copy them to? Is it possible that they where accidentally left out of the apache-current port? - Geoff