RE: Get Parameter from httpd.conf

2011-05-30 Thread Niko Goutte
ect: Re: Get Parameter from httpd.conf > > So you're asking how your module knows it's own configuration > values? See the documentation first and then check ANY Module > for examples. Virtually all modules have configuration. If you > have any specific questions about parts o

Re: Get Parameter from httpd.conf

2011-05-26 Thread Ray Morris
So you're asking how your module knows it's own configuration values? See the documentation first and then check ANY Module for examples. Virtually all modules have configuration. If you have any specific questions about parts of the documentation that you don't understand, let us know. http:/

Re: Get Parameter from httpd.conf

2011-05-26 Thread Sorin Manolache
On Thu, May 26, 2011 at 16:18, Niko Goutte wrote: > > Hi, > > I am currently implementing a module and for each HTTP GET request, I need to > check its validity from another server. > I want to put these specific IP/Port parameters into httpd.conf. > Thus, each time a receive a GET request: > 1/