S svenv New member Joined Sep 22, 2013 Messages 1 Sep 22, 2013 #1 In stead of showing the 'sharedip' template or /vat/www/html/, the server's hostname 'name.server.com' and ip-address show the website of the first created user on that server. Anyone knows why?
In stead of showing the 'sharedip' template or /vat/www/html/, the server's hostname 'name.server.com' and ip-address show the website of the first created user on that server. Anyone knows why?
scsi Verified User Joined Aug 19, 2008 Messages 4,521 Sep 23, 2013 #2 It goes by whatever virtual host is listed first in the apache config. Make sure /etc/httpd/conf/extra/httpd-vhosts.conf is included before all the users ones in /usr/local/directadmin You could always do: Code: cd /usr/local/directadmin/custombuild ./build rewrite_confs But of course this is only for the main server ip. Other shared ips may act differently.
It goes by whatever virtual host is listed first in the apache config. Make sure /etc/httpd/conf/extra/httpd-vhosts.conf is included before all the users ones in /usr/local/directadmin You could always do: Code: cd /usr/local/directadmin/custombuild ./build rewrite_confs But of course this is only for the main server ip. Other shared ips may act differently.