-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Milestone
Description
ModSecurity prints the version of used dependencies while it is starting. It is not printing the YAJL information. It is a good idea to have this message, may help us to sort problems more easily.
Other libraries while starting:
[...] ModSecurity for Apache/2.8.0 (http://www.modsecurity.org/) configured.
[...] ModSecurity: APR compiled version="1.4.8"; loaded version="1.4.8"
[...] ModSecurity: PCRE compiled version="8.31 "; loaded version="8.31 2012-07-06"
[...] ModSecurity: LUA compiled version="Lua 5.1"
[...] ModSecurity: LIBXML compiled version="2.9.1"
We need to have something like:
[...] ModSecurity: YAJL compiled version="2.0.1"
Original suggestion made by: Steffen from apachelounge.com