ruby--ruby/lib/webrick/httpservlet
gotoyuzo 9b11fc8032 * lib/webrick/config.rb (WEBrick::Config::HTTP): rename :RequestHander
to :RequestCallback and add new option :ServerAlias.

* lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): use
  :RequestCallback and warn if :RequestHandler is in server's option.

* lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should print
  error message for WEBrick::HTTPSataus::Error.

* lib/webrick/httpserver.rb (WEBrick::HTTPServer#lookup_server):
  lookup for hostname from :ServerAlias if the req.host is not match
  to :ServerName.

* lib/webrick/httpservlet.rb (WEBrick::HTTPServlet::CGIHandler#do_GET):
  use $?.exitstatus and refine log message.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-03-07 16:06:43 +00:00
..
abstract.rb * lib/webrick: imported. 2003-07-23 16:51:36 +00:00
cgi_runner.rb * lib/webrick: imported. 2003-07-23 16:51:36 +00:00
cgihandler.rb * lib/webrick/config.rb (WEBrick::Config::HTTP): rename :RequestHander 2004-03-07 16:06:43 +00:00
erbhandler.rb * lib/webrick: imported. 2003-07-23 16:51:36 +00:00
filehandler.rb * lib/webrick/accesslog.rb (AccessLog::setup_params): use req.port 2003-09-08 09:52:34 +00:00
prochandler.rb * lib/webrick: imported. 2003-07-23 16:51:36 +00:00