Hello,
there is a new global parameter that can be used in config file: 'mpath'. The parameter specify the path from where to look for modules. The value will be prefixed to the parameter of any loadmodule when this is not absolute. For example:
loadmodule "/usr/loca/lib/openser/modules/textops.so" loadmodule "/usr/loca/lib/openser/modules/xlog.so"
is the same now with:
mpath="/usr/loca/lib/openser/modules" loadmodule "textops.so" loadmodule "xlog.so"
or with:
mpath="/usr/loca/lib/openser" loadmodule "modules/textops.so" loadmodule "modules/xlog.so"
This will ease the migration of the config when dealing with many instances installed with different prefixes.
Cheers, Daniel
Cool new feature for having several versions of ser on the same machine.
Thanks, klaus
Daniel-Constantin Mierla wrote:
Hello,
there is a new global parameter that can be used in config file: 'mpath'. The parameter specify the path from where to look for modules. The value will be prefixed to the parameter of any loadmodule when this is not absolute. For example:
loadmodule "/usr/loca/lib/openser/modules/textops.so" loadmodule "/usr/loca/lib/openser/modules/xlog.so"
is the same now with:
mpath="/usr/loca/lib/openser/modules" loadmodule "textops.so" loadmodule "xlog.so"
or with:
mpath="/usr/loca/lib/openser" loadmodule "modules/textops.so" loadmodule "modules/xlog.so"
This will ease the migration of the config when dealing with many instances installed with different prefixes.
Cheers, Daniel
Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/listinfo/devel