Jun 20 2006
How to install PHP 5.x on Windows Server 2003 with IIS 6
Found a link to a good set of instructions for setting up PHP on IIS 6.
Jun 20 2006
Found a link to a good set of instructions for setting up PHP on IIS 6.
Jun 20 2006
Having to get PHP 5 running with IIS 6 on Windows Server 2003 today. I was finding the process quite interesting until I wanted to check the error logs to find out the cause of an HTTP 500 error. It seems the default IIS setup doesn’t provide an easy way to get error logging info out of it. I totally agree with the sentiments expressed here. At least Apache comes setup out of the box to allow developers, developers, developers to do their job.
Then I found this page on the Microsoft site, seems I may have to write a VBScript to coax IIS into outputting it’s errors to the system error log :-|. I’m hoping something in the IIS Resource Kit will make my life easier.