Apacheとnginxと…

Webアプリケーションについて無知すぎるので、

調べた結果を記載する

 

 

Apache

Apache HTTP Server

マルチプロセスモデル

 

sudo apachectl start/stop

systemctl restart apache2

 

/etc/apache2/httpd.conf

conf-enabled/security.conf

 

 

 

Nginx

複数のシングルスレッドモデル

リバースプロキシとしても使える

 

nginx 

nginx -s stop

 

nginx追加情報

pythonと通信するためのuWSGI

参考

https://www.python.ambitious-engineer.com/archives/1959

 

railsと通信するためのPassenger

参考

 

 

 

SPDY

https://www.iij.ad.jp/dev/tech/activities/spdy/

 

以上