Basta che tu dica ad apache di ascoltare una porta diversa dalla 80. Nella directory conf dell'installazione di apache trovi un file chiamato httpd.conf, dove a un certo punto c'e' qualcosa di simile:
codice:
#
# Port: The port to which the standalone server listens. Certain firewall
# products must be configured before Apache can listen to a specific port.
# Other running httpd servers will also interfere with this port. Disable
# all firewall, security, and other services if you encounter problems.
# To help diagnose problems use the Windows NT command NETSTAT -a
#
Port 80
Lo cambi con quello che ti pare.