Answers for "vmware issue blocking to run apache server in xampp"

0

vmware issue blocking to run apache server in xampp

Here is the solution step-by-step:

1 Open up httpd-ssl.conf in path2xampp\apache\conf\extra
2 Look for the line Listen 443
3 Change port number to anything you want. I use 4430. ex. Listen 4430.
4 Replace every 443 string in that file with 4430.
5 Save the file.
Posted by: Guest on September-04-2021

Code answers related to "vmware issue blocking to run apache server in xampp"

Browse Popular Code Answers by Language