Re: [us...@httpd] Defining mandatory parameters for Apache modules

2009-08-13 Thread André Warnier
Raj Iyer wrote: Hello, The Apache web server on start up iterates through the list of configuration directives and invokes the associated module handler for each directive. For e.g. if module A has handlers for directives D1 and D2, then the httpd process on start up will invoke the handlers

Re: [us...@httpd] Defining mandatory parameters for Apache modules

2009-08-13 Thread Dan Poirier
On 08/13/2009 06:59 AM, Raj Iyer wrote: However, what is the best way to find out missing mandatory parameters from within the module. For e.g. if a directive D3 is mandatory for the module to work, then how can the module on initialization guarantee that this configuration parameter is prov

[us...@httpd] Defining mandatory parameters for Apache modules

2009-08-13 Thread Raj Iyer
Hello, The Apache web server on start up iterates through the list of configuration directives and invokes the associated module handler for each directive. For e.g. if module A has handlers for directives D1 and D2, then the httpd process on start up will invoke the handlers within modul