summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2006-02-01 11:50:36 +0000
committerJan Kneschke <jan@kneschke.de>2006-02-01 11:50:36 +0000
commitb832eb60dd7443906de33d454352534e88258d49 (patch)
tree03104e2ea3e57391f5773dcc3ca39ed0e7fdd668
parentae2e5bef7e486e43933752ee664ca3050cec2c47 (diff)
downloadlighttpd-git-b832eb60dd7443906de33d454352534e88258d49.tar.gz
fixed typo and added extra notes (patch by <robe@amd.co.at>)
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@977 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--doc/features.txt4
-rw-r--r--doc/status.txt12
2 files changed, 13 insertions, 3 deletions
diff --git a/doc/features.txt b/doc/features.txt
index b5885463..cfccbb11 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -40,13 +40,13 @@ It is used to see what is still missing and what is already done. ::
Constantly improving. ::
- The configuration syntax is overly complex, like Apache. There no .htaccess
+ The configuration syntax is overly complex, like Apache. There is no .htaccess
support.
.htaccess support is not planed yet. ::
There is only one server. You cannot have a separate configuration for each
- virtual server. This would seem to be especially problamatic when doing
+ virtual server. This would seem to be especially problematic when doing
SSL.
Works since 1.3.0. ::
diff --git a/doc/status.txt b/doc/status.txt
index 22e8a038..fe3ee871 100644
--- a/doc/status.txt
+++ b/doc/status.txt
@@ -29,6 +29,11 @@ information covers:
- current throughput
- active connections and their state
+
+We need to load the module first. ::
+
+ server.modules = ( ..., "mod_ssi", ... )
+
By default the status page is disabled to hide internal information from
unauthorized users. ::
@@ -47,6 +52,11 @@ Or require authorization: ::
( "realm" ... ) )
+Please note that when using the server.max-worker directive, the stati of the
+childs are not combined yet, so you're going to see different stats with each
+request.
+
+
Output Format
-------------
@@ -97,5 +107,5 @@ status.statistics-url
Default: unset
- Example: status.statistics-url = "/server-stats"
+ Example: status.statistics-url = "/server-statistics"