Webサーバがやること
What a Web server does
クライアント要求を正しく解析
Reads the request from the client
必要があればCGIプログラムを呼び出し、その出力をクライアントに返す
Run a CGI program if necessary, and return the data to the browser
またはJavaサーブレットなどを動かし、その出力をクライアントに返す
Or run a program on the server and return the output