From owner-freebsd-questions Fri Apr 5 20:58: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 10F0137B41E for ; Fri, 5 Apr 2002 20:58:00 -0800 (PST) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 65D6228E29; Fri, 5 Apr 2002 23:57:54 -0500 (EST) Date: Fri, 5 Apr 2002 23:57:54 -0500 (EST) From: Peter Leftwich X-X-Sender: To: Jeff Jeter Cc: FreeBSD Questions Subject: Re: 2 unrelated questions [need more info] In-Reply-To: Message-ID: <20020405234953.R68445-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 5 Apr 2002, Jeff Jeter wrote: > 1) I am setting up a server w/ apache and mod_php. when i instlaled mod_php i couldn't find mod_php4.so where is its default location. It wasn't in /usr/local/libexex/apache with the other mods. prompt# find / -name mod_php4.so -print or prompt# find / -name mod_php4.so -print > ~/findresults.out & But it may take a while to search every directory :) You could also use something similar to this: prompt# cd / ; ls -alRF | grep -i *.so > ~/findresults.out & > 2) I cannot access the net from my server. Neither via lynx or from a ports install (so i can't redownload mod_php). I can access other coms on my network. what do i do? Not enough information to help you out. Are you using DHCP? Do you have ifconfig or ipf (firewall) properly configured? Please post more information about what you mean by "you can connect to other computers on your network." Can you ping outside IP's? -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message