如何在一台服务器上使用 2 个 php 处理程序?
我是 apache、linux 上的 PHP 新手。我有一个 PHP 处理程序设置为“CGI”的服务器,我的意思是在 phpinfo 页面中显示“SERVER API”。
现在我必须在服务器上安装新脚本,并且如果我没记错的话,该脚本需要 PHP 处理程序作为“APACHE 2 HANDLER”,即 DSO。
服务器上已经运行了脚本/实时站点。我担心如果我将服务器 PHP 处理程序从 CGI 更改为 APACHE 2 HANDLER 后,我之前安装的网站会因权限问题或其他错误而产生不良影响。
我想知道是否可以在单个服务器上使用“CGI”和“APACHE 2 HANDLER”? 如果是,那么如何?
感谢您抽出宝贵时间,祝您有美好的一天
I am new to apache, PHP on linux. I have a server with PHP handler set as "CGI" I mean in phpinfo page where it says "SERVER API".
Now I have to install new script on server and the script requires PHP handler as "APACHE 2 HANDLER" i.e. DSO if i am not wrong.
There are scripts/live sites already running on the server. I am worried as what if after I change my server PHP handler from CGI to APACHE 2 HANDLER, my previously installed sites will have any bad effect in the matter of permissions issue or some other errors.
I would like to know whether is this possible to use "CGI" and "APACHE 2 HANDLER" on single server ?
if yes then how to ?
thanks for your time, have a great day ahead
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论