monit.rst
changeset 2411 417b9ee21460
parent 2410 3a97cc7e1b39
child 2412 d88d5d1a8cd9
equal deleted inserted replaced
2410:3a97cc7e1b39 2411:417b9ee21460
    55   #/bin/sh
    55   #/bin/sh
    56   exec 1>my.log
    56   exec 1>my.log
    57   exec 2>my.log
    57   exec 2>my.log
    58   echo "$@"
    58   echo "$@"
    59   exec "$@"
    59   exec "$@"
       
    60 
    60 Limiting server to ``localhost``::
    61 Limiting server to ``localhost``::
    61 
    62 
    62   set httpd port 2812
    63   set httpd port 2812
    63     use address localhost
    64     use address localhost
    64     allow localhost
    65     allow localhost