RE: Defining mandatory parameters for Apache modules

2009-08-13 Thread Plüm, Rüdiger, VF-Group
parameters for Apache modules 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

Re: Defining mandatory parameters for Apache modules

2009-08-13 Thread Graham Leggett
Raj Iyer wrote: > 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 h

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 mo

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 mo