0
I need to add a subdomain to this server, i added this
NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot /var/www/html
ServerName images.login.acorn.lt
</VirtualHost>
<VirtualHost *:80>
DocumentRoot /var/www/html
ServerName login.acorn.lt
</VirtualHost>
config to /etc/httpd/conf/httpd.conf
and restarted with apachectl -k graceful
, without error. But images.login.acorn.lt is down
Which effect do you expect? Both virtual hosts have the same document root. They will show the same content. – Matteo – 2014-06-26T10:41:24.850
images.login.acorn.lt doesn't work at all, i added same root just for the test @Matteo – Ben – 2014-06-26T10:42:36.450