owned this note changed 5 years ago
Published Linked with GitHub

網際網路與Linux應用 Week 6

架設伺服器


Apache

a patch
NCSA httpd


apache2

Apache httpd


Cross Platform

Android

| iCode | Tiny Web Server | Servers Ultimate |


Nginx

nginx


nginx 被告


Nginx Vs Apache2

apache nginx
連線量
模組載入 動態載入 靜態編譯
模組數量 較少
bug 少(較成熟) 多(比較新)
穩定性 較低(還是很好)

Other Webserver

XAMPP
Microsoft IIS
Lighttpd


參考資料

https://codertw.com/程式語言/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
Select a repo