home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / komunikace / apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252861_htdigest.html.en < prev    next >
Extensible Markup Language  |  2003-05-29  |  5KB  |  70 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
  4.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5.               This file is generated from xml source: DO NOT EDIT
  6.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  7.       -->
  8. <title>htdigest - manage user files for digest authentication - Apache HTTP Server</title>
  9. <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  10. <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  11. <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  12. <link href="../images/favicon.ico" rel="shortcut icon" /></head>
  13. <body id="manual-page"><div id="page-header">
  14. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
  15. <p class="apache">Apache HTTP Server Version 2.0</p>
  16. <img alt="" src="../images/feather.gif" /></div>
  17. <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
  18. <div id="path">
  19. <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htdigest - manage user files for digest authentication</h1>
  20. <div class="toplang">
  21. <p><span>Available Languages: </span><a href="../en/programs/htdigest.html" title="English"> en </a></p>
  22. </div>
  23.  
  24.     <p><code>htdigest</code> is used to create and update the flat-files used
  25.     to store usernames, realm and password for digest authentication of HTTP
  26.     users. Resources available from the Apache HTTP server can be restricted
  27.     to just the users listed in the files created by <code>htdigest</code>.</p>
  28.  
  29.     <p>This manual page only lists the command line arguments. For details of
  30.     the directives necessary to configure digest authentication in
  31.     <a href="httpd.html">httpd</a> see the Apache manual, which is part
  32.     of the Apache distribution or can be found at
  33.     <a href="http://httpd.apache.org/">http://httpd.apache.org/</a>.</p>
  34. </div>
  35. <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li>
  36. <li><img alt="" src="../images/down.gif" /> <a href="#options">Options</a></li>
  37. </ul><h3>See also</h3><ul class="seealso"><li><a href="httpd.html">httpd</a></li><li><code class="module"><a href="../mod/mod_auth_digest.html">mod_auth_digest</a></code></li></ul></div>
  38. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  39. <div class="section">
  40. <h2><a name="synopsis" id="synopsis">Synopsis</a></h2>
  41.     <p><code><strong>htdigest</strong> [ -<strong>c</strong> ]
  42.     <var>passwdfile</var> <var>realm</var> <var>username</var></code></p>
  43. </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  44. <div class="section">
  45. <h2><a name="options" id="options">Options</a></h2>
  46.     <dl>
  47.     <dt><code>-c</code></dt>
  48.     <dd>Create the <var>passwdfile</var>. If <var>passwdfile</var> already
  49.     exists, it is deleted first.</dd>
  50.  
  51.     <dt><code><var>passwdfile</var></code></dt>
  52.     <dd>Name of the file to contain the username, realm and password. If
  53.     <code>-c</code> is given, this file is created if it does not already
  54.     exist, or deleted and recreated if it does exist.</dd>
  55.  
  56.     <dt><code><var>realm</var></code></dt>
  57.     <dd>The realm name to which the user name belongs.</dd>
  58.  
  59.     <dt><code><var>username</var></code></dt>
  60.     <dd>The user name to create or update in <var>passwdfile</var>. If
  61.     <var>username</var> does not exist is this file, an entry is added. If it
  62.     does exist, the password is changed.</dd>
  63.     </dl>
  64. </div></div>
  65. <div class="bottomlang">
  66. <p><span>Available Languages: </span><a href="../en/programs/htdigest.html" title="English"> en </a></p>
  67. </div><div id="footer">
  68. <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  69. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
  70. </body></html>