Hi all

I need to know the changes in configuration of ser if I want that a single server can serve more than one domain.

Right now I am changing in following lines but it server only one domain at a time:

 

if (method=="REGISTER") {

 

                        if (!www_authorize("ims.de", "subscriber"))

                        {

                                www_challenge("ims.de", "0");

                                break;

                        };

 

                        save("location");

                        break;

                };

 

Thanks in anticipation

Kamal Mann