如何获取已连接到 Apache 套接字的程序列表?

发布于 2024-09-02 19:56:26 字数 138 浏览 3 评论 0原文

我有一个正在运行的 LAMP 服务器。外部服务连接到此服务器(在 iPhone 上运行的服务)。 我想从 php 脚本获取已连接到 Apache 服务器的所有服务的列表...我该怎么做?我应该使用 fsockopen 吗?

任何帮助将不胜感激。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

或十年 2024-09-09 19:56:26
<? 
phpinfo(); 
?>

...否则尝试 SSH 中的“TOP”程序。 (不知道如何通过 PHP 使用它... 也许??)

<? 
phpinfo(); 
?>

... otherwise try the "TOP" program from SSH. (not sure how to use that through PHP... <? 'top' ?> maybe??)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文