skyknight

Active Member
May 1, 2007
36
0
156
Hi...

Currently I'm using WHM 11.38.2 (build 6)
How can i know mod security version install in the server?

Thank you
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Hello :)

Yes, please see the thread referenced in the previous post. My response to that thread was:

Hello :)

The Mod_Security version is logged to the Apache error_log upon starting or restarting Apache. The specific version can be determined using the following command via root SSH access:

Code:
grep "modsecurity" /usr/local/apache/logs/error_log
You will see output such as:

Code:
[Tue Aug 13 22:37:04 2013] [notice] ModSecurity for Apache/2.7.5 (http://www.modsecurity.org/) configured.
Thank you.
Thank you.