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:
	
	
	
		
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
								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)Login to WHM >> Software >> EasyApache
