How to get a list of programs that have connected to the Apache socket?
Posted
by candoyo
on Stack Overflow
See other posts from Stack Overflow
or by candoyo
Published on 2010-05-23T18:21:51Z
Indexed on
2010/05/23
18:31 UTC
Read the original article
Hit count: 200
I have a LAMP server running. External services connect to this server (services running on iPhone). I want, from a php script, to get a list of all the services that have connected to the Apache server... How do I do it? Should I use fsockopen?
Any help would be greatly appreciated.
© Stack Overflow or respective owner