Ability to use "*" as IP for VirtualHost (Apache)

Hello,

Is it possible to use "*" as IP address in <VirtualHost *:80> ?
Now i just can to choose for the server IP or virtual/alias IP.

Thanks.

If before starting to use Virtualmin you add

[code:1]NameVirtualHost *:80[/code:1]
to your httpd.conf file, then the virtualhosts will be created as you mentioned, as:

[code:1]VirtualHost *:80[/code:1]
(at least this is what i am experiencing on my freebsd system).