On 9/3/07, Wade Preston Shearer <[EMAIL PROTECTED]> wrote:
> > <VirtualHost [IP]:[port]>
> >    ServerName     www.[domain].org
> >    RedirectPermanent     /     http://[domain].org/
> > </VirtualHost>
>
> I tried that and it didn't work. It loaded the default domain on the
> box. Instead of…
>
> <VirtualHost [IP]:[port]>
>
>
> …I am using…
>
> <VirtualHost *:80>
>
>
> Would that make a different?
>
The essential difference from

<VirtualHost *:80>

and

<VirtualHost ip.ad.dr.ess:80>

Is that the former will accept connections on any interface over port
80.  The latter will *only* accept connections on port 80 at
ip.ad.dr.ess.

Cheers,

Clint


_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to