httpd

httpd()
Instance Public methods

Run WEBrick HTTP server.

1
2
3
4
5
6
7
8
9
10
ruby -run -e httpd -- [OPTION] DocumentRoot
 
--bind-address=ADDR         address to bind
--port=NUM                  listening port number
--max-clients=MAX           max number of simultaneous clients
--temp-dir=DIR              temporary directory
--do-not-reverse-lookup     disable reverse lookup
--request-timeout=SECOND    request timeout in seconds
--http-version=VERSION      HTTP version
-v                          verbose
doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.