config file name.
Submitted by: Aryeh Katz <aryeh@secured-services.com>
Reviewed by: G�nter Knauf, Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101297
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) Fix mod_info to use the real config file name, not the default
+ config file name. [Aryeh Katz <aryeh@secured-services.com>]
+
*) This fixes the cache code so that responses can be cached
if they have an Expires header but no Etag or Last-Modified
headers. PR 23130.
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) {