Hi All,
        
i´ve a little problem, and don´t know how to resolv ...
        
First:
i want Pound to loadbalance and reverse the content to 2 Backend-Servers.
 
There´s one virtual IP 192.168.1.1, the Backends are 192.168.1.2 and 
192.168.1.3 with port 8080
        
Problem: the Backend-Servers needs an URL-Path - 
        
e.g virtual IP 192.168.1.1 accept traffic on port 80 

http://192.168.1.1

and should forwarded it to backend 1 and 2 - but with url-path /abc/def

http://192.168.1.2/abc/def
http://192.168.1.3/abc/def        

 
Now Pound have to add /abc/def to the URL when forwarded it to the 
Backends.

Her´s my pound-config - but it´s very small:

Does anybody have an idea or can help me?

Many thanks.
Regards,
Peter
        
## global options:        

User "www-data"        

Group "www-data"        

#RootJail "/chroot/pound"        

LogLevel 3        

## check backend every X secs:        

Alive 20        

# poundctl control socket        

Control "/var/run/pound/poundctl.socket"        

         

##        

ListenHTTP        

   Address 192.168.1.1        

   Port 80        

   xHTTP 1        

End
        
Service        

   BackEnd        

   Address 192.168.1.2        

   Port 8080        

   End        

   BackEnd        

   Address 192.168.1.3        

   Port 8080        

   End
End
        
Session        

   Type IP        

   TTL 300        

   End        

              
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01


--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to