1. 程式人生 > >ubuntu下xampp apache啟動失敗

ubuntu下xampp apache啟動失敗

問題:啟動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 443Listen 16443

    3.修改lampp/lampp裡的testport 80為testport8080, testport 443為testport 16443

       4.重啟xampp。