diff options
author | Rich Bowen <rbowen@apache.org> | 2001-09-22 21:39:26 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2001-09-22 21:39:26 +0200 |
commit | f88b50dec40878abeccce0e1b9cfc6780a4b1465 (patch) | |
tree | 84e6a7b926e102d9f322b96351f2346be29c2db5 /docs/manual/programs/htdigest.html | |
parent | w3c tidy to convert to xhtml. Please verify that foreign language files (diff) | |
download | apache2-f88b50dec40878abeccce0e1b9cfc6780a4b1465.tar.xz apache2-f88b50dec40878abeccce0e1b9cfc6780a4b1465.zip |
w3c tidy to convert to xhtml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/htdigest.html')
-rw-r--r-- | docs/manual/programs/htdigest.html | 40 |
1 files changed, 25 insertions, 15 deletions
diff --git a/docs/manual/programs/htdigest.html b/docs/manual/programs/htdigest.html index c4c00f813e..fe65df5e14 100644 --- a/docs/manual/programs/htdigest.html +++ b/docs/manual/programs/htdigest.html @@ -1,20 +1,28 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<html> -<head><title>Manual Page: htdigest - Apache HTTP Server</title></head> -<body bgcolor="#ffffff" text="#000000" link="#0000ff" -vlink="#000080" alink="#ff0000"> -<!--#include virtual="header.html" --> -<h1 align="center">Manual Page: htdigest</h1> -<!-- This document was autogenerated from the man page --> +<!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"> + <head> + <meta name="generator" content="HTML Tidy, see www.w3.org" /> + + <title>Manual Page: htdigest - Apache HTTP Server</title> + </head> + + <body bgcolor="#ffffff" text="#000000" link="#0000ff" + vlink="#000080" alink="#ff0000"> + <!--#include virtual="header.html" --> + + <h1 align="center">Manual Page: htdigest</h1> + <!-- This document was autogenerated from the man page --> <pre> <strong>NAME</strong> htdigest - Create and update user authentication files <strong>SYNOPSIS</strong> - <strong>htdigest </strong>[ -<strong>c </strong>] <em>passwdfile realm username</em> + <strong>htdigest</strong> [ -<strong>c</strong> ] <em>passwdfile realm username</em> <strong>DESCRIPTION</strong> - <strong>htdigest </strong>is used to create and update the flat-files used to + <strong>htdigest</strong> is used to create and update the flat-files used to store usernames, realm and password for digest authentica- tion of HTTP users. Resources available from the <strong>httpd</strong> Apache web server can be restricted to just the users listed @@ -22,12 +30,12 @@ vlink="#000080" alink="#ff0000"> This manual page only lists the command line arguments. For details of the directives necessary to configure digest - authentication in <strong>httpd </strong>see the Apache manual, which is part + authentication in <strong>httpd</strong> see the Apache manual, which is part of the Apache distribution or can be found at http://www.apache.org/. <strong>OPTIONS</strong> - -c Create the <em>passwdfile</em>. If <em>passwdfile </em>already exists, it + -c Create the <em>passwdfile</em>. If <em>passwdfile</em> already exists, it is deleted first. <em>passwdfile</em> @@ -41,12 +49,14 @@ vlink="#000080" alink="#ff0000"> <em>username</em> The user name to create or update in <strong>passwdfile</strong>. If - <em>username </em>does not exist is this file, an entry is + <em>username</em> does not exist is this file, an entry is added. If it does exist, the password is changed. <strong>SEE ALSO</strong> <strong>httpd(8)</strong> </pre> -<!--#include virtual="footer.html" --> -</body></html> + <!--#include virtual="footer.html" --> + </body> +</html> + |