# 網際網路與Linux應用 Week 6
## 架設伺服器
---
# Apache
a patch
[NCSA httpd](https://en.wikipedia.org/wiki/NCSA_HTTPd)
----
# apache2
[Apache httpd](https://zh.wikipedia.org/wiki/Apache_HTTP_Server)
----
# Cross Platform
## Android
| [](https://play.google.com/store/apps/details?id=com.twoseventwodev.icodego) | [](https://play.google.com/store/apps/details?id=ar.com.lrusso.tinywebserver) | [](https://play.google.com/store/apps/details?id=com.icecoldapps.serversultimate) |
---
# Nginx
[](https://www.nginx.com/)
----
[nginx 被告](https://today.line.me/tw/article/%E9%96%8B%E6%BA%90%E4%BC%BA%E6%9C%8D%E5%99%A8+NGINX+%E8%A2%AB%E4%BF%84%E5%9C%8B%E8%AD%A6%E6%96%B9%E6%8A%84%EF%BC%8C%E5%89%B5%E8%BE%A6%E4%BA%BA%E8%A2%AB%E6%8B%98%E7%95%99-egYByD)
---
# Nginx Vs Apache2
| | apache | nginx |
| -------- | ------------ | ---------------- |
| 連線量 | 小 | 大 |
| 模組載入 | 動態載入 | 靜態編譯 |
| 模組數量 | 多 | 較少 |
| bug | 少(較成熟) | 多(比較新) |
| 穩定性 | 高 | 較低(還是很好) |
----
# Other Webserver
XAMPP
Microsoft IIS
Lighttpd
----
# 參考資料
https://codertw.com/%E7%A8%8B%E5%BC%8F%E8%AA%9E%E8%A8%80/239107/
https://ithelp.ithome.com.tw/questions/10122157
https://ithelp.ithome.com.tw/questions/10188452
---
# 安裝 nginx
```
sudo apt install nginx -y
```
----
# 設定檔
```
/etc/nginx
```
----
# 起動,停止與重啟
```
sudo systemctl start nginx
sudo systemctl stop nginx
sudo systemctl restart nginx
```
----
# 在重啟之前....
```
sudo nginx -t
```
{"metaMigratedAt":"2023-06-15T04:46:43.999Z","metaMigratedFrom":"YAML","title":"網際網路與Linux應用 Week 6","breaks":true,"contributors":"[{\"id\":\"e9395e03-a75e-451d-8392-22ff7e9c3ef5\",\"add\":2405,\"del\":417}]"}