IIS 或 Apache 上的 PHP(优点和缺点)
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
可能重复: apache-vs-iis-php-performance-comparison
possible duplication of: apache-vs-iis-php-performance-comparison
互联网上有很多资源可以帮助您总结比较:
这应该足以帮助您入门。
There's so many resources available on the internet to help you sum up the comparison:
this should be enough information to get you started.
我知道通过 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.
Apache比较好,很多php应用需要使用apache mod。
例如: url_rewrite
Apache better, many php application need to use apache mod.
for example: url_rewrite