fixed typos

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@835 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.8
Jan Kneschke 2005-11-11 12:43:16 +00:00
parent cd76736363
commit bdc5421430
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
=================
Configuation File
=================
==================
Configuration File
==================
------------
Module: core
@ -157,7 +157,7 @@ Example
# are not in the 10.0.0.0/8 network
$HTTP["host"] == "www.example.org" {
$HTTP["remoteip"] != "10.0.0.0/8" {
url.access-deny = ""
url.access-deny = ( "" )
}
}
@ -431,6 +431,6 @@ debug.log-file-not-found
default: disabled
debug.log-request-handler
debug.log-request-handling
default: disabled

View File

@ -172,7 +172,7 @@ directiry doesn't change, the files in it are all the same.
With the help of FAM or gamin you can use kernel events to assure that
your stat-cache is up to date. ::
server.stat-cache-engine = "fam" # either fam, simple or off
server.stat-cache-engine = "fam" # either fam, simple or disabled
Plattform Specific Notes