easyapache

  1. K

    Steps to verify Apache module is enabled or not

    Cpanel provides various modules for Apache when Server node profile is enabled. You can check if module is installed or not on server then you can check this example: You can check if mod_rewrite is enabled or not on server and for that you can run below command: # httpd -M |grep rewrite...
  2. K

    A Complete Guide to Saving a Custom EasyApache 4 Profile

    EasyApache (EA) is an excellent in-built tool provided in WHM/cPanel that you can use to configure your Apache web server. You can access it either via SSH or WHM. EA4 has a few default configurations, but you can make changes to it. The configurations are known as Profiles. As you make changes...
  3. K

    Steps to check the version of EasyApache of server

    Let's see how to check EasyApache version. Login to sever via SSH. After that run below command. /usr/local/cpanel/scripts/easyapache –version If you are using the EA4 then you will see output in which you can see the EasyApache version. In both the EA version there is a difference that If...
Top