Hi,

I see that the "-k start" is stripped from process->argv which is handed over to modules. I have a requirement where I want the "-k start" also in my module. I see that argv is getting stripped of "-k start" in server/mpm_common.c. How can I send this value to my module. Would writing this detail in a table before the stripping help so that the module can extract this detail from that table.

Thanks in advance,
Pradeep

Reply via email to