This is a discussion on Win XP SP2 & Apache2 Virtual hosts within the Windows Web Servers forums, part of the Web Server and Related Forums category; I have recently installed apache 2.0.51 on Windows XP. I upgraded to Service Pack 2. I have several ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have recently installed apache 2.0.51 on Windows XP. I upgraded to
Service Pack 2. I have several IP-based virtual hosts which are created by the code below and use incremental IP addresses for each site I make. <VirtualHost 127.0.0.3:80> DocumentRoot D:\Apache2\htdocs\oneofmysites ServerName 127.0.0.3 </VirtualHost> This has worked fine for me on Windows XP for the two most recent releases of apache but SP2 stops it working. I can access 127.0.0.1 but none of the others work. I was hoping somebody can help me fix this. Tom. |
|
|||
|
Thomas Loudon wrote:
> I have recently installed apache 2.0.51 on Windows XP. I upgraded to > Service Pack 2. I have several IP-based virtual hosts which are created > by the code below and use incremental IP addresses for each site I make. > > <VirtualHost 127.0.0.3:80> > DocumentRoot D:\Apache2\htdocs\oneofmysites > ServerName 127.0.0.3 > </VirtualHost> > > This has worked fine for me on Windows XP for the two most recent > releases of apache but SP2 stops it working. I can access 127.0.0.1 but > none of the others work. > > I was hoping somebody can help me fix this. > > Tom. I have found the solution to my problem. Just if anyone wanted to know. You can get the windows fix for it from http://bink.nu/files/KB884020.zip |
|
|||
|
This may be my problem with local addresses as well, but for others
reading this I found that using the link below, the zip downloaded but won't open - best to go to msdn search for KB884020 and download the update fix from there! Chris Thomas Loudon wrote: > Thomas Loudon wrote: > >> I have recently installed apache 2.0.51 on Windows XP. I upgraded to >> Service Pack 2. I have several IP-based virtual hosts which are >> created by the code below and use incremental IP addresses for each >> site I make. >> >> <VirtualHost 127.0.0.3:80> >> DocumentRoot D:\Apache2\htdocs\oneofmysites >> ServerName 127.0.0.3 >> </VirtualHost> >> >> This has worked fine for me on Windows XP for the two most recent >> releases of apache but SP2 stops it working. I can access 127.0.0.1 >> but none of the others work. >> >> I was hoping somebody can help me fix this. >> >> Tom. > > > I have found the solution to my problem. Just if anyone wanted to know. > You can get the windows fix for it from http://bink.nu/files/KB884020.zip |
| Thread Tools | |
| Display Modes | |
|
|