I want to get some information each connection to my server (count connection from an ip, get full URI)
I thought using code to read header and use database to save information about ip connecting. But we don't know when a connection finish. I tried a PHP loop query to database, it can work independently, but can't work with PHP CURL. And if it have about 100 connecting, what happen?
I tried get that information from Server Status on Apache but it limit 150 line, I just can get information from 1 -> 150 and no more, also it just display about 50 character with URI.
I need to know how many connection is ip opening to download a file?
Does Linux have command to get full? How do I get all of them or extend Apache Server Status page display?
Sorry my english not good Thanks!