1. 程式人生 > >Linux安裝 PHP(XAMPP)

Linux安裝 PHP(XAMPP)

直接下載

xampp-linux-x64-5.6.38-0-installer.run

 

放到usr/local目錄下,進入到這個目錄

直接執行

./xampp-linux-x64-5.6.38-0-installer.run

如果沒有許可權則新增許可權

chmod -R 777 xampp-linux-x64-5.6.38-0-installer.run

執行過程中會彈窗提示你下載檔案,點否

然後命令列中提示輸入都輸入Y

安裝完畢,已經啟動

Apache操作

Apache操作命令
/opt/lampp/lampp stopapache
/opt/lampp/lampp startapache
配置檔案位置
/opt/lampp/etc/httpd.conf