Hi everybody,I would like to know how can I do to disable a virtual host and print an error page in virtual host not enabled. Having www.mydomain.com and www.mydomain2.com, when I execute a2dissite www.mydomain.com I get www.domain2.com (its contents) and if I execute a2dissite www.mydomain2.com I get www.domain.com (its contents).Please, can you tell me how can I do this? I would like to get to manage virtual hosts with different domains and to have the possibility to disable some virtual host, but having enabled another virtual hosts.