/[monit]/monit/http/engine.c
ViewVC logotype

Diff of /monit/http/engine.c

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

revision 1.14 by rory, Tue Oct 8 22:55:52 2002 UTC revision 1.15 by chopp, Thu Oct 10 16:08:53 2002 UTC
# Line 91  static void destroy_host_allow(HostsAllo Line 91  static void destroy_host_allow(HostsAllo
91   *   *
92   *   *
93   *  @author Jan-Henrik Haukeland, <hauk@tildeslash.com>   *  @author Jan-Henrik Haukeland, <hauk@tildeslash.com>
94     *  @author Christian Hopp, <chopp@iei.tu-clausthal.de>
95   *   *
96   *  @version \$Id$   *  @version \$Id$
97   *   *
# Line 123  void start_httpd(int port, int backlog, Line 124  void start_httpd(int port, int backlog,
124            
125    } else {    } else {
126        
     log("--------------------------------- have connect!\n");  
127      initialize_service();      initialize_service();
128    
129      if ( Run.httpdssl ) {      if ( Run.httpdssl ) {
# Line 208  void start_httpd(int port, int backlog, Line 208  void start_httpd(int port, int backlog,
208    
209    }    }
210    
   
211  }  }
212    
213    
# Line 219  void stop_httpd() { Line 218  void stop_httpd() {
218    
219    stopped= TRUE;    stopped= TRUE;
220    close_socket(myServerSocket);    close_socket(myServerSocket);
221        delete_ssl_server_socket(mySSLServerConnection);  
222  }  }
223    
224    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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