IIS 或 Apache 上的 PHP(优点和缺点)

发布于 2024-10-30 17:11:52 字数 77 浏览 1 评论 0原文

在 IIS 上运行 php 有哪些优点和缺点?

或者

在 Apache 上运行 php 的优点和缺点是什么?

What are the advantages and disadvantages of running php on IIS?

or

What are the advantages and disadvantages of running php on Apache?

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

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

发布评论

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

评论(4

动听の歌 2024-11-06 17:11:52

我知道通过 php 将文件上传到 Windows 服务器时会出现问题。
当临时目录设置不正确时,上传的文件的权限也会错误。

http://au.php.net/manual/en/function .move-uploaded-file.php 在评论中的某处。

I know about problems when uploading files via php to a windows server.
When the temp directory is not properly set, the permission of the uploaded files will be wrong too.

http://au.php.net/manual/en/function.move-uploaded-file.php somewhere in the comments.

妳是的陽光 2024-11-06 17:11:52

Apache比较好,很多php应用需要使用apache mod。
例如: url_rewrite

Apache better, many php application need to use apache mod.
for example: url_rewrite

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