a patch
NCSA httpd
apache | nginx | |
---|---|---|
連線量 | 小 | 大 |
模組載入 | 動態載入 | 靜態編譯 |
模組數量 | 多 | 較少 |
bug | 少(較成熟) | 多(比較新) |
穩定性 | 高 | 較低(還是很好) |
XAMPP
Microsoft IIS
Lighttpd
sudo apt install nginx -y
/etc/nginx
sudo systemctl start nginx
sudo systemctl stop nginx
sudo systemctl restart nginx
sudo nginx -t