Forum Moderators: phranque
I started and restarted APache webserver sucessfully on both, but I still got "Page Cannot Be displayed." This led me to check the Error and Access logs. On my XP machine, I had the following:
Access Log:
127.0.0.1 - - [16/May/2005:16:38:40 -0400] "HEAD /msdownload/update/v5/redir/wuredir.cab?0505162038 HTTP/1.1" 404 0
127.0.0.1 - - [16/May/2005:16:38:40 -0400] "GET /msdownload/update/v5/redir/wuredir.cab?0505162038 HTTP/1.1" 404 318
127.0.0.1 - - [16/May/2005:16:38:40 -0400] "HEAD /v5/redir/wuredir.cab?0505162038 HTTP/1.1" 404 0
127.0.0.1 - - [16/May/2005:16:38:40 -0400] "GET /v5/redir/wuredir.cab?0505162038 HTTP/1.1" 404 300
Error Log:
[Mon May 16 16:38:40 2005] [error] [client 127.0.0.1] File does not exist: c:/program files/apache group/apache/htdocs/msdownload/update/v5/redir/wuredir.cab
[Mon May 16 16:38:40 2005] [error] [client 127.0.0.1] File does not exist: c:/program files/apache group/apache/htdocs/v5/redir/wuredir.cab
The only file on my XP machine called wuredir.cab is located at:
C:\WINDOWS\SoftwareDistribution\WuRedir\9482F...
I don't want to uninstall the Microsoft Updates, as I don't want to leave my laptops open for exploitation... however I NEED to use Apache!
Help!
Thanks so much...
"The L-Factress"
Welcome to WebmasterWorld!
Two more possibilities:
First, make sure that SP2 didn't enable IIS server. If it did, IIS would compete for port 80. However, this should give you an error message that's pretty specific.
Second, see the Microsoft Knowledge base article KB884020 [support.microsoft.com], "Programs that connect to IP addresses that are in the loopback address range may not work as you expect in Windows XP Service Pack 2".
Jim