Your Place for Linux/Windows Tutorials
Apache
How to install and configure Apache, MySQL, PHP and adding a website(CentOS)
Aug 18th
How to install and configure Apache, PHP, MySQL and adding a website(CentOS)
This article explains how to install one of the most versatile, well known web server applications, after installation, we will teach you how to setup your website!
Login to your server as a user with root privilages (i.e. Sudo).
1.) Installing More >
Install Apache and Add a Website in CentOS
Aug 18th
This article explains how to install one of the most versatile, compatable and popular web server applications, after installation, we will teach you how to setup your website!
Login to your server with a user who has root privilages or can sudo into root.
1.) Installing Apache
Run the following command:
yum install httpd More >