website diff en/doc/handbook/web-server.html @ rev 117

en: Typos, spelling, wording, etc.
author Mike D. Smith <MikeDSmith25@gmail.com>
date Sat Jul 19 16:23:18 2008 +0000 (2008-07-19)
parents f0c0c73578c0
children e31ce56880e6
line diff
     1.1 --- a/en/doc/handbook/web-server.html	Sat Jun 14 14:48:17 2008 +0000
     1.2 +++ b/en/doc/handbook/web-server.html	Sat Jul 19 16:23:18 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.5      <meta name="description" content="slitaz English handbook" />
     1.6      <meta name="expires" content="never" />
     1.7 -    <meta name="modified" content="2008-02-26 18:30:00" />
     1.8 +    <meta name="modified" content="2008-07-18 07:00:00" />
     1.9      <meta name="publisher" content="www.slitaz.org" />
    1.10      <meta name="author" content="Christophe Lincoln" />
    1.11      <link rel="shortcut icon" href="favicon.ico" />
    1.12 @@ -168,7 +168,7 @@
    1.13  define the directories that require authorization. In this example we'll protect the <code>admin/</code> directory
    1.14  and authorize it's access to user hacker (<code>user=hacker</code>):
    1.15  </p>
    1.16 -<pre class="script"># Authentification for protected directory.
    1.17 +<pre class="script"># Authentication for protected directory.
    1.18  auth.debug = 2
    1.19  auth.backend = "plain"
    1.20  auth.backend.plain.userfile = "/etc/lighttpd/plain.passwd"