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: restrict number of session for context in apache
Author
vijaysridhar03



Joined: 18 Nov 2014
Posts: 1
Location: India,Chennai

PostPosted: Mon 29 Dec '14 17:03    Post subject: restrict number of session for context in apache Reply with quote

Hi,

I have installed apache 2.4.10 with tomcat-7 as backend .Proxypass has been added in apache to access tomcat via http port .now requirement is to restrict each Context to 100 sessions only , how i need to achieve this .

Regards
S.Vijay
Back to top
James Blond
Moderator


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

PostPosted: Fri 02 Jan '15 0:10    Post subject: Reply with quote

In the ProxyPass directive you can set the max parameter for that. See the full parameter list at http://httpd.apache.org/docs/current/mod/mod_proxy.html#proxypass
Back to top


Reply to topic   Topic: restrict number of session for context in apache View previous topic :: View next topic
Post new topic   Forum Index -> Apache