Web Hosting Talk







View Full Version : What web server for Windows Server 2008?


RS Shamil
09-04-2010, 09:58 AM
I've got a Windows Server 2008 set up, and I'd like to use it for Web Hosting. What I need to decide now, is which web server to use, or the inbuilt, IIS.

I used to use IIS with WinCache, but there is a certain lag on initial load of scripts.

The scripts will be mainly PHP, with MySQL db access, so those "modules" are a must. Caching modules are a plus.

What do you suggest?

kpmedia
09-04-2010, 10:10 AM
IIS7 is very nice. I'm still impressed how well MS did with it, even two years later.
What you knew about (and hated about) IIS6 doesn't really apply anymore.

PremiumHost
09-05-2010, 09:59 PM
I agree. IIS 7 is the only choice for Windows 2008.
There's no point of running Apache or some other web server on Windows 2008 server.

Softsys Hosting
09-05-2010, 11:27 PM
I'd second IIS setup on Windows 2008 as it has been fantastic. You will need to ensure that you are using PHP w/ FastCGI and it provides excellent performance of PHP applications.

TheMessenger
09-07-2010, 07:00 AM
IIS 7.5 is the way to go.

boonchuan
09-07-2010, 07:38 AM
The choice is IIS, if you do not need IIS, no point installing Windows 2008, Linux Apache may do a better job.

doniking
09-07-2010, 12:29 PM
I suggest to use IIS + PHP (running as fast-cgi) + wincache.
It's arguably faster than linux + apache + php + eaccelerator.

AI-Wayne
09-08-2010, 07:55 PM
Another big vote for IIS7, PHP and WinCache.

Install it using the Web Platform Installer: http://www.microsoft.com/web/downloads/platform.aspx

Literally takes just a couple clicks then less than a minute or two and you're done. You may only need minor tweaks to php.ini for your specific needs.