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"