e Learning

Web Hosting

How to Install PHP on CentOS 7

We Have Already talk about How to Configure CentOS Linux As a Web Server Using Apache HTTPD Server. Now we have come to the next step, That is to Learn How to Install PHP on CentOS 7. This Essential if you are planning to run your own web server since Most Popular Content Management Systems have been written using PHP Language. PHP Has been the most Popular Scripting Language Because it Works with several commercial and non commercial Databases Management Systems and Allows to Create Dynamic Web Pages Easily.

How to Restart Apache on CentOS 7

Two Commands can be used to Restart Apache HTTPD Server on CentOS 7, Those Two Commands are systemctl and apachectl. You Can use either of the Two commands In Linux CLI. apache2ctl is a front end to the Apache HyperText Transfer Protocol (HTTP) server. It is designed to help the administrator control the functioning of the Apache apache2 daemon.

What is Shared Web Hosting

Shared Hosting Means Running More than one Website on a Single Machine, With each Website has its own Domain Name. If the Server Running more than one Website then it is called as a Shared Web Server. Today All the Web Servers Support Running Multiple website on a Single Machine. This generally is Done by using the Concept Called Virtual Host.

How to Update Whois Record in Dreamhost Panel

This Article Will Guide you through How To Update Whois Record Information of your Domain Which you Have Registered with the DreamHost.

How to Install Apache on CentOS 7

In this Tutorial I will guide you through the installation of Apache HTTPD Server on Newly released Centos7 Operating System. In Addition we will also configure the CentOS firewall to allow HTTP request. Then we will do the PHP, MySQL and phpMyAdmin Installation too. At the end of this tutorial you will learn how to setup Complete CentOS LAMP Stack.

How to do an Apache Graceful Restart in CentOS 7

Apache Graceful Restart means, reloading the Apache Configuration(httpd.conf) without restarting the Web Server. When we do the Graceful Restart it only reloading the Configuration file and do not restart the Apache Web Server. So the currently open connections will not be aborted. So you can make the changes to the httpd.conf file and reload the changes without closing existing connection.

Solution for Xampp Error Apache Shutdown Unexpectedly

Are you getting following xampp error message “Apache shutdown unexpectedly” when try to start Apache server using xampp control panel ? This Because some other programme is using port 80 which is also need by Apache web server to run