If I inactivate one of my websites (via ISPConfig control panel by un-checking ACTIVE box for that website), and go to URL of site I've just inactivated, I see one of other website under the domain I've inactivated. For example: domain-1.com domain-2.com domain-3.com (inactivated) when i visit domain-3.com i see domain-1.com site domain-4.com domain-5.com (inactivated) when i visit domain-5.com i see domain-1.com site Does anyone know how can I show custom page for an inactive web site? Also, domain-1.com shows under my IP is it possible to place custom page for IP (i.e. http://11.22.33.44), Thanks in advance
Apache shows the first website for a IP address if no other vhost matches. If you want to show a specific site, then create a default vhost. Please see here for a default vhost example for apache: http://httpd.apache.org/docs/2.1/vhosts/examples.html
Thanks. I'm not sure what file or where to make modification to create default vhost. 1) Do I have to modify /etc/httpd/conf/httpd.conf and add defaul vhost configuration 2) Is this done in ISPConfig3 websites under options tab (apache directive) 3) Do I have to create another dummy site in ISPConfig3? Please advise. Thanks!