File: htdigest.html

package info (click to toggle)
cherokee 0.7.2-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,808 kB
  • ctags: 6,577
  • sloc: ansic: 45,071; python: 9,628; sh: 9,468; makefile: 1,639; xml: 61; perl: 32
file content (48 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
    <title>Htdigest Validator</title>
    <link href="../media/css/documentation.css" type="text/css" rel="stylesheet" />
</head>

<body>
    
    
    <h1>Htdigest Validator</h1>
    
    <p>The htdigest validator can use a flat-file generated by the Apache <a class="reference external" href="http://httpd.apache.org/docs/2.0/programs/htdigest.html">htdigest</a>
command.</p>
<div class="section" id="parameters">
<h1>Parameters</h1>
<table class="docutils">
<colgroup>
<col width="34%" />
<col width="66%" />
</colgroup>
<thead valign="bottom">
<tr><th class="head">Parameter</th>
<th class="head">Description</th>
</tr>
</thead>
<tbody valign="top">
<tr><td><tt class="docutils literal"><span class="pre">passwdfile</span></tt></td>
<td>Required. The location of the user/pass file.</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="compatibility">
<h1>Compatibility</h1>
<p>This validator is compatible with both <strong>basic</strong> and <strong>digest</strong> schemes.</p>
</div>
<div class="section" id="example">
<h1>Example</h1>
<pre class="literal-block">
vserver!default!directory!/secret/!
</pre>
</div>

    

    
</body>
</html>