Posted by chicagomom on August 17, 2009 at 1:16pm
Anyone out there successfully done a multi-site setup on IIS? How did you do it? I'm looking to flesh out the documentation - so far all I can find is this discussion in the forums...
Anyone out there successfully done a multi-site setup on IIS? How did you do it? I'm looking to flesh out the documentation - so far all I can find is this discussion in the forums...
Comments
per-site php config on IIS
Interesting articles on per-site php config here (IIS6) and here (IIS7, using the applicationHost.config file). In addition to providing separate fastcgi process pools, this is helpful for things like running PhPMyadmin and Drupal o the same machine, since they want different session.save_handler settings.
He's also got a nice overview of how to do this on IIS7 with a new feature of PhP 5.3:
Neato.
chicagomom on Twitter and d.o.
I have on IIS6
Thanks for the links, I will check them out. I have and admit it was a struggle. I just need to refresh my memory and post the steps if anyone else is interested. There was one bit that had me going around in circles for a while.
I wrote something up earlier
http://drupal.org/node/215549
We have been running multisite with no problems for over a year on a WIMP stack. We used to use ISAPI_rewrite but no longer need it on WS2008. It's pretty much the same as multi-site on LAMP, except that you use virtual directories instead of symlinks if you want to do subdirectory sites.