Centos-LAMP安裝:修訂版本之間的差異
出自幸福奉學網
第 45 行: | 第 45 行: | ||
[https://therapeutic-principle-c71.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F1ca710a1-d5b2-4eef-9947-21a8cebe7e81%2FUntitled.png?table=block&id=b442f1a0-2e6c-491e-a7b8-8ed3170140fc&spaceId=e5840612-bae2-49d9-b655-4b0b08db41ec&width=2000&userId=&cache=v2 圖示01];[https://therapeutic-principle-c71.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F60c057dc-3b4c-4a1d-9a40-99749f3d3b54%2FUntitled.png?table=block&id=49b71b1d-7773-4821-8f5b-33882670eba2&spaceId=e5840612-bae2-49d9-b655-4b0b08db41ec&width=2000&userId=&cache=v2 圖示02] | [https://therapeutic-principle-c71.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F1ca710a1-d5b2-4eef-9947-21a8cebe7e81%2FUntitled.png?table=block&id=b442f1a0-2e6c-491e-a7b8-8ed3170140fc&spaceId=e5840612-bae2-49d9-b655-4b0b08db41ec&width=2000&userId=&cache=v2 圖示01];[https://therapeutic-principle-c71.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F60c057dc-3b4c-4a1d-9a40-99749f3d3b54%2FUntitled.png?table=block&id=49b71b1d-7773-4821-8f5b-33882670eba2&spaceId=e5840612-bae2-49d9-b655-4b0b08db41ec&width=2000&userId=&cache=v2 圖示02] | ||
+ | 4.啟動mariadb to start during system boot(開機時就啟動) | ||
+ | |||
+ | [https://therapeutic-principle-c71.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F991ccf89-3331-492e-aeda-9b4e5e21c525%2FUntitled.png?table=block&id=b948cce4-1eaf-4a99-8c21-221242c7b5bb&spaceId=e5840612-bae2-49d9-b655-4b0b08db41ec&width=1470&userId=&cache=v2 圖示] | ||
==3.幸福茶香== | ==3.幸福茶香== |
2022年6月12日 (日) 22:28的修訂版本
目錄 |
1.幸福奉學
1-1 Centos-LAMP安裝
2.幸福分享
一、安裝Apache
- 1.安裝httpd:yum install httpd
- 2.開啟httpd:systemctl start httpd
- 3.確認是否Apache是否運行:systemctl status httpd
- 4.啟動apache to start during system boot:systemctl enable httpd
備註:需要設定防火牆讓http跟https通過,否則如果從本機開啟瀏覽器,會看不到apache網頁
開啟防火牆,讓 web (port:80, 443) 流量可以穿過 firewall
$ sudo firewall-cmd --permanent --zone=public --add-service=http
$ sudo firewall-cmd --permanent --zone=public --add-service=https
$ sudo firewall-cmd --reload
5.打開Linux瀏覽器,輸入server的IP或數入localhost,看到以下畫面代表成功
二、安裝Mariadb 參考網址
- 1. yum install mariadb-server mariadb
- 2.開啟Mariadb Server:systemctl start mariadb
- 3.確認Mariadb Server是否開啟
4.啟動mariadb to start during system boot(開機時就啟動)
3.幸福茶香
3-1
4.幸福彩虹
4-1