Skip to content

Commit 767f9f2

Browse files
committed
Update README.md
1 parent 25d9d6b commit 767f9f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mod_status_text
1+
mod_status_text
22
===============
33

44
# What is it?
@@ -12,15 +12,19 @@
1212

1313
Load mod_status_text and to enable it, add the following lines into any config file:
1414

15+
```
1516
LoadModule status_text_module modules/mod_status_text.so
1617
<Location /server-status-text>
1718
SetHandler server-status-text
1819
</Location>
20+
```
1921

2022
You may want to protect this location by password or domain so no one
2123
else can look at it. Then you can access the statistics with a URL like:
2224

25+
```
2326
http://your_server_name/server-status-text
27+
```
2428

2529
They returns full text server status
2630

0 commit comments

Comments
 (0)