php的安装方式
我经常看到这样的“php 安装在 suPHP
中,php 安装在 fastcgi
中。 我怎么知道我的 php 是以哪种方式安装的。谢谢
i am often see this "the php is installed in suPHP
, that php is installed in fastcgi
.
how do i know which way of my php is installed.thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 php_sapi_name 检测正在使用的服务器 API。
suPHP 与服务器 API 不同。这是一项安全功能,使 php 能够在与网络服务器不同的用户帐户下运行。
You can detect the server API in use with php_sapi_name.
suPHP is different from the server API. It is a security feature which enables php to run under a different user account from the webserver.