I installed apache 2.0.43 on windows XP.when i try to start, i get this error mesg:
Only one usage of each socket address(Protocol/network address/port) is normally permitted: make_socket: could not bind to address 0.0.0.0:8080 no listening sockets available, shutting down.
Well, i understood that there is another server running on the same port.I need to change my port address.Where exactly i can change it...
Should i modify the following lines in my httpd.conf file??
Change this to Listen on specific IP addresses as shown below to
prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
#
#Listen 12.34.56.78:80
Listen 8080
Hope somebody would help me out.
Thanks in advance.