Installing Apache, PHP, and MySQL on Fedora Core
Saturday, June 27th, 2009 385 viewsThis will install the basic components for a dynmaic, database-driven web site. We use yum to handle dependencies and gather all of the required packages. 1. Install Apache (httpd), PHP, MySQL (server and client), and the component that allows php to talk to mysql. yum -y install httpd php mysql mysql-server php-mysql 2. Configure the [...]

