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 |
Please login to continue.