简体   繁体   中英

What concerns should I be aware of when hosting Wordpress/PHP on IIS 7.5 and Server 2008 R2?

I am considering moving a Wordpress install to a server running Server 2008 R2. It seems that Microsoft has done some to make running PHP more palatable, but I really haven't seen any recent data or real life test cases.

I recently setup a wordpress install on a 2008 r2 server... Everything works fine apart from email... Wordpress is set to send mail via sendmail/phpmail - so rather you need to make it so that wordpress sends via SMTP. Other than that - I had no problems at all :)

IIS doesn't have issues with threading per se. IIS uses an app pool to process requests. Make sure you install the NTS VC9 version of PHP and you are fine.

WordPress on IIS 7.5 works great btw. Easiest way to install it is here, http://web.ms/wordpress . You can either RDP into your server and install or install it to your local machine using WebMatrix, get it configured all locally then deploy it to your server using WebMatrix's publishing feature. This is especially easy if your hosting provider supports Microsoft's WebDeploy.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM