Apache Reverse Proxy with logic layer ...

Discussion in 'Apache' started by eli.mcgowan, Apr 16, 2009.

  1. #1
    I have multiple servers that I would like to be accessed through a single entry point but in order to determine which server should be accessed, I need to parse some of an Http post.
    Is there a way to do this with Apache HTTP Server and mod_proxy? or any other tool out there?
    Getting pointed in the right direction would be a huge help (walking me through this by the hand would be great too).

    More details...
    'Customers' are provided with a program that performs an http post and I would like to move them from my QA server to my Production server without shipping them anything but instead just letting them know that their program has been switched into Production mode. The http post that they send includes their software id and I would like to have the proxy server read this id from the post, and then look in a database to determine which server they should be redirected to.

    Thanks
     
    eli.mcgowan, Apr 16, 2009 IP
  2. szalinski

    szalinski Peon

    Messages:
    341
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    szalinski, May 26, 2009 IP