Centos-LAMP安裝:修訂版本之間的差異
出自幸福奉學網
第 35 行: | 第 35 行: | ||
二、安裝Mariadb [https://blog.xuite.net/tolarku/blog/542563206 參考網址] | 二、安裝Mariadb [https://blog.xuite.net/tolarku/blog/542563206 參考網址] | ||
− | *yum install mariadb-server mariadb | + | *1. yum install mariadb-server mariadb |
− | [https://therapeutic-principle-c71.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Ffe01e362-8eab-4268-9db8-597f85a552ec%2FUntitled.png?table=block&id=cdb298c1-f6a7-4970-9a2e-df3cd5009210&spaceId=e5840612-bae2-49d9-b655-4b0b08db41ec&width=1180&userId=&cache=v2 | + | [https://therapeutic-principle-c71.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Ffe01e362-8eab-4268-9db8-597f85a552ec%2FUntitled.png?table=block&id=cdb298c1-f6a7-4970-9a2e-df3cd5009210&spaceId=e5840612-bae2-49d9-b655-4b0b08db41ec&width=1180&userId=&cache=v2 圖示01];[https://therapeutic-principle-c71.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F4a32c508-5468-4641-8094-d380c2980a72%2FUntitled.png?table=block&id=bc96340c-6c25-468b-a3e0-8bf62f8d922d&spaceId=e5840612-bae2-49d9-b655-4b0b08db41ec&width=2000&userId=&cache=v2 圖示02] |
+ | |||
+ | *2.開啟Mariadb Server:systemctl start mariadb | ||
+ | |||
+ | *3.確認Mariadb Server是否開啟 | ||
+ | |||
+ | [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] | ||
2022年6月12日 (日) 22:27的修訂版本
目錄 |
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是否開啟
3.幸福茶香
3-1
4.幸福彩虹
4-1