Skip to content

Commit 60322cd

Browse files
committed
Update README.md
1 parent 767f9f2 commit 60322cd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ mod_status_text
88
This is Status Module. They display lots of internal data about how Apache is
99
performing and the state of all children processes.
1010

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+
1121
# How to use it ?
1222

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

0 commit comments

Comments
 (0)