Re: [users@httpd] how to run one module before another

2017-11-03 Thread eeadev dev
also could please explain further what is the meaning of these aszSuc/aszPre? thank you 2017-11-03 9:23 GMT+01:00 eeadev dev : > thanks Eric, but what if they are custom modules? > > 2017-11-02 19:58 GMT+01:00 Eric Covener : > >> grep for aszSuc/aszPre in a few standard modules. >> >> On Thu, Nov

Re: [users@httpd] how to run one module before another

2017-11-03 Thread eeadev dev
thanks Eric, but what if they are custom modules? 2017-11-02 19:58 GMT+01:00 Eric Covener : > grep for aszSuc/aszPre in a few standard modules. > > On Thu, Nov 2, 2017 at 2:14 PM, eeadev dev wrote: > > How can I decide the order of two module or at least having one always > > running before anot

Re: [users@httpd] how to run one module before another

2017-11-02 Thread Eric Covener
grep for aszSuc/aszPre in a few standard modules. On Thu, Nov 2, 2017 at 2:14 PM, eeadev dev wrote: > How can I decide the order of two module or at least having one always > running before another one? > > thanks -- Eric Covener cove...@gmail.com

[users@httpd] how to run one module before another

2017-11-02 Thread eeadev dev
How can I decide the order of two module or at least having one always running before another one? thanks