fixed typo and added extra notes (patch by <robe@amd.co.at>)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@977 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.11
Jan Kneschke 2006-02-01 11:50:36 +00:00
parent 156c02a466
commit 587cc43174
2 changed files with 13 additions and 3 deletions

View File

@ -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. ::

View File

@ -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"