Hi, > what do I need to do to make vipmap working? > what suggestions do you have for the env in apache for the cgi-bin > script so each of the server is running their own sqwebmail script. I > want to say that it does work it just called the main sqwebmail script. > THANKS,
What you want to do is specify a a separate <VirtualHost> container for each domain and ScriptAlias to the apropriate cgi directory within each container. Remember, you can specify _nearly_ any apache attribute within a <VirtualHost> container. Hope that helps, Sarton
