logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Proxy a single session server behind
Author
gigel



Joined: 23 Dec 2014
Posts: 1

PostPosted: Thu 08 Jan '15 11:03    Post subject: Proxy a single session server behind Reply with quote

Hi,

I have diesel generator controller card (IB Lite made by Comap) and the built-in webserver supports only a single user/session connected.
I want to set apache in front and serve multiple connection while apache is keeping a single session with the IB Lite card in background no matter how sessions it have.
I tried ProxyPass but it doesn't seems to be a solution.

Is this possible?

I only need an answer if this is possible or not and what will be the approach as apache is not new for me.



Thanks!
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Thu 08 Jan '15 17:52    Post subject: Reply with quote

For proxyPass there is the parameter max (you can set it to one) and cache the content of the diesel generator in apache and deliver that. As far as I know it is not possible to fake all requests as one user.
Back to top


Reply to topic   Topic: Proxy a single session server behind View previous topic :: View next topic
Post new topic   Forum Index -> Apache