From a6c476d880b45eb465427add2b7bb125aab83899 Mon Sep 17 00:00:00 2001 From: pioklo Date: Fri, 28 Jun 2002 16:59:36 +0000 Subject: [PATCH] - frist load status_module before try run it Changed files: apache-httpd.conf -> 1.19 --- apache-httpd.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/apache-httpd.conf b/apache-httpd.conf index 8b643a5..eae55ee 100644 --- a/apache-httpd.conf +++ b/apache-httpd.conf @@ -150,12 +150,6 @@ Listen 80 #BindAddress * -### ExtendedStatus -# controls whether Apache will generate "full" status information -# (ExtendedStatus On) or just basic information (ExtendedStatus Off) when -# the "server-status" handler is called. The default is Off. - -#ExtendedStatus On ### Section 2: Dynamic Shared Object (DSO) Support # @@ -168,6 +162,13 @@ Listen 80 ClearModuleList AddModule mod_so.c +### ExtendedStatus +# controls whether Apache will generate "full" status information +# (ExtendedStatus On) or just basic information (ExtendedStatus Off) when +# the "server-status" handler is called. The default is Off. + +#ExtendedStatus On + ### Section 3: 'Main' server configuration # # The directives in this section set up the values used by the 'main' -- 2.44.0