-
Posted to
FastCGI Handler
by
jaredw
on
05-14-2009, 6:06 PM
Currently the best thing to do on IIS 6 is to do the cgi version of php as doing fastcgi has been having some major issues. If you are on IIS 7 then fastcgi is the way to go.
Here is a good tutorial that worked for me: http://www.iisadmin.co.uk/?p=4
-
Posted to
General
by
jaredw
on
05-14-2009, 6:01 PM
There is really 4 ways to handle this type of monitoring where you are sending a test over to the url.
1. Create another web site in IIS and map it to an alternate port. Then monitor that as in most cases your application will fail due to sql server or database exceptions. The down side to this is if you are getting alot of ...
-
Posted to
IIS7 - General
by
jaredw
on
05-13-2009, 5:01 PM
The best way to handle this is to add an ip address for every site that is the catch all. Then set the DNS for each sub domain to point to that IP address.
http://msmvps.com/blogs/bernard/archive/2005/03/22/39218.aspx