Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit ad29c0b

Browse files
committed
Corrected server-status example.
1 parent 554e1a1 commit ad29c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ You can view the output from Apache server-status either using the elinks browse
314314
```
315315
$ docker exec -it apache-php.app-1.1.1 \
316316
env TERM=xterm \
317-
watch -n 10 \
318-
-d "curl -s http://app-1/_httpdstatus?auto"
317+
watch -n 1 \
318+
-d "curl -s http://app-1/server-status?auto"
319319
```
320320

321321
##### APACHE_LOAD_MODULES

0 commit comments

Comments
 (0)