3

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!

wilx
  • 17,697
  • 6
  • 59
  • 114
logoff
  • 3,347
  • 5
  • 41
  • 58
  • Did you have any luck getting to the configuration? I am pretty much in the need of the same thing right now. – wilx May 11 '12 at 11:52
  • @wilx no, as you can see, nobody replies... – logoff May 22 '12 at 11:31
  • @logoff this page [https://httpd.apache.org/docs/2.4/developer/modguide.html](https://httpd.apache.org/docs/2.4/developer/modguide.html) has some configuration info that might help – Dan Jul 16 '21 at 22:53
  • thanks @Dan, but 9 years later I don't even remember what was I doing XD – logoff Aug 11 '21 at 13:35

0 Answers0