Featured post

Learn Basics of Computer

What is Computer ? Computer is an electronic data processing machine which accepts input data from the user, stores the input data in its memory, processes the input data according to given instructions and finally gives us the desired output. What are Data ? Data are the raw facts and figures in the form of bits and bytes. What is information ? Information is processed data. Components of Computer Computer has two components. Such as: Hardware Software What is Hardware ? All the parts of computer that we can see and touch are known as hardware. Example - Keyboard, Mouse, Monitor, etc. What is Software ? A set of statements written in a programming language is known as a instruction. A set of instructions is known as a program. A set of programs is known as a software. Example - Microsoft Windows, Adobe Photoshop, Typing Master, etc. Classification of Computers Computers can be classified into three categories. Those are: According to type of dat...

What is EasyApache and how do I use it?

 What is EasyApache?
EasyApache is a powerful and simple-to-use tool built into WHM/cPanel that you can use to update and configure your Apache web server.



How do I get to EasyApache?
EasyApache can be accessed two different ways. The most common (user friendly) method is via your WHM Panel. While the less 'user friendly', however more efficient method is via command line (SSH).



Accessing EasyApache via WHM
Login to your WHM Panel via the 'root' user. ( https://<server ip>:2087 )
Type 'EasyApache' in the search box located in the top left of the navigation panel (or) navigate to the "Software" category and select "EasyApache (Apache Update)


This is the main view for EasyApache via WHM


Accessing EasyApache via Command Line
SSH into your server as root.
ssh root@<servers ip> -p 2200
Once connected to your server, run the following command:
/scripts/easyapache


When EasyApache launches successfully you should see something similar to the following screenshot:



How do I use EasyApache?
For the sake of this tutorial, considering EasyApache via WHM is the most common, all references will be made using EasyApache via this method.


EasyApache is very powerful and has tremendous capabilities, this article will describe/detail the most common uses. However, official detailed documentation is provided by cPanel in their 1)Official EasyApache Documentation.

Comments

Popular posts from this blog

CakePHP 3.10 Content Management Tutorial

How to Install Croogo CMS on Ubuntu 18.04 LTS

How to Build a Dedicated Web Server : 4 Steps