網頁根目錄位置在
/opt/lampp/htdocs
/opt/lampp/htdocs
設定xampp隨伺服器自動啟用,這樣伺服器如果有關機再開機xampp就會自動啟用。
#ln -s /opt/lampp/xampp /etc/rc.d/init.d/xampp
#chkconfig --add xampp
#chkconfig xampp on
#chkconfig --add xampp
#chkconfig xampp on
或
sudo ln -s /opt/lampp/lampp /etc/init.d/lampp
sudo chkconfig --add lampp
sudo chkconfig --add lampp
重新啟動xampp,輸入指令:
/opt/lampp/xampp restart
關閉lampp指令
sudo /opt/lampp/lampp stop
sudo /opt/lampp/lampp stop
若要移除lampp可輸入指定
sudo rm -rf /opt/lampp
sudo rm -rf /opt/lampp
沒有留言:
張貼留言