So, in your httpd.conf file, simply change to this for localhost programming and script testing in apache - php etc
Comment out (#) Listen 80
add Listen 8080
Code: Select all
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
#Listen 80 - does not work with 2217, but 2216 was ok, skype is probably using 80 so 8080 or change skype port
Listen 8080