hello,
when i remove the ip in httpd.conf,
i get in browser always the same one domain content, no matter what
domainname (name based) i call
niko

----- Original Message -----
From: "Damion Parry" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 24, 2001 1:13 PM
Subject: Re: Trying ipchains....now Connection refused. HEELP


> Yes, the httpd.conf on the virtual server, when using ipchains. I've
> just got it all working here.
>
> Is ipchains turned on?
>
> Damion.
>
> Nikolaus Franz wrote:
> >
> > hello
> > you mean in the httpd.conf? because this dont work
> > regards
> > niko
> >
> > ----- Original Message -----
> > From: "Damion Parry" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, July 24, 2001 10:56 AM
> > Subject: Re: Trying ipchains....now Connection refused. HEELP
> >
> > > Hello,
> > >
> > > I've just noticed the problem, you need to remove the IP address from
> > > the listen directive:
> > >
> > > Listen 8082
> > >
> > > and that should do it.
> > >
> > > Damion.
> > >
> > > > for your info,
> > > > i set ipchains on the host server! ....because on VS its not
available..
> > > > httpd.conf and /etc/rc changing on VS
> > > > niko
> > > >
> > > > ----- Original Message -----
> > > > From: "Damion Parry" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Tuesday, July 24, 2001 11:04 AM
> > > > Subject: Re: Trying ipchains....now Connection refused. HEELP
> > > >
> > > >
> > > > > Hello,
> > > > >
> > > > > Right, so you've changed the apache configuration so that it
listens
> > on
> > > > > port 8082, changed the vsdredirect commands so that they redirect
to
> > > > > 8082, and all works?
> > > > >
> > > > >   > vsdredirect $IPADDR:80:8082
> > > > >
> > > > > But when you remove the vsdredirect, and set up ipchains it
breaks?
> > Hmm,
> > > > > its ipchains problem me thinks.
> > > > >
> > > > > If you could set up the rules and execute:
> > > > >
> > > > >   # ipchains -L
> > > > >
> > > > > and let me know the output I'd be greatful.
> > > > >
> > > > > Damion.
> > > > >
> > > > > > hi,
> > > > > > i tried it from a different machine.
> > > > > > but its still a connection refused error
> > > > > > when i dont remove vsdredirects from /etc/rc instead changing to
> > 8082
> > > > than
> > > > > > it works
> > > > > > but i need responding with domainname and not with ip of VS in
> > > > > > access_log--and this dont work
> > > > > > what are my possibilities???
> > > > > > thanks a lot
> > > > > > niko
> > > > > >
> > > > > > ----- Original Message -----
> > > > > > From: "Damion Parry" <[EMAIL PROTECTED]>
> > > > > > To: <[EMAIL PROTECTED]>
> > > > > > Sent: Tuesday, July 24, 2001 10:20 AM
> > > > > > Subject: Re: Trying ipchains....now Connection refused. HEELP
> > > > > >
> > > > > >
> > > > > > > Hello,
> > > > > > >
> > > > > > > I think I've just remembered what the problem is. Did you try
> > pointing
> > > > > > > the browser from a different machine to the virtual server? If
its
> > an
> > > > > > > invalid request error rather than a connection refused error,
I
> > > > believe
> > > > > > > its got something to do with the way ipchains treats packets
> > coming
> > > > from
> > > > > > > the local machine (through loopback), but don't quote me on
that,
> > but
> > > > > > > the packets are still being redirected to port 8082.
> > > > > > >
> > > > > > > If its a connection refused error, then the port forwarding is
not
> > > > > > > taking place, which will be a problem with ipchains.
> > > > > > >
> > > > > > > HTH.
> > > > > > > Damion.
> > > > > > >
> > > > > > > > hi damion,
> > > > > > > > yes this works..
> > > > > > > > but also when i not change /etc/rc
> > > > > > > > niko
> > > > > > > >
> > > > > > > > ----- Original Message -----
> > > > > > > > From: "Damion Parry" <[EMAIL PROTECTED]>
> > > > > > > > To: <[EMAIL PROTECTED]>
> > > > > > > > Sent: Monday, July 23, 2001 6:59 PM
> > > > > > > > Subject: Re: Trying ipchains....now Connection refused.
HEELP
> > > > > > > >
> > > > > > > >
> > > > > > > > > Can you see the page if you point the browser at
$IPADDR:8082?
> > > > > > > > >
> > > > > > > > > Damion.
> > > > > > > > >
> > > > > > > > > > Nikolaus Franz wrote:
> > > > > > > > > >
> > > > > > > > > > hello,
> > > > > > > > > > because of incorrect domain transfer monitoring in
> > access_log i
> > > > try
> > > > > > to
> > > > > > > > > > use ipchains on redhat 6.2 with freeVSD 1.4.8
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > ipchains -A input --dst 62.155.42.22 --dport 80 -p
tcp -j
> > > > REDIRECT
> > > > > > > > > > 8082
> > > > > > > > > >
> > > > > > > > > > ipchains -A input --dst 62.155.42.22 --dport 80 -p
udp -j
> > > > REDIRECT
> > > > > > > > > > 8082
> > > > > > > > > >
> > > > > > > > > > (i not reboot the host server!!!! should i?)
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > then changing httpd.conf PORT to 8082
> > > > > > > > > >
> > > > > > > > > > Port 8082
> > > > > > > > > > Listen 62.155.42.22:8082
> > > > > > > > > >
> > > > > > > > > > then removing vsdredirect from /etc/rc
> > > > > > > > > >
> > > > > > > > > > but after rebootvs  i get via browser
> > > > > > > > > >
> > > > > > > > > > ERROR
> > > > > > > > > >
> > > > > > > > > > The requested URL could not be retrieved
> > > > > > > > > >
> > > > > > > > > > what is the fault, how can i solve the problem....
> > > > > > > > > > or how can i change back to stable solution
> > > > > > > > > >
> > > > > > > > > > please help soon, thanks a lot
> > > > > > > > > > niko
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > ------------------------- 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
> > > > > > > >
> > > > > >
> > > >
> >
> --------------------------------------------------------------------------
> > > > > > > > ---
> > > > > > > > >
> > > > > > > >
> > > > > > > > ------------------------- 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
> > > > > > >
> > > > > >
> > > >
> >
> --------------------------------------------------------------------------
> > > > > > ---
> > > > > > > ------------------------- 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
> > > > > >
> > > >
> >
> --------------------------------------------------------------------------
> > > > > > ---
> > > > > > >
> > > > > >
> > > > > >
> > > > > > ------------------------- 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
> > > > >
> > > >
> >
> --------------------------------------------------------------------------
> > > > ---
> > > > > ------------------------- 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
> > > >
> >
> --------------------------------------------------------------------------
> > > > ---
> > > > >
> > > >
> > > > ------------------------- 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
> > >
> >
> --------------------------------------------------------------------------
> > ---
> > > ------------------------- 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
> >
> --------------------------------------------------------------------------
> > ---
> > >
> >
> > ------------------------- 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
>
> --------------------------------------------------------------------------
---
> ------------------------- 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
> --------------------------------------------------------------------------
---
>

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