* [PATCH 1/2] Enable Apache Status Module
@ 2026-06-22 14:14 Peer Dietzmann
0 siblings, 0 replies; only message in thread
From: Peer Dietzmann @ 2026-06-22 14:14 UTC (permalink / raw)
To: development, dietzmann
First of two patches to make Observium's Agent able to pull Apache's status.
Best,
Peer
Signed-off-by: Peer Dietzmann <dietzmann@brecht-schule.hamburg>
---
config/httpd/loadmodule.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/httpd/loadmodule.conf b/config/httpd/loadmodule.conf
index 9babd8f5b..4947a8a21 100644
--- a/config/httpd/loadmodule.conf
+++ b/config/httpd/loadmodule.conf
@@ -35,7 +35,7 @@ LoadModule setenvif_module /usr/lib/apache/mod_setenvif.so
#LoadModule version_module /usr/lib/apache/mod_version.so
LoadModule mime_module /usr/lib/apache/mod_mime.so
#LoadModule dav_module /usr/lib/apache/mod_dav.so
-#LoadModule status_module /usr/lib/apache/mod_status.so
+LoadModule status_module /usr/lib/apache/mod_status.so
#LoadModule autoindex_module /usr/lib/apache/mod_autoindex.so
#LoadModule asis_module /usr/lib/apache/mod_asis.so
#LoadModule info_module /usr/lib/apache/mod_info.so
--
2.43.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-22 14:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 14:14 [PATCH 1/2] Enable Apache Status Module Peer Dietzmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox