>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:     [EMAIL PROTECTED]
>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:


Reply via email to