up vote 0 down vote favorite
share [g+] share [fb]

I'm using WAMP server. What is the port that is used by this application?

I want to share the contents of it to others.

link|improve this question

80% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Be specific your question. WAMP is Window, Apache, MySQL and PHP.

Apache uses port 80 and MySQL uses port 3306 (on Windows).

How do you want to share? Via a web browser or a Windows network?

link|improve this answer
via web browser – Ieyasu Sawada Mar 6 '10 at 13:46
you've to open port 80 from firewall. – mgpyone Mar 6 '10 at 13:54
2  
not only this, you have to ensure that the services are not bound to 127.0.0.1 (localhost). they must be bound to an ip-address reachable from the outside – akira Mar 6 '10 at 14:02
feedback

Your Answer

 
or
required, but never shown

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