You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Emmanuel Soden <es...@4js.com> on 2000/03/08 17:02:22 UTC

mod_info/5844: mod info give a GPF

>Number:         5844
>Category:       mod_info
>Synopsis:       mod info give a GPF
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Mar 08 08:10:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     es@4js.com
>Release:        1.3.9 to 1.3.12
>Organization:
apache
>Environment:
NT 4 SP 5 and Windows 2000 Professional
Visual C++ 6 SP3
Apache 1.3.9
Apache 1.3.12
>Description:
 I have installed the latest release 1.3.12 on Windows 2000. I would
like to enable mod_info so I compile this module integrate it in my
configuration file. And when I want to use my server info URL
"http://localhost/server-info". I got a GPF I try in debug mode to find
the error. The error seems to be in the mod_info.c.


I have try to compile using makefile and VC++ project and I got the same
problem.


>How-To-Repeat:
Simply using the following to get server-info on your httpd
>Fix:
-  several global variables a NULL when the procedure try to retrieve
informations about the web browser in the function  'display_info' at
line 359.
  Here you can find the NULL variables:
    ap_user_name
    ap_user_id
    ap_group_id
    ap_pid_fname
    ap_server_confname

 - When it try to retrieve information about the different modules the
'modp' variable is NULL.
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]