----- Original Message -----
From: "Tommy Pham" <tommyhp2@xxxxxxxxx>
To: <php-general@xxxxxxxxxxxxx>
Sent: Saturday, October 17, 2009 11:23 AM
Subject: Re: all local sites stopped working ...
---- Original Message ----
From: "cr.vegelin@xxxxxxxxx" <cr.vegelin@xxxxxxxxx>
To: Tommy Pham <tommyhp2@xxxxxxxxx>; php-general@xxxxxxxxxxxxx
Sent: Sat, October 17, 2009 2:00:25 AM
Subject: Re: all local sites stopped working ...
----- Original Message ----- From: "Tommy Pham"
To:
Sent: Saturday, October 17, 2009 10:19 AM
Subject: Re: all local sites stopped working ...
----- Original Message ----
> From: "cr.vegelin@xxxxxxxxx"
> To: Hanjie Xu
> Cc: php-general@xxxxxxxxxxxxx
> Sent: Sat, October 17, 2009 12:34:49 AM
> Subject: Re: all local sites stopped working ...
>
> Yes, my web server is started.
> I also did: Start - Run - IISRESET
> and it says: Internet services successfully stopped, etc.
> So I think that's not the problem.
>
> ----- Original Message ----- From: Hanjie Xu
> To: cr.vegelin@xxxxxxxxx
> Cc: php-general@xxxxxxxxxxxxx
> Sent: Saturday, October 17, 2009 9:29 AM
> Subject: Re: all local sites stopped working ...
>
>
> Is your Web Server started?
>
>
> 2009/10/17
>
> Hi All,
>
> All my local PHP sites (http://127.0.0.1/... and
> http://localhost/...)
> worked until today.
> Now all these local sites don't work anymore.
> The only difference since yesterday is running 16 Windows Updates.
>
> I checked C:\WINDOWS\system32\LogFiles\W3SVC1\... but no errors.
> Can I set a php.ini setting to track down the problem ?
> Or where else to look to solve this problem ?
>
> Configuration: Windows XP SP3, PHP 5.2.0, IIS 5.1, MySQL 5.0.15 NT
>
> Any help highly appreciated !!!
>
> TIA, Cor
> -- 许汉杰
* Did you restart your system after windows update?
A: yes I did. After the restart this morning, the problem occurs.
* What's your ini settings regarding logging and start-up errors?
A: my php.ini has the following settings (not changed for a year):
log_errors = On
; Log errors to syslog (Event Log on NT, not valid in Windows 95).
;error_log = syslog
; fastcgi.log = 0
define_syslog_variables = Off
display_startup_errors = On
session.auto_start = 0
* Did you check PHP error log?
A: The only log files I can find are:
C:\WINDOWS\system32\LogFiles\W3SVC1\ex091017.log with:
#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2009-10-17 08:20:06
#Fields: time c-ip cs-method cs-uri-stem sc-status
08:20:06 127.0.0.1 GET /.../favicon.ico 404
08:20:06 127.0.0.1 GET /.../favicon.ico 404
C:\WINDOWS\Temp\WGAErrLog.txt (dated 17/10/2009) with:
a repeated string of D446F964-596-80004005
Where / how to look for a PHP specific log file ?
See John Black's reply. Forgot to ask you if there are any errors in System
& Application event logs.
* Is PHP running as CGI/FCGI or ISAPI?
A: Don't know. Where can I see which mode it is running ?
Did you setup PHP? You don't remember how you configured it? Is the PHP
you're using an official distribution from PHP.net? Or is it from someone
else build it?
A: PHP was set up for me a few years ago, using an official distribution
from PHP.
Never had this problem before ...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php