#Webサーバ
- Webブラウザからのリクエストを受け付けて、アプリケーションサーバに渡し、アプリケーションサーバからのレスポンスを返す。
- 静的処理
- Apache, IIS, nginx等
#アプリケーションサーバ
- Webサーバからリクエストを受け取り、プログラム実行し、結果を返す。
- 動的処理
- Tomcat, GlassFish(Java)
#補足
* Webサーバの機能を持つアプリケーションサーバもあるので紛らわしい(Apache HTTP Server)
Go to list of users who liked
More than 1 year has passed since last update.
#Webサーバ
#アプリケーションサーバ
#補足
* Webサーバの機能を持つアプリケーションサーバもあるので紛らわしい(Apache HTTP Server)
Register as a new user and use Qiita more conveniently
Go to list of users who liked