Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

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!

share|improve this question

closed as not a real question by womble, Michael Hampton, EEAA, Scott Pack, Iain Aug 23 '12 at 8:10

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.