You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jeffrey Walton <no...@gmail.com> on 2020/04/26 23:04:54 UTC

[users@httpd] How to get the module_index for ap_log_rerror?

Hi Everyone,

I'm trying to log a few errors in a Apache 2.4 module using
ap_log_error and ap_log_rerror. I have access to the request_rec
struct. One of the arguments to the functions is module_index.

* https://ci.apache.org/projects/httpd/trunk/doxygen/group__APACHE__CORE__LOG.html#ga83397d991e162cb611864767c1bc0c54
* https://ci.apache.org/projects/httpd/trunk/doxygen/group__APACHE__CORE__LOG.html#ga7b7009cfaad5a84be316e523d7ef1236

I don't know how to obtain module_index.

How do I obtain the module_index for my module?

Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org