Page 1 of 1

Problem with port listening on WinXP

PostPosted: 09. August 2008 10:13
by imami
Hi
I'm using Xampp on two servers.
one's OS is Windows Server 2003
and the other's is WinXP


On Win Server 2003 , in httpd-vhosts.conf I use this :
Code: Select all
NameVirtualHost *:80
Listen 127.0.0.1:80
Listen 127.0.0.1:81

# yazdtoday.com :
<VirtualHost *:80>
....
</VirtualHost>

# Forum.yazdtoday.com
<VirtualHost *:81>
....
</VirtualHost>


and Apache runs with no problem


But in WinXP , I do the same configuration
when I try to start Apache , the Apache services can not be run ... and gives an error

When I remove this lines :
Code: Select all
NameVirtualHost *:80
Listen 127.0.0.1:80
Listen 127.0.0.1:81

Apache starts with no problem but it does not listen port 81, only port 80 is listend


What is wrong with WinXP or my configurations ?
I also tried to listen other port numbers but ... :?

thanks

PostPosted: 09. August 2008 10:16
by Nobbie
>... and gives an error

Which error message?

PostPosted: 09. August 2008 10:25
by imami
Image

PostPosted: 09. August 2008 11:08
by Nobbie
And - did you review the System Event Log as recommended? What did it tell you?