phpinfo from the command line
Display information about your php install on the command line with the following:
Archive for the ‘Php’ Category.
Display information about your php install on the command line with the following:
Software installed and functioning by the end of this walk through :
First off grab a copy of FreeBSD 7.1 from http://www.freebsd.org/where.html
Once you have FreeBSD installed we can start.
Continue reading ‘How to setup a FAMP (FreeBSD, Apache, MySQL & PHP) server’ »
You’ll notice we’ve been covering the basics of MySQL and Apache, we will also be covering the basics of PHP. And why under the server section? Databases and scripting languages don’t necessary make a server, but they are integral to the most common stack you find on the web, which is called LAMP. (Linux-Apache-MySQL-PHP).
The first thing we want to do is make sure we have the latest stable apache and php installed.
And just to make sure apache is running: /etc/init.d/apache2 restart