/[monit]/monit/p.y
ViewVC logotype

Diff of /monit/p.y

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

revision 1.82 by hauk, Wed Jul 2 20:24:25 2003 UTC revision 1.83 by chopp, Thu Jul 3 11:43:32 2003 UTC
# Line 439  ssldisable      : HTTPDSSL DISABLE Line 439  ssldisable      : HTTPDSSL DISABLE
439    
440  pemfile         : PEMFILE PATH {  pemfile         : PEMFILE PATH {
441                       Run.httpsslpem= $2;                       Run.httpsslpem= $2;
442                       if(!check_file(Run.httpsslpem,                       if(!check_file_stat(Run.httpsslpem,
443                                      "SSL server PEM file", S_IRWXU))                                           "SSL server PEM file", S_IRWXU))
444                           YERROR("SSL server PEM file");                           YERROR("SSL server PEM file");
445                    }                    }
446                  ;                  ;
# Line 449  clientpemfile   : /* EMPTY */ Line 449  clientpemfile   : /* EMPTY */
449                  | CLIENTPEMFILE PATH {                  | CLIENTPEMFILE PATH {
450                       Run.httpsslclientpem= $2;                       Run.httpsslclientpem= $2;
451                       Run.clientssl= TRUE;                       Run.clientssl= TRUE;
452                       if(!check_file(Run.httpsslclientpem,                       if(!check_file_stat(Run.httpsslclientpem,
453                                      "SSL client PEM file",                                           "SSL client PEM file",
454                                      S_IRWXU | S_IRGRP | S_IROTH))                                           S_IRWXU | S_IRGRP | S_IROTH))
455                           YERROR("SSL client PEM file");                           YERROR("SSL client PEM file");
456                    }                    }
457                  ;                  ;

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

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