My XAMPP server is only responding to requets from the machine that's running it. I need it to repsond to requests from within a virtual PC as well as other machines on the network.

Listen 80

Is set in httpd.conf as apposed to Listen ipaddress:80, so I'm unsure why it won't serve pages to network users?

Edit: I should also mention that this worked with WAMP, so it's not to do with the hosts on the machines, they are the same.

link|improve this question

80% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Resolved by adding port 80 as an exception in Windows Firewall on the machine running XAMPP.

However, I'm still rather confused as to why WAMP worked.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.