Webserver install on CentOS Part 1
This is a three part series on installing Apache webserver, MySQL database, PHP, and a WordPress Blog on CentOS Linux.
by Tim Hawes
linux web server
This is a three part series on installing Apache webserver, MySQL database, PHP, and a WordPress Blog on CentOS Linux.
by Tim Hawes
linux web server
Comments are closed.
Great video tutorial. Thanks very much for sharing.
Warning: Group MySQL Database does not exist.
great videos! I really learned a lot!
@mywiseguys I know this video is labled as part 1, but is actually a sequel to a longer series of installing CentOS. If you go to my website, you'll see all the videos listed in order.
I cover installing screen in my previous videos, and groupinstall "Web Server" does install apache. If it didn't for you, then check to make sure it did not error out trying to connect to the CentOS respository.
Great,
So I got MySQL, PHP, and Apache installed, created the virtual directory and everything, but I'm still being forwarded to the Apache default page even after created a virtual server in Webmin. What am I doing wrong?
@XTREEMMAK Try executing the commands as two seperate steps
First the web server package group:
yum -y groupinstall "Web Server"
and then MySQL:
yum -y groupinstall "MySQL Database"
Webserver and mod_perl packages should be installed with the "Web Server" group.
Question,
I'm getting these errors when trying to install MySQL at the beginning of the video:
Error: Missing Dependency: webserver is needed by package webalizer-2.01_10-30.1.x86_64 (base)
Error: Missing Dependency: ht tpd-mmn = 20051115 is needed by package mod_perl-2.0.4-6.el5.x86_64 (base)
Any idea?