PHP on IIS or Apache ( advantages and disadvantages)
What are the advantages and disadvantages of running php on IIS?
or
What are the adv开发者_C百科antages and disadvantages of running php on Apache?
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:
- http://blogs.iis.net/bills/archive/2007/05/07/iis-vs-apache.aspx
- http://www.apache-php-mysql.com/apache/apache-vs-iss.php
- http://www.serverwatch.com/tutorials/article.php/3074841/IIS-vs-Apache-Looking-Beyond-the-Rhetoric.htm
- http://www.diffen.com/difference/Apache_vs_IIS
- http://www.webhostingfan.com/2009/07/apache-vs-iis-web-server/
- http://www.search-this.com/2007/06/27/microsoft-iis-vs-apache-who-serves-more/
- Some images to help summarize there net presence
- http://i.stack.imgur.com/qGSa8.gif
- http://i.stack.imgur.com/OmxKh.gif
- Some Slides:
- http://www.slideshare.net/itsec/apache-vs-iis-myths
this should be enough information to get you started.
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 better, many php application need to use apache mod. for example: url_rewrite
精彩评论