File: unsecure.html

package info (click to toggle)
courier 0.47-4sarge5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 32,680 kB
  • ctags: 12,265
  • sloc: ansic: 164,045; cpp: 23,863; sh: 19,569; perl: 7,225; makefile: 4,192; yacc: 316; sed: 16
file content (33 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
  <meta name="Author" content="Sam Varshavchik" />
  <!-- $Id: unsecure.html,v 1.3 2003/07/06 16:16:37 mrsam Exp $ -->
  <!-- Copyright 2001 Double Precision, Inc.  See COPYING for -->
  <!-- distribution information. -->
  <title>@PACKAGE@ @VERSION@ - Configuration error </title>
  <!--

  [#___#]
  -->
</head>

<body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#551a8b"
alink="#ff0000">
<h1><tt>@PACKAGE@ @VERSION@</tt> - Configuration error</h1>

<p>You're seeing this error message for one of two reasons:</p>
<ol>
  <li>Your web server doesn't fully implement the Common Gateway Interface
    (CGI), or</li>
  <li>You failed to read the instructions in INSTALL for configuring the
    <code>webadmin</code> module.</li>
</ol>

<p>For security reasons, the default configuration of <code>webadmin</code>
prevents access from non-local IP addresses without SSL. See INSTALL for more
information.</p>
</body>
</html>