/[monit]/monit/monit_http.c
ViewVC logotype

Diff of /monit/monit_http.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by martinp, Tue Dec 17 19:49:10 2002 UTC revision 1.9 by hauk, Tue Dec 17 21:37:10 2002 UTC
# Line 87  int can_http() { Line 87  int can_http() {
87    
88    if ( Run.dohttpd && Run.isdaemon ) {    if ( Run.dohttpd && Run.isdaemon ) {
89            
90      if ( ! has_hosts_allow() && ! Run.Auth.defined ) {      if(! has_hosts_allow() && ! Run.Auth.defined) {
91                
92        error("%s: monit httpd not started since no connect allowed\n",        log("%s: monit httpd not started since no connect allowed\n",
93              prog);            prog);
94                
95        return FALSE;        return FALSE;
96                

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26