Date: Fri, 26 Oct 2007 22:47:45 -0500 From: "Paul A. Procacci" <pprocacci@bellsouth.net> To: Tipper <tip@fixer.com> Cc: questions@freebsd.org Subject: Re: phpinfo(); not working Message-ID: <4722B4E1.2040206@bellsouth.net> In-Reply-To: <47228A94.4060409@fixer.com> References: <47228A94.4060409@fixer.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Tipper wrote: > I have FreeBSD-6.2 and I'm having trouble setting up apache, mysql and > php for my business. I can't get phpinfo(); to display. If I run php > -i, I get several pages of information which means php is working. This only means you have the php binary installed, and that's it. It's unrelated to the apache module. cd into /usr/ports/lang/php4 or /usr/ports/lang/php5 Do a 'make config'. Ensure that the WITH_APACHE item is checked. make / make install etc....restart apache....done.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4722B4E1.2040206>