Steps to verify Apache module is enabled or not

kumkumsharma

Administrator
Staff member
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:

Code:
# httpd -M |grep rewrite
rewrite_module (shared)
You can also add additional modules according to your requirement. You can use yum command to install new modules or you can use WHM. You can follow below steps:
Login to WHM >> Software >> EasyApache
 
Top