You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by John Leavitt <jr...@lycos.com> on 1997/03/24 07:30:01 UTC

general/247: list the module for each directive for the -h switch

>Number:         247
>Category:       general
>Synopsis:       list the module for each directive for the -h switch
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          change-request
>Submitter-Id:   apache
>Arrival-Date:   Sun Mar 23 22:30:00 1997
>Originator:     jrrl@lycos.com
>Organization:
apache
>Release:        1.2b7
>Environment:
n/a
>Description:
It would be nice if the -h switch included the name of the module responsible for
each directive along with the directives.  Just a thought.  
>How-To-Repeat:

>Fix:
Change
printf ("%s\n", pc->name);
to 
printf ("%s [%s]\n", pc->name, preloaded_modules[n]->name);

Works for me
>Audit-Trail:
>Unformatted: