Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 23dfe8873d57cd78fdc95419f7eb0042 > files > 1448

cherokee-1.2.103-17.1.mga7.armv7hl.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
                "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Language" content="en-us" />
    <meta name="ROBOTS" content="ALL" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="MSSmartTagsPreventParsing" content="true" />
    <meta name="Keywords" content="cherokee web server httpd http" />
    <meta name="Description" content="Cherokee is a flexible, very fast, lightweight Web server. It is implemented entirely in C, and has no dependencies beyond a standard C library. It is embeddable and extensible with plug-ins. It supports on-the-fly configuration by reading files or strings, TLS/SSL (via GNUTLS or OpenSSL), virtual hosts, authentication, cache friendly features, PHP, custom error management, and much more." />
    <link href="media/css/cherokee_doc.css" rel="stylesheet" type="text/css" media="all" />
  </head>
<body>
<h2 id="_a_href_index_html_index_a_8594_a_href_modules_html_modules_a_8594_a_href_modules_validators_html_validators_a"><a href="index.html">Index</a> &#8594; <a href="modules.html">Modules</a> &#8594; <a href="modules_validators.html">Validators</a></h2>
<div class="sectionbody">
<h3 id="_validator_htpasswd">Validator: Htpasswd</h3><div style="clear:left"></div>
<div class="paragraph"><p>This validator uses htpasswd files, which are very common on Apache
web sever environments. It stores one line per entry with the user
name and a hash of the password.</p></div>
<div class="paragraph"><p>Cherokee supports the following hash algorithms:</p></div>
<div class="ulist"><ul>
<li>
<p>
MD5
</p>
</li>
<li>
<p>
MD5-crypt
</p>
</li>
<li>
<p>
Apache MD5
</p>
</li>
<li>
<p>
SHA1
</p>
</li>
<li>
<p>
crypt.
</p>
</li>
</ul></div>
<div class="paragraph"><p>The htpasswd validator can use a flat-file generated by the Apache
<a href="http://httpd.apache.org/docs/2.0/programs/htpasswd.html">htpasswd</a>
command.</p></div>
<h4 id="parameters">Parameters</h4>
<div class="tableblock">
<table rules="all"
width="100%"
frame="border"
cellspacing="0" cellpadding="4">
<col width="20%" />
<col width="80%" />
<thead>
<tr>
<th align="left" valign="top">Parameter      </th>
<th align="left" valign="top">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left" valign="top"><p class="table"><em>passwdfile</em></p></td>
<td align="left" valign="top"><p class="table">Required. The location of the user/pass file.</p></td>
</tr>
</tbody>
</table>
</div>
<h4 id="compatibility">Compatibility</h4>
<div class="paragraph"><p>This validator is compatible with the <strong>basic</strong> scheme, it&#8217;s not suitable for HTTP Digest.</p></div>
</div>
<div id="footer">
<div id="footer-text">
</div>
</div>
</body>
</html>