summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjan <jan@152afb58-edef-0310-8abb-c4023f1b3aa9>2005-06-06 21:19:25 +0000
committerjan <jan@152afb58-edef-0310-8abb-c4023f1b3aa9>2005-06-06 21:19:25 +0000
commit26142369941b9c3442f6c892dd95365252556830 (patch)
treeffb5d573298c5017a199792462a62080ee42bd02
parent2ed458f82cd1b1b11fbc18592d372a2ac4771db0 (diff)
downloadlighttpd-26142369941b9c3442f6c892dd95365252556830.tar.gz
authentification -> authentication
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@373 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--doc/Makefile.am16
-rw-r--r--doc/authentication.txt (renamed from doc/authentification.txt)8
-rw-r--r--doc/lighttpd.conf2
-rw-r--r--doc/secdownload.txt4
4 files changed, 15 insertions, 15 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e3d03184..1af342cc 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,7 +2,7 @@ dist_man1_MANS=lighttpd.1 spawn-fcgi.1
DOCS=accesslog.txt \
-authentification.txt \
+authentication.txt \
cgi.txt \
compress.txt \
configuration.txt \
@@ -32,7 +32,7 @@ upload-progress.txt \
trigger-b4-dl.txt
HTMLDOCS=accesslog.html \
- authentification.html \
+ authentication.html \
cgi.html \
compress.html \
configuration.html \
@@ -63,8 +63,8 @@ HTMLDOCS=accesslog.html \
EXTRA_DIST=lighttpd.conf lighttpd.user \
rc.lighttpd rc.lighttpd.redhat sysconfig.lighttpd \
- state.ps.gz rrdtool-graph.sh \
- state.dot fastcgi-state.dot fastcgi-state.ps.gz \
+ rrdtool-graph.sh \
+ state.dot fastcgi-state.dot \
spawn-php.sh \
newstyle.css \
oldstyle.css \
@@ -76,11 +76,11 @@ EXTRA_DIST=lighttpd.conf lighttpd.user \
html: $(HTMLDOCS)
-%.ps.gz: %.ps
- gzip $^
+#%.ps.gz: %.ps
+# gzip $^
-%.ps: %.dot
- dot -Tps -o $@ $^
+#%.ps: %.dot
+# dot -Tps -o $@ $^
clean-local:
rm -f *.html
diff --git a/doc/authentification.txt b/doc/authentication.txt
index 92b2bd5e..14eb112d 100644
--- a/doc/authentification.txt
+++ b/doc/authentication.txt
@@ -14,7 +14,7 @@ Module: mod_auth
The auth module provides ...
.. meta::
- :keywords: lighttpd, authentification
+ :keywords: lighttpd, authentication
.. contents:: Table of Contents
@@ -24,7 +24,7 @@ Description
Supported Methods
-----------------
-lighttpd supportes both authentification method described by
+lighttpd supportes both authentication method described by
RFC 2617:
basic
@@ -40,13 +40,13 @@ digest
The Digest method only transfers a hashed value over the
network which performs a lot of work to harden the
-authentification process in insecure networks.
+authentication process in insecure networks.
Backends
--------
Depending on the method lighttpd provides various way to store
-the credentials used for the authentification.
+the credentials used for the authentication.
for basic auth:
diff --git a/doc/lighttpd.conf b/doc/lighttpd.conf
index b1f48fba..d3e39ba2 100644
--- a/doc/lighttpd.conf
+++ b/doc/lighttpd.conf
@@ -229,7 +229,7 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
#status.config-url = "/server-config"
#### auth module
-## read authentification.txt for more info
+## read authentication.txt for more info
#auth.backend = "plain"
#auth.backend.plain.userfile = "lighttpd.user"
#auth.backend.plain.groupfile = "lighttpd.group"
diff --git a/doc/secdownload.txt b/doc/secdownload.txt
index 10413103..b84584cf 100644
--- a/doc/secdownload.txt
+++ b/doc/secdownload.txt
@@ -34,7 +34,7 @@ Description
there are multiple way to handle secured download mechanisms:
-1. use the webserver and the internal HTTP-authentification
+1. use the webserver and the internal HTTP-authentication
2. use the application to authenticate and send the file
through the application
@@ -44,7 +44,7 @@ webserver:
- ``+`` fast download
- ``+`` no additional system load
-- ``-`` unflexible authentification handling
+- ``-`` unflexible authentication handling
application: