how to change port number of Apache server in windows OS
Posted
by jesop
on Stack Overflow
See other posts from Stack Overflow
or by jesop
Published on 2010-03-09T05:08:56Z
Indexed on
2010/03/09
5:21 UTC
Read the original article
Hit count: 354
i have installed xampp control panel and Apache 2.2 on windows XP when i type http://localhost/ gives me page which says It Works!
now i want to change the port number 80 to some other number
how to change it ? in how many files does it needs to be changed ? dose it require to restart the system to change to take effect ?
note: i have changed port number in C:\xampp\apache\conf\httpd.conf
in two places where it says
Listen 80 and
ServerName localhost:80
Pls help, thanks.
© Stack Overflow or respective owner