Changeset 410
- Timestamp:
- 12/28/01 12:52:04 (7 years ago)
- Files:
-
- trunk/sample/webrick/httpd.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/sample/webrick/httpd.rb
r391 r410 10 10 s=WEBrick::HTTPServer.new( 11 11 :Port => 2000, 12 :BindAddress => nil, 12 13 :Logger => WEBrick::Log::new($stderr, WEBrick::Log::DEBUG), 13 14 :DocumentRoot => $OPT_r || dir + "/htdocs"