Date: Fri, 14 May 2004 12:05:49 -0700 From: "Derrick Ryalls" <freebsd@fbsdsolutions.com> To: "'Bruce Hunter'" <bhunter@solisix.com>, freebsd-questions@freebsd.org Subject: RE: Apache 2 / PHP Installation Message-ID: <20040514190622.542FD43D41@mx1.FreeBSD.org> In-Reply-To: <40A51751.9070807@solisix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Hi all, > I installed Apache 2 from the ports collection. Does apache2 > come with php support? Probably not, but not sure. I want to > install php on the system. I'm not sure what port I need to > install?? All the pre recks.. > are for 1.* versions of Apache. What's the deal? > I recommend lang/php4 When you install it should come up with a menu allowing you to choose your options (GD support, CLI, etc). After it is done, it will tell you what to add to your httpd.conf file to get .php files working (apache restart required). To test, make a file like: <?php phpinfo() ?> And call it test.php or something, then browse to it. If you see that text, php isn't yet loaded.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040514190622.542FD43D41>
