From 21eeaefd17684d2cd851c373507b6a5f7d95ba08 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sun, 7 Mar 2004 16:06:43 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@5917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2f67ba45f..961ebc48b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Mon Mar 8 01:05:55 2004 GOTOU Yuuzou + + * 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. + Sun Mar 7 16:22:26 2004 WATANABE Hirofumi * Makefile.in (lex.c): use $? instead of $<. -- cgit