yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #60940
[Bug 1658048] Re: The generated apache configuration does not spawn enough processes and this can lead to a stalling server (potential DoS)
Reviewed: https://review.openstack.org/423202
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=600620a8d50fc13f7a9cc4901b0307d09039e7bb
Submitter: Jenkins
Branch: master
commit 600620a8d50fc13f7a9cc4901b0307d09039e7bb
Author: Yves-Gwenael Bourhis <yves-gwenael.bourhis@xxxxxxxxxxxxx>
Date: Fri Jan 20 11:49:34 2017 +0100
Configuring number of apache processes
By default apache spawns only one process for the wsgi app if not specified.
This patch detects the number of CPUS to configure n CPUs +1 processes by
default and allows to specify the number of processes explicitly.
Change-Id: I684ecd15193cef169d7a86f66a47b7d1d76c1c24
Closes-Bug: #1658048
** Changed in: horizon
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1658048
Title:
The generated apache configuration does not spawn enough processes and
this can lead to a stalling server (potential DoS)
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
When creating the apache configuration with:
python manage.py make_web_conf --apache
The apache configuration file does not specify the number of apache processes.
By default apache will spawn only one. not only is it a performance issue, but it can lead to Denial of Service if the apache process is to long to respond or stalled.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1658048/+subscriptions
References