I am developing an Apache 2.x module with I/O filters. I need to access to Apache configuration from httpd.conf from my module filters code. I have "The Apache Modules Book, Application Development with Apache" of Nick Kew, but I have not found this topic inside it.
I need to know some Apache configuration values like LimitRequestFieldSize Directive (Apache Core Features documentation) or others.
How can I do it?
Thank you!