We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d9d6b commit 767f9f2Copy full SHA for 767f9f2
README.md
@@ -1,4 +1,4 @@
1
-# mod_status_text
+mod_status_text
2
===============
3
4
# What is it?
@@ -12,15 +12,19 @@
12
13
Load mod_status_text and to enable it, add the following lines into any config file:
14
15
+```
16
LoadModule status_text_module modules/mod_status_text.so
17
<Location /server-status-text>
18
SetHandler server-status-text
19
</Location>
20
21
22
You may want to protect this location by password or domain so no one
23
else can look at it. Then you can access the statistics with a URL like:
24
25
26
http://your_server_name/server-status-text
27
28
29
They returns full text server status
30
0 commit comments