On May 19, 2004, at 7:53 AM, Larry Leszczynski wrote:
At apache 1.3 configure time there is "--permute-module" option, which can
swap module ordering:
--permute-module=N1:N2 on-the-fly permute module 'N1' with module 'N2'
You can either give it the names of two modules to swap, e.g.:
--permute-module=dir:perl
or you can use special names "BEGIN" and "END" to move a module to the beginning or end of the list, which might be what you want for mod_dir, e.g.:
--permute-module=dir:END
Ah, thanks for the pointer. I'll be writing up an FAQ for the Mason project soon, and I'll include all of this info.
Regards,
David
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]