Saturday, August 31, 2013

// // Leave a Comment

How to Set Up Apache Virtual Hosts on CentOS 6

About Virtual Hosts Virtual Hosts are used to run more than one domain off of a single IP address. This is especially useful to people who need to run several sites off of one virtual private server. The sites display different information to the visitors, depending on with which the users accessed the site.There is no limit to the number of virtual hosts that can be added to a VPS. Set Up The steps in this tutorial require the user to have root privileges.Furthermore, if I reference the user in a step, I’ll use the name...
Read More
// // Leave a Comment

How to Install Linux, Apache, MySQL, PHP (LAMP) stack on CentOS 6

About LAMP LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the server is already running CentOS, the linux part is taken care of. Here is how to install the rest.  Set Up The steps in this tutorial require the user on the virtual private server to have root privileges.  Step One—Install Apache Apache is a free open source software which runs over 50% of the world’s web servers. To install apache, open terminal...
Read More
// // Leave a Comment

[CPanel] How to install ffmpeg mplayer and mencoder on CentOS6 (FFMpeg 0.7.11)

Hello Guys,Installation of FFMPEG is treated as the toughest installations as it has many dependencies. Check with the below steps for easy installation.1. Enable 9xhost and EPEL yum repositories    The CentOS 6 RPM packages of ffmpeg, mplayer and MP4Box packages are available on 9xhost.net. These RPM packages are copied from ATrpms and RPM Fusion YUM repositories for a simplified installation.    Some packages on 9xhost YUM repo depend on EPEL repo. To enable EPEL repo, install the epel-release RPM package ...
Read More