On Sun, 28 Oct 2001 02:08:46 -0300, Ana Paula wrote:

>
>On Sat, 27 Oct 2001 17:29:05 -1000
>"Aubrey" <[EMAIL PROTECTED]> wrote:
>
>> You would need to edit the httpd.conf for the hosting server.
>> when you create a virtual server, it creates the httpd.conf file with the
>> correct ip.
>> -Aub
>
>Yes. But all seems right. In the httpd.conf this virtual server, all
>seems correct:
>
>Port 8080
>Listen 200.xxx.xxx.239:8080
><IfDefine SSL>
>Listen 200.xxx.xxx.239:8443
></IfDefine>
>
>ServerAdmin [EMAIL PROTECTED]
>ServerName appds.org
>
>NameVirtualHost 200.xxx.xxx.239
>
>In /etc/rc all seem ok too:
>
>IP_ADDR=`hostname -i | sed -e 's/\(.*\) .*/\1/'`
>
># HTTP redirect:
>vsdredirect ${IP_ADDR}:80:8080
># HTTPS redirect:
>vsdredirect ${IP_ADDR}:443:8443
>
>Im not have iptables and ipchains is empty:
>
>Chain input (policy ACCEPT):
>Chain forward (policy ACCEPT):
>Chain output (policy ACCEPT):
>
>I dont know more what to do .......
>
>Ana

What Aubrey meant was to edit httpd.con on the physical host machine, 
so that it has either a Listen or Bind statement pointing to that 
machine's IP address. This will make it listen on that address only 
and then free up the other IPs for your virtual servers.

Cheers



------------------------- The freeVSD Support List --------------------------
Subscribe:   mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives:    http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------

Reply via email to