These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for How do I edit the default IP address of new virtualhosts -- currently * but I want it to be a specific IP on the new forum.
Howdy,
You'd want to make sure that all the .conf files have a "VirtualHost" line that contains your IP address, and not a "*".
Also, there should be a NameVirtualHost line within your Apache config somewhere... that NameVirtualHost line should contain your IP address as well, and not a "*".
-Eric
Amazing, I'll give that a try. If they're all set to my ip address, will VirtualMin automatically use that?
The places that I'm going to look are:
/etc/apache2/sites-available/* /etc/apache2/apache2.conf
Is there anywhere else?