thechad said:Just a quick question,
How come the default web server is Apache when IIS is available with Windows and IIS works with PHP anyway.
Not having a stab at anyone just wondering why this approach was taken?
I found that Apache consumed quite a lot of Ram on my system when believe it or not IIS seems to operate a little better. Also when queries were made on the databases in apache it makes MP live tv jump more so then when in use with IIS (not sure why this is the case).
Anyway thanks for what you guys are doing, looks great and very promising.
The short answer is that it is difficult to programatically config IIS.
The long answer: Apache can be configured via httpd.conf, while IIS doesn't have an equivalent. Without the ability to config the web server programatically, it is extremely difficult to automate the setup process.
Sam