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

2 posts / 0 new
Last post
#1 Wed, 02/27/2008 - 18:03
chatlumo

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.

Wed, 02/27/2008 - 23:18
Lucian

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).

Topic locked