-
Posted to
IIS 7 - Troubleshooting
by
canadaka
on
11-01-2008, 4:26 PM
thanks a lot, that blog post is very helpful. I am wondering though, I never manualy edited the "applicationHost.config" so where in the IIS7 GUI would this have been changed from Auto to PassThrough?
-
Posted to
IIS 7 - Troubleshooting
by
canadaka
on
11-01-2008, 6:51 AM
I noticed recently that error pages on my server are not working, they used to, I even had some custom ones setup for some of my sites. Now I don't even get the new default IIS7 error pages, firefox shows a blank page, IE7 will show its own error page.
I have checked and the "CustomErrorModule" module is loaded. I also made sure the ...
-
Posted to
IIS 7 - FastCGI Module
by
canadaka
on
10-07-2008, 10:28 PM
thanks for the response, I ran the command and got the following response.
Applied configuration changes to section "system.webServer/httpErrors" for "MACH
INE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"
But I tried forcing some PHP errors and I still get a 500 page error and no output of ...
-
Posted to
IIS7 - Configuration & Scripting
by
canadaka
on
10-07-2008, 6:51 AM
Is there any way to add a wildcard variable in a 'default document' entry?
Something like "awstats.DOMAINNAME.html" where DOMAINNAME changes folder to folder.
-
Posted to
IIS 7 - FastCGI Module
by
canadaka
on
10-07-2008, 3:26 AM
I have a 3rd IIS7 server on my local network for local testing and I have this same problem, it is really annoying. For myself I can enable failed request tracing on 500 errors and manualy view the reports through remote desktop. But for clients that have sites on my server, if any of there sites/scripts have any error, they cannot see what ...
-
Posted to
IIS 7 - Troubleshooting
by
canadaka
on
09-11-2008, 7:47 AM
I am still having this problem, I get hundreds of WAS warnings in the event log each day.
Another one that often happens in the sequence is
A worker process '####' serving application pool 'domain.com' failed to stop a listener channel for protocol 'http' in the allotted time. The data field contains the error number.
-
Posted to
FastCGI Handler
by
canadaka
on
09-10-2008, 7:16 PM
I am also getting this "Unspecified error (0x80004005)" error randomly throughout the day with IIS7.
I have verified that PHP_FCGI_MAX_REQUESTS = 1000 is set.
<fastCgi>
<application fullPath="C:\Program Files\PHP\php-cgi.exe" ...
-
Posted to
IIS 7 - Troubleshooting
by
canadaka
on
09-10-2008, 7:08 PM
darn, I am still getting the error, so updating the NIC drivers didn't stop it.
-
Posted to
IIS 7 - Troubleshooting
by
canadaka
on
09-10-2008, 3:53 AM
It seems there are newer NIC drivers for both servers. I am updating both.
Windows 2008 drivers version:12.0, A02 (from Dell)
Windows 2003 drivers version: 10.78.0.0 (from Broadcom)
-
Posted to
IIS 7 - Troubleshooting
by
canadaka
on
09-10-2008, 2:38 AM
The webserver is Windows Web Server 2008 as its running IIS7. It connects to a MySQL server running on a Windows Server 2003 machine.
Both servers have all service packs and all the latest updates as of yesterday.
Both servers have 2 network cards, 1 for the external connection and one for a patch cable between the 2 servers. PHP is configured ...