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