Go to WHM > EasyApache (Apache Update) and follow the steps to Step 6 Exhaustive Options list. Ensure the following are checked:
Code:
Deflate
Env
Expires
Headers
MemCache
Mime Magic
xCache
Rewrite isn't selectable as it is default installed. The env and setenvif are the same as far as I'm aware and there is no mod_mine so I imagine you meant mod_mime, which again is default installed.
After selecting the above, please select to compile Apache. These will then show up on checks in root SSH (not the phpinfo page as they are Apache modules rather than PHP ones):
Code:
httpd -M | grep -i modulename
Please replace modulename with env, rewrite, etc without the mod_ portion at the beginning of it. Here is an example on my machine:
Code:
root@host [/home/cpfoo4]# httpd -M | grep -i rewrite
Syntax OK
rewrite_module (static)