fixed typos
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@835 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.8
parent
cd76736363
commit
bdc5421430
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue