On Fri, Aug 28, 2015 at 9:49 PM, Rose, John B wrote:
> Does anyone have any experience using a tool called Badboy for load testing
> of Apache?
>
> Comments? Good? Bad?
FWIW, given the name I'd say the latter :p
-
To unsubscribe
Does anyone have any experience using a tool called Badboy for load testing of
Apache?
Comments? Good? Bad?
Thanks
Hello,
I am trying to understand the architecture for Apache kerberos:
1. I have a commercial J2EE web application (JIRA) running on tomcat
(https:// app1.mycomp.com:7100/JIRA) JIRA allows kerberos authentication.
2. I know I need to install apache with auth_kerb_module (also on
https://app1.
I'm using Apache 2.4.10 with PHP-FPM and mod_proxy_fcgi. Although I can
successfully use ProxyPassMatch for all php files under my web root
(including /phpmyadmin) using this:
"ProxyPassMatch ^/(.*\.php(/.*)?)$ unix:/var/run/php5-fpm.sock|fcgi://
127.0.0.1:9000/website/public"
I found that I would
Steven,
URI prefix is what I was trying to explain but didn't do a good job of it.
Rob
Sent from my Verizon Wireless 4G LTE smartphone
Original message
From: Steven Shi Date:
8/28/2015 12:47 AM (GMT-05:00) To: users@httpd.apache.org
Subject: Re: [users@httpd] Re: Proxyin