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

Filed under:
|
|

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

how to change port number of Apache server in windows OS

Posted by jesop on Server Fault See other posts from Server Fault or by jesop
Published on 2010-03-09T05:08:56Z Indexed on 2010/03/09 6:51 UTC
Read the original article Hit count: 354

Filed under:
|
|

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.

© Server Fault or respective owner

Related posts about apache

Related posts about xampp