Hi, I'm trying to figure out where I have to put the _default_ virtual host Code: <VirtualHost _default_:80> DocumentRoot /var/www/ ServerAdmin [email protected] ErrorLog /usr/local/apache/logs/error_log TransferLog /usr/local/apache/logs/access_log </VirtualHost> To don't get a redirect to the first domain when I put the IP in my browser...
Actually I have multiple IP and it seems working only on the primary IP. in 000-default : Code: <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/ ...... but it's only works on the primary IP.. :s