[UPHPU] Passing more than one $_GET variable
Clint Savage
herlo1 at gmail.com
Tue Sep 4 00:21:08 MDT 2007
On 9/3/07, Wade Preston Shearer <lists at wadeshearer.com> 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
More information about the UPHPU
mailing list