On 03/06/09 13:36, Basant Kukreja wrote: > Thanks for reviewing : > > On Fri, Mar 06, 2009 at 12:20:12PM +0530, rahul wrote: >> - sed module.conf says >> +++ new/usr/src/cmd/apache2/modules/sed.conf Thu Mar 5 18:31:19 2009 > * security2.conf, fcgid.conf all takes the same approach : > * Since sed.conf is architechture independent, it has two choices: > 1. LoadModule sed_module libexec/64/mod_sed.so
This is the preferred way since it makes the conf architecture independent. > or > 2. LoadModule sed_module libexec/$ARCH/mod_sed.so > > In both cases, user have to edit this file. Edit it for loading the module or to write the sed commands ? You can also add (in future) some sample sed commands (commented by default) to sed.conf . I think the question was why wasn't '64' used in the prototype_i386 and prototyp_sparc files. I think it will cause issues as '64' is defined as a symlink in one package and directory in another package. > > * There was a plan to create 64 symlink in apache2/libexec directory (similar > to webstack 1.4), but I don't know what is the resolution. '64' symlink changes have gone into snv_109. > > We can file a separate Bug to correct all apache modules sample configuration. I have already changed the existing (as of snv_108) modules' configuration files. Regards, Seema.
