4bed37fe81cb26badd019491eef52ed2be6482a0
Home.md
| ... | ... | @@ -98,3 +98,4 @@ |
| 98 | 98 | |
| 99 | 99 | ### websites |
| 100 | 100 | - [django](technology/websites/django) |
| 101 | +- [httpd](httpd) |
technology/websites/httpd.md
| ... | ... | @@ -0,0 +1,6 @@ |
| 1 | +# httpd |
|
| 2 | + |
|
| 3 | +- view modules loaded into server |
|
| 4 | +``` |
|
| 5 | +httpd -l |
|
| 6 | +``` |