commit 4bed37fe81cb26badd019491eef52ed2be6482a0 parent 7c6831197efdc0b126fa212121ff96c0fe6e2032 Author: pyratebeard <root@pyratebeard.net> Date: Fri, 12 Jul 2019 15:38:23 +0100 new httpd page Diffstat:
M | Home.md | | | 1 | + |
A | technology/websites/httpd.md | | | 6 | ++++++ |
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Home.md b/Home.md @@ -98,3 +98,4 @@ ### websites - [django](technology/websites/django) +- [httpd](httpd) diff --git a/technology/websites/httpd.md b/technology/websites/httpd.md @@ -0,0 +1,6 @@ +# httpd + +- view modules loaded into server +``` +httpd -l +```