Hi All, As this is not my project, I'm just going to post my changes here.. I updated.. the clamav.c file to work with php7. I'm not a "c" programmer but I only found a few things that needed to be changed. In short use at your own risk... and if someone smarter then me, can review this then please do. Simply down load the source swap out the c file (run diff on it so you can see what I changed).. and phpize it as before, seems to work fine for me.
I'm looking for any kind of suggestions or even other software that might handle this load. We have been using awstats for years but recently our site has grown, we are now running 14 servers all load balanced with just short of 6000 concurrent users. The logmerge and awstats scripts are now taking over 24 hours to process I've tried using the "multithreading" option and it actually doubled the amount of time it took. Right now I'm importing all the logs into mysql then dumping them out in order...
I'm looking for any kind of suggestions or even other software that might handle this load. We have been using awstats for years but recently our site has grown, we are not running 14 servers all load balanced with just short of 6000 concurrent users. The logmerge and awstats scripts are now taking over 24 hours to process I've tried using the "multithreading" option and it actually doubled the amount of time it took. Right now I'm importing all the logs into mysql then dumping them out in order...