Searching...
Sunday 9 September 2012

How to change the port of apache web server from 80 to 8082 ?

8:30 pm

How to change the port of apache web server from 80 to 8082 ?

How to change the port of apache web server from 80 to 8082 :


1.       Open “http.conf” file from c:\xampp\apache\conf  folder.
2.       Search for “listen 80” and replace 80 with 8082.
3.       Search for “server name  localhost : 80” and replace 80 with 8082.
4.       Save the file.
5.       Restart apache using xampp control panel . now , apache web server will be running with the port of 8082.
6.       India .php can be invoked by the client using the url – http://localhost:8082/india.php .

  

How to change the port of apache web server from 80 to 8082

 

0 comments:

Post a Comment