您好,登錄后才能下訂單哦!
在ubuntu18.04下安裝apache2
1、安裝(在根目錄下)
sudo apt install apache2
2、修改端口(若沒有vim編輯器,使用apt-get install vim 安裝(中間出來請求,輸入Y))
vim /etc/apache2/apache2.conf
vim /etc/apache2/sites-enabled/000-default.conf
把默認(rèn)的80 改成自己需要的端口 我的改成了8088
3、修改制定服務(wù)器主目錄(靜態(tài)web容器)
vim /etc/apache2/sites-enabled/000-default.conf
把里面的DocumentRoot 后面的路徑改成指定自己的目錄 我的是默認(rèn)(/var/www/html)
(這里新創(chuàng)建了html文件夾 并且修改了一下權(quán)限: chmod 777 html 用戶都可以讀寫 上傳文件)
4、重啟apache2服務(wù)
/etc/init.d/apache2 restart
參考:
一、 https://blog.csdn.net/u014454538/article/details/81260143
二、 https://blog.csdn.net/adley_app/article/details/78959864
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。