Re: [users@httpd] Badboy load testing of Apache

2015-08-28 Thread Yann Ylavic
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

[users@httpd] Badboy load testing of Apache

2015-08-28 Thread Rose, John B
Does anyone have any experience using a tool called Badboy for load testing of Apache? Comments? Good? Bad? Thanks

[users@httpd] Question about apache kerberos usage with web applications.

2015-08-28 Thread Keith Kenneth
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.

[users@httpd] correct proxy_fcgi setup for phpmyadmin using Apache 2.4.10

2015-08-28 Thread Daryl King
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

RE: [users@httpd] Re: Proxying From Directory To App On Port

2015-08-28 Thread Robert Webb
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