try connecting to the virtual server on port 8080, this will show if the
apache daemon is working, if so, try using iptables to redirect the port
translation like so substituting IP's and ports with the right values:

iptables -t nat -A PREROUTING -d 10.1.5.0 -p tcp -m tcp --dport 80 -j DNAT
--to-destination 10.1.5.0:8080

> -----Original Message-----
> From: Alan Blakey [mailto:[EMAIL PROTECTED]]
> Sent: 17 September 2002 09:58
> To: [EMAIL PROTECTED]
> Subject: Httpd: Connection Refused
> 
> 
> Hi,
> 
> I have just installed freevsd on a RH7.2 Platform using all FAQs and
> INSTALL's as I could find. I have used the 7.2 Patched RPMS 
> as described
> on the FAQ on fubra.com. Everything looks ok. I have all 
> Daemons working
> apart from the apache (HTTPD) Daemon. If I type my Domain or 
> IP address
> in a web browser. My RH7.2 machine, when in console mode gives a:
> 
> cannot connect(): Connenction Refused
> 
> Error
> 
> And the browser gives a Error Page - Page Cannot be found (IE6)
> Or
> Connection broken by server (Netscape)
> 
> When I type ps -ax for a list of processes I get all Daemons and the 2
> vsdredirect daemons working for ports 80, 443. When I type in httpd
> start, nothing happens, and still no httpd daemon. When I 
> type httpd -t
> I get the Syntax OK message. So I'm assuming that apache 
> (httpd) can run
> ok.
> 
> Has anyone came across this error before and if they have I would be
> grateful if they could help me out?
> 
> TIA
> 
> Alan Blakey
> 
> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
> Notice of Confidentiality
> --------------------------------------
> This transmission contains information which may be confidential and 
> which may also be privileged. Unless you are the intended 
> recipient of 
> the message (or authorised to receive it for the intended 
> recipient) you 
> may not copy, forward or use it, or disclose it or its 
> contents to anyone 
> else.
> 
> This email has been scanned for every known virus, prior to leaving 
> the
> Reekie Machining Mailserver. If you have any queries please contact 
> our IT Dept. using the following email address: 
> 
> [EMAIL PROTECTED]
> 
> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
> 
> SIGABOK (this signature was added during virus scan) 
> {17/09/2002 09:58:30}
> 
> ------------------------- 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