İlker Aktuna (Koç.net) wrote:
Hi,
Is it possible to force Ser to listen on multiple ports ? I just tried adding multiple port lines to the config file, but it did not start that way.
multiple listen=... directives should work.
Also, another question is how to add multiple domains. Again, I tried to add multiple domain lines to the config but didn't work.
you can either use multiple alias= directives or use the domain module and the functions provided by this module.
You also have to enable domain support in several modules:
modparam("group|usrloc", "use_domain", 1)
regards klaus