Manual URL re-directs

cliff here c4ifford at gmail.com
Mon Oct 17 16:50:09 UTC 2011


Nope, don't want high avail or load balancing. Literally want it to function
like a KVM switch, press button 1 to go to URL 1 etc.

On Mon, Oct 17, 2011 at 12:32 PM, Hakan Koseoglu <hakan at koseoglu.org> wrote:

> On 17 October 2011 16:12, cliff here <c4ifford at gmail.com> wrote:
> > Mornin' listmates
> >
> > I'm trying to think through a task I got the other day, and it seems
> fairly
> > simple however, I'm not sure what the correct tool for the Job is. Let me
> > break down the scenario.
>
> Have a look at ProxyPass and ProxyPassReverse options.
>
> Then set up a VirtualHost for the hostname you want to use (i.e.,
> www.application.com) and then ProxyPass to those and back.
>
> Sample:
> <VirtualHost *:80>
>   ServerName application.com
>
>  DocumentRoot /fubar
>  ProxyPass / http://www.application-one.com/
>  ProxyPassReverse / http://www.application-one.com/
>  ServerAlias www.application.com
> </VirtualHost>
>
> On the other hand, if you want to use high-availability or load
> balance across the envs, either (yours nor mine) are not the right
> approach.
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>



-- 
-------------------------------------------------------------------------------------------------------------------------------------
NOTICE: This message, including all attachments, is intended for the use of
the individual or entity to which it is addressed and may contain
information that is privileged, confidential and exempt from disclosure
under applicable law. If the reader of this message is not the intended
recipient, or the employee or agent responsible for delivering this message
to its intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify the sender
immediately by replying "Received in error" and immediately delete this
message and all its attachments.
-------------------------------------------------------------------------------------------------------------------------------------



More information about the redhat-list mailing list