Tmhttpd

From MidasWiki
Revision as of 13:27, 2 August 2013 by Suz (talk | contribs) (Redirected page to Mhttpd)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Redirect page
Jump to navigation Jump to search

Redirect to:

The mhttpd utility requires the TCP/IP port number as an argument in order to listen to the web-based request.

Arguments

   [-h] : connect to midas server (mserver) on given host
   [-e] : experiment to connect to
   [-p port ] : port number e.g. 8081 (no default)
   [-v] : display verbose HTTP communication
   [-D] : starts program as a daemon
   [-E] : only display ELog system
   [-H] : only display history plots
   [-a] : only allow access for specific host(s). Several [-a Hostname] statements might be given
   [-help] : display usage information

Usage

   mhttpd [-h Hostname] [-e Experiment] [-p port] [-v] [-D] [-c] [-a Hostname]
   e.g.
   mhttpd -p 8081 -D

Note:

       Several copies of mhttpd can run on a single host, as long as they are started on different ports.
       If more than one experiment runs on the same host, a server for each experiment must be started on a different port, e.g.
           mhttpd -e midas -p 8081 -D
           mhttpd -e midgas -p 8082 -D