Go to the source code of this file.
Functions | |
int | check_httpd () |
Check if the HTTPD server is running. | |
int | can_http () |
void | monit_http (int action) |
Start and stop the monit http server. |
Start/Stop the monit http server and check if monit http can start.
Definition in file monit_http.c.
|
Definition at line 86 of file monit_http.c. References myrun::Auth, myrun::myautentication::defined, myrun::dohttpd, has_hosts_allow(), myrun::isdaemon, log(), prog, and Run. |
|
Check if the HTTPD server is running.
Definition at line 73 of file monit_http.c. References myrun::bind_addr, check_connect(), myrun::httpdport, and Run. |
|
Start and stop the monit http server.
Definition at line 112 of file monit_http.c. References log(), prog, START_HTTP, STOP_HTTP, and stop_httpd(). |