Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: is it possible to set ThreadsPerChild in virtual host level |
|
Author |
|
pjbalajimca@gmail.com
Joined: 16 Jun 2014 Posts: 4 Location: India
|
Posted: Wed 05 Oct '16 7:45 Post subject: is it possible to set ThreadsPerChild in virtual host level |
|
|
Team,
I created two virtual host in apache but I want to set the Threadsperchild and MaxConnectionsPerChild directives for each virtual host. is it possible to assign in the below foramt ? please suggest your feed back and input.
<VirtualHost *:100>
ThreadsPerChild 200
MaxConnectionsPerChild 200000
</virtualHost>
<VirtualHost *:200>
ThreadsPerChild 40
MaxConnectionsPerChild 1000
</virtualHost>
Note : I am running my server in windows OS.
Thanks in advance. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 05 Oct '16 12:39 Post subject: |
|
|
You tried ?
See docu : Is only valid in server conf, not virtual host. |
|
Back to top |
|
pjbalajimca@gmail.com
Joined: 16 Jun 2014 Posts: 4 Location: India
|
Posted: Thu 06 Oct '16 15:51 Post subject: |
|
|
Thanks for response. I did not tried , just ask the suggestion to use in the mentioned format. |
|
Back to top |
|
|
|
|
|
|