----- Original Message -----
From: "Tommy Pham" <tommyhp2@xxxxxxxxx>
To: <php-general@xxxxxxxxxxxxx>
Sent: Saturday, October 17, 2009 10:19 AM
Subject: Re: all local sites stopped working ...
----- Original Message ----
From: "cr.vegelin@xxxxxxxxx" <cr.vegelin@xxxxxxxxx>
To: Hanjie Xu <iamjiex@xxxxxxxxx>
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 ?
* Is PHP running as CGI/FCGI or ISAPI?
A: Don't know. Where can I see which mode it is running ?
* Have you tried a simple phpinfo(); to see if PHP is running as configured?
A: Yes I did, but http://127.0.0.1/.../phpinfo.php is not working because of
the same problem.
Thanks for your time / effort.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php