--On Sunday, February 29, 2004 10:11 AM -0300 Esteban Pizzini <[EMAIL PROTECTED]> wrote:

 How can I get the value of httpd.conf --> Pidfile directive from a
module???
 I've been looking in mod_info, but it implements a cycle reading all
directives (and there gets PidFile value to show).. is there any function
that gets the value of PidFile directive in a easier way??

If you include mpm_common.h, you might be able to use ap_pid_fname. -- justin

Reply via email to