11 Commits

Author SHA1 Message Date
Felipe Zimmerle
0c6a661c69 First version of the status engine implementation
The Status Engine allow the measurements of how many ModSecurity
instances are running around the world, as long as information
on how many times it had been restarted and so on. Everytime that
the server is started it perform a DNS query that is redirected
to our servers, that query constains information about the
ModSecurity version and it dependencies versions. It also sends a
unique indetification generate locally for the server, avoiding
counting the same server twice while generating the statistics.
This id is a sha-1 hash of the machine name + mac address of the
first network adapter. In this commit it is enabled by default,
in the release will be a configuration option to disable this
functionality. It also important to cite that the information
gather by this query will be also available in ModSecurity website
public open via a JSON stateless API. There will be an fancy
heatmap as well.
2014-03-31 07:14:55 -07:00
Felipe Zimmerle
1cde4d2dd9 Organizes all Makefile.am
Now using one file per line (sorted). This is the better way
to handle it, since it reduces the possibility of merge conflicts.
2013-12-13 09:44:51 -08:00
Breno Silva
b362ab0d98 Fix standalone makefile.am 2013-06-12 07:41:58 -07:00
Nick Galbreath
69b1095947 fix makefiles 2013-06-04 11:12:45 +09:00
Breno Silva
417d7daf20 Added Libjection 2013-04-18 22:51:07 -04:00
Breno Silva
d8262fc6cf Fixed: standalone Makefile.am 2013-04-04 11:02:18 -04:00
chaizhenhua
088c660d58 Improved build script 2013-03-31 15:24:45 +08:00
chaizhenhua
a87b06f9f0 Nginx: Fixed config file 2013-03-28 10:11:28 +08:00
Breno Silva
2fcc08952b Nginx: fix makefile 2013-03-23 12:33:44 -04:00
Breno Silva
f9b113b869 Nginx: fixed compiling with lua 2013-01-30 20:56:54 -04:00
gregwroblewski
2dbe4ab4f0 Second part of IIS/nginx merge into M2 trunk. 2012-08-20 20:31:06 +00:00