We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767f9f2 commit 60322cdCopy full SHA for 60322cd
1 file changed
README.md
@@ -8,6 +8,16 @@ mod_status_text
8
This is Status Module. They display lots of internal data about how Apache is
9
performing and the state of all children processes.
10
11
+# How to build ? #
12
+
13
+```
14
+# unzip <module archive>.zip
15
+# cd <module directory>
16
+# ./configure --with-apxs=/path/to/apxs
17
+# make
18
+# make install
19
20
21
# How to use it ?
22
23
Load mod_status_text and to enable it, add the following lines into any config file:
0 commit comments