Hello,
I have on a Debian Sarge server Installed Pound 2.1-1
(thanks Sam J.)
Debian IP-Address = 192.168.9.210
gateway (gw) = 192.168.9.254
The gateway 192.168.9.254 is connected to Internet
In the Lan are another 2 servers are up:
192.168.9.44, gw=192.168.9.254 ( website = www.induxion.nl , port=80 ,
www.beekhoven-bikes.nl, port=80)
192.168.9.250 gw=192.168.9.254 ( website = www.induxion.nl
<http://www.induxion.nl/> ,
port=80 , www.beekhoven-bikes.nl, port=80)
I want to redirect the URL's from the 192.168.9.250 to 192.168.9.44
When I start Pound on the Debian server the URL's of 192.168.9.250 is and
keeps active and NOT the URL's on server 192.168.9.44 !!!!
What goes wrong?
Dirk
######################################################################
## global options:
User "www-data"
Group "www-data"
#RootJail "/chroot/pound"
## Logging: (goes to syslog by default)
## 0 no logging
## 1 normal
## 2 extended
## 3 Apache-style (common log format)
LogLevel 1
## check backend every X secs:
Alive 30
## use hardware-accelleration card supported by openssl(1):
#SSLEngine "<hw>"
######################################################################
## listen, redirect and ... to:
## redirect all requests on port 8080 ("ListenHTTP") to the local webserver
(see "Service" below):
ListenHTTP
Address 192.168.9.210
Port 80
## allow PUT and DELETE also (by default only GET, POST and HEAD)?:
xHTTP 0
WebDAV 0
Service
HeadRequire "Host: .www.beekhoven-bikes.nl.*"
BackEnd
Address 192.168.9.44
Port 80
End
End
Service
Headrequire "Host: .www.induxion.nl.*"
BackEnd
Address 192.168.9.44
Port 80
End
End
# Catch All
Service
BackEnd
Address 192.168.9.250
Port 80
End
End
End
debian-1:~#
Dirk Dekker
Induxion ICT Consultancy
Email: <blocked::mailto:info(at)induxion.nl> info(at)induxion.nl
Web: <blocked::http://www.induxion.nl/>
www.induxion.nl
tel.: +31(0)20-6374179
fax.:+31(0)20-6374212
============================================================================
Since its inception in 1999 Induxion's mission has been to develop ICT
solutions and services, as well as to be a provider of software for network
management services. Induxion's early vision
in software development is coupled with a no-nonsense and practical IT
solutions.
Outgoing mail is certified Virus Free thanks NORMAN Antivirus
Induxion is Application Provider of osCommerce WebWinkel
Induxion is Reseller of NetWorkManagement Product theGuard!
============================================================================
|