se lo metti in ascolto in una porta diversa devi anche specificare un particolare indirizzo IP, altrimenti devi cambiare il valore standard della porta nella direttiva port.

#
# 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

#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the <VirtualHost>
# directive.
#
#Listen 3000
#Listen 12.34.56.78:80




EDITATO:
ho appena visto l'and/or, di conseguenza basta anche solo la porta.
forse la porta 443 è una porta di sistema, riservata per qualcos'altro...