解决XAMPP与IIS的端口冲突
1、将 X:\xampp\apache\conf\httpd.conf 中所有的“80”端口改为“8080”;
2、将 X:\xampp\apache\conf\extra\httpd-ssl.conf 中所有的“443”端口改为“4433”;
3、重启 Apache。
Just a place to doodle.
1、将 X:\xampp\apache\conf\httpd.conf 中所有的“80”端口改为“8080”;
2、将 X:\xampp\apache\conf\extra\httpd-ssl.conf 中所有的“443”端口改为“4433”;
3、重启 Apache。