Here are the steps:
- Make changes to httpd.conf
- Open the httpd.conf file in the folder C: \ xampp \ apache \ conf \ by using a notepad application.
- Search for the word "Listen 80" and change it to "Listen 8080".
- Still in the same file, look for the words "ServerName localhost: 80" then change it to "ServerNamelocalhost: 8080".
- Then Save and close notepad.
- Next, open the file httpd-ssl.conf in C: \ xampp \ apache \ conf \ extra \.
- Look for the word "Listen 443" and change it to "Listen 4499".
- Still in the same file, and look for the words "virtualhost_default_: 443" then change it to "virtualhost_default_: 4499"
- Still in the same file, look for the words "ServerName localhost: 443" and change it to "ServerName localhost: 4499"
- Now run XAMPP Contol Panel, and then click Start on Apache. If the warning appears in the bottom detail box "Apache started [port 80]", then open a browser and navigate to http: // localhost: 8080 / xampp. If successful, the Apache Web Service has been running on port 8080.\
0 Response to "How to Fix Apache can't running in XAMPP"
Post a Comment