Re: [Pound Mailing List] Pound installed, unable to redirect as I want...

Alexander Kolodziej <[email protected]> Fri, 28 Oct 2016 11:33:05 +0200
Newsgroups gmane.comp.web.pound.general
Message-ID <[email protected]>
In your Listener you put one of these for each server

Service
         URL             "/path.*"
         Include         "/etc/pound/backend-server1-80.cfg"
End


And the contents of backend-server1-80 can be

BackEnd
         Address IP
         Port    80
End

Or you just inline it all if you only have 3 servers.

   / alex


-- 
Alexander Kolodziej
Pattern Matchician, Tactel AB
Phone: +46761452104
Email: [email protected]

On 10/28/2016 01:13 AM, Christian COMMARMOND wrote:
> Hi,
>
> I was able to compile and use pound. But I would like to use it a way 
> that is maybe not possible...
>
> I have only one domain name, but three servers with different functions.
> One has wiki, another has wordpress and the third has a special app 
> based on Oracle.
>
> So I have www.mydomain.com/wiki <http://www.mydomain.com/wiki>, 
> www.mydomain.com/wordpress <http://www.mydomain.com/wordpress> and 
> www.mydomain.com/oracle <http://www.mydomain.com/oracle>
>
> How to do? If it is possible.
>
> And one more challenge, after will be to use SSL...
>
> At this step, nothing woks, but the 'normal' domain redirection, but 
> with only one domain... All help is welcome ;-)
>
> regards,
>
> Christian COMMARMOND
> +33 6 82 33 52 32
>
>