RHEL4 Apache-PHP-MySQL Server
After the default Minimal installation of Redhat Enterprise Linux 4, here are the packages I need to install to have a Apache-PHP-MySQL services running.
- Database Server
# yum install mysql-server - Apache HTTP Server
# yum install httpd - PHP for Apache HTTP Server
# yum install php - MySQL for Apache HTTP Server
# yum install php-mysql
- Add new comment
- 5249 reads
Comments
Thanks for how to install.
Thanks for how to install.