「L」表示「Linux」作業系統
「A」表示「Apache」網頁伺服器
「M」表示「MySQL」資料庫
「P」表示「PHP」程式語言
sudo tasksel install lamp-server
LAMP使用Apache作為網頁伺服器,網站的預設根目錄是在「/var/www/html」下,剛安裝完LAMP後,會在根目錄下自動放置「index.html」檔案,就是用網頁瀏覽器開啟「http://127.0.0.1/」時看到的網頁。
啟動Apache
sudo service apache2 start
中止Apache
sudo service apache2 stop
重新啟動Apache
sudo service apache2 restart
參考資料
https://magiclen.org/lamp/
沒有留言:
張貼留言