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-c4023f1b3aa9svn/tags/lighttpd-1.4.11
parent
156c02a466
commit
587cc43174
|
@ -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. ::
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue