问题:启动xampp时显示XAMPP: Another web server with SSL is already running.
解决方案:
1.修改lampp/etc/httpd.conf里的端口 Listen 80为Listen 8080
2.修改lampp/etc/extra/httpd-ssl.php里的 Listen 443为Listen 16443
3.修改lampp/lampp里的testport 80为testport8080, testport 443为testport 16443
4.重启xampp。