Date: Mon, 11 Nov 2002 13:26:26 +1030 From: Tim Peters <tim@lost.net.au> To: Bryan Cassidy <bryanc2000@insightbb.com> Cc: freebsd-questions@freebsd.org Subject: Re: Apache Help Message-ID: <20021111025626.GA9311@adelaide.edu.au> In-Reply-To: <20021110162700.49af050f.bryanc2000@insightbb.com> References: <20021110162700.49af050f.bryanc2000@insightbb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 10, 2002 at 04:27:00PM -0600, Bryan Cassidy wrote: > Ok here is the deal. I've been "trying" to get apache to work on my > FreeBSD 4.6.2 box. Here is what I was told I should do to install > apache/php http://lith.hn.org/apache.php I know it install this way > but want to make sure it is the "correct" way to install apache/php on > freebsd. There's nothing wrong with the instructions on the page you refer to. A more freebsd-ish solution might be to use the ports: # cd /usr/ports/www/mod_php4; make install; apachectl start The only major difference being that ports will make PHP a loadable module instead of compiling it directly into the apache binary. Then just make sure your domain name points to the right machine. It should Just Work(tm). If not, tell us where it goes wrong (be specific). If your problems are with dyndns.org, I can't help you. HTH, -tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021111025626.GA9311>