1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Webサーバとアプリケーションサーバの違い

Posted at

#Webサーバ

  • Webブラウザからのリクエストを受け付けて、アプリケーションサーバに渡し、アプリケーションサーバからのレスポンスを返す。
  • 静的処理
  • Apache, IIS, nginx等

#アプリケーションサーバ

  • Webサーバからリクエストを受け取り、プログラム実行し、結果を返す。
  • 動的処理
  • Tomcat, GlassFish(Java)

#補足
* Webサーバの機能を持つアプリケーションサーバもあるので紛らわしい(Apache HTTP Server)

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?