Posts

Showing posts from February, 2016

Change Localhost Apache XAMPP Port 80 to 1234

Note:-   From This Process You can install multiple Xampp in Single Computer or Drive. 1. Open XAMPP Control Panel. 2. To    O pen the Apache "httpd.conf" file   click the “Config” button next to Apache “Start” and “Admin” buttons in Xampp Control Panel that would be like this :- Apache(httpd.conf) In the popup menu that opens, click and open httpd.conf 3.  Within the httpd.conf file search for “listen”. You’ll find two rows with something like; #Listen 12.34.56.78:80 Listen 80 Change the port no to a port no. of your choice (e.g. port 1234) like below #Listen 12.34.56.78:1234 Listen 1234 4. Next, in the same httpd.conf file look for “ServerName localhost:” Set it to the new port no. ServerName localhost:1234 5.  Save and close the httpd.conf file. 6.  Now click the Apache config button again and open the “httpd-ssl.conf” file. 7. In the httpd-ssl.conf file, look for “Listen” again. You may find: Listen 443 Change it to listen on a new port no o