Hello All,
I prepare configuration to run git server via apache (2.2) https and
authentication via ldap... My config is:
SetEnv GIT_PROJECT_ROOT /opt/tools/git/repositories/
SetEnv GIT_HTTP_EXPORT_ALL
ScriptAlias / /usr/libexec/git-core/git-http-backend/
ServerName git.firma
We are experimenting with "event" MPM and PHP-FPM and comparing with "prefork"
and mod_php config.
We have 48 gb RAM and 16 cores running Apache 2.4.6 on Red Hat 7,
MaxRequestWorkers 2048 for "prefork" (we aren't sure what is the equiv in
"event" so we just left it the default.)
ab -n 20 -c
I would not expect a specific pattern (or schedule), per se, but rather
an overall trend or statistical average.
> On Feb 2, 2015, at 7:38 AM, Chen, Yongcheng
> wrote:
>
> Hi everybody,
>
> I’m testing now the apache load balancer. And I configured my apache server
> for testing the example
Hi everybody,
I'm testing now the apache load balancer. And I configured my apache server for
testing the example from apache document
(http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html):
worker
a
b
lbfactor
70
30
lbstatus
-30
30
lbstatus
40
-40
lbstatus
10
-10
lbsta