Hi,
> Patch below was tested and it worked in a linux environment.

> # diff -u mod_info.old.c mod_info.c
> --- mod_info.old.c      Mon Sep 15 07:48:59 2003
> +++ mod_info.c  Mon Sep 15 07:50:18 2003
> @@ -405,7 +405,7 @@
>              ap_rprintf(r, "<dt><strong>Server Root:</strong> "
>                          "<tt>%s</tt></dt>\n", ap_server_root);
>              ap_rprintf(r, "<dt><strong>Config File:</strong> "
> -                      "<tt>%s</tt></dt>\n", SERVER_CONFIG_FILE);
> +                      "<tt>%s</tt></dt>\n", ap_conftree->filename);
>              ap_rputs("</dl><hr />", r);
>          }
>          for (modp = ap_top_module; modp; modp = modp->next) {
just tested with NetWare and Win32 and works fine. 
Would be nice to have that in 2.0.48 since it is a simple patch which shouldnt break 
anything...

Guenter.


Reply via email to