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

Diff of /monit/http/cervlet.c

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

revision 1.27 by chopp, Tue Oct 8 11:34:37 2002 UTC revision 1.28 by chopp, Thu Oct 10 16:08:53 2002 UTC
# Line 408  static void do_runtime(HttpRequest req, Line 408  static void do_runtime(HttpRequest req,
408              "<tr><td>httpd bind address</a>"              "<tr><td>httpd bind address</a>"
409              "</td><td>%s</td></tr>", Run.bind_addr?Run.bind_addr:"Any/All");              "</td><td>%s</td></tr>", Run.bind_addr?Run.bind_addr:"Any/All");
410    out_print(res,    out_print(res,
411                "<tr><td>Use ssl encryption</a>"
412                "</td><td>%s</td></tr>", Run.httpdssl?"True":"False");
413      if (Run.httpdssl) {
414        out_print(res,
415                  "<tr><td>PEM key/certificate file</a>"
416                  "</td><td>%s</td></tr>", Run.httpdssl?"True":"False");
417      }
418      out_print(res,
419              "<tr><td>httpd auth. style</a></td><td>%s</td></tr>",              "<tr><td>httpd auth. style</a></td><td>%s</td></tr>",
420              Run.Auth.defined&&has_hosts_allow()?              Run.Auth.defined&&has_hosts_allow()?
421              "Basic Authentication and Host allow list":              "Basic Authentication and Host allow list":

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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