Re: [users@httpd] Redirect[Match] behind load-balancer switching protocols

2015-11-17 Thread Igor Cicimov
Hi Christopher, On Wed, Nov 18, 2015 at 8:06 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > All, > > The docs for the Redirect directive state that a slash-prefixed > replacement URL (relative) will use the current request's scheme and > hostname to build the redirect URL. > > R

RE: [users@httpd] how to compile apache httpd 2.4.17

2015-11-17 Thread William A Rowe Jr
The order is always apr, expat and Lib before openssl before apr-util, plus pcre before httpd. On Nov 17, 2015 14:46, "David Long" wrote: > Hi William, > > Should I download apr-util first and compile it? > > I have not download apr-util and compile it on the system yet. > > > > Thanks for your h

[users@httpd] Redirect[Match] behind load-balancer switching protocols

2015-11-17 Thread Christopher Schultz
All, The docs for the Redirect directive state that a slash-prefixed replacement URL (relative) will use the current request's scheme and hostname to build the redirect URL. RedirectMatch doesn't say specifically, but what I'm observing is that: RedirectMatch permanent ^/$ /foo/ ... when reques

RE: [users@httpd] how to compile apache httpd 2.4.17

2015-11-17 Thread David Long
Hi William, Should I download apr-util first and compile it? I have not download apr-util and compile it on the system yet. Thanks for your help. David Long From: William A Rowe Jr [mailto:wr...@rowe-clan.net] Sent: Tuesday, November 17, 2015 11:36 AM To: users@httpd.apache.org Subject: Re: [use

Re: [users@httpd] how to compile apache httpd 2.4.17

2015-11-17 Thread William A Rowe Jr
On Nov 16, 2015 17:21, "David Long" wrote: > > I download Apache httpd 2.4.17 and want compile on Solaris 10 Sparc. > > It ask me to install APR. > > So I download APR 1.5.2 and try to configure it and following error. > > > > root@kiana# cd /www/apachesrc/apr-1.5.2 > > root@kiana# ./configure --p

[users@httpd] Re: Enabling sticky session mode for Apache/Tomcat load balancing

2015-11-17 Thread Raju Rathi
Hi All , Awaiting response for below query . this is something urgent so appreciate quick response on this . thanks , Raju Rathi On Tue, Nov 17, 2015 at 12:54 AM, Raju Rathi wrote: > Hi All , > > I am trying to enable sticky sessions in Apache, however it is not > working. Below are the change

Re: [users@httpd] Getting "connection refused" Apache 2.4

2015-11-17 Thread o haya
Hi, To be clear, the config snippet I posted below was from the "vanilla" Apache I built from source. When I encounter the errors, I am seeing the "connection refused" errors from Jmeter (the client/load tester). I don't seem to see errors per se, in the Apache logs, but, puzzlingly, I do

Re: [users@httpd] Getting "connection refused" Apache 2.4

2015-11-17 Thread Daniel
I always recommend to specify a fixed ServerLimit Value, if you have 500 processes but you allow 150 clients, I think you are just filling a backlog of connections which are not attended until you get to a limit of backlogged connections. Do you have specific errors in apache? Check the server con

Re: [users@httpd] How to post to HTTPD Users List

2015-11-17 Thread Rich Bowen
On 11/17/2015 11:38 AM, Yehuda Katz wrote: > I don't necessarily agree with everything in that document, but it is > referenced on this mailing list page > (http://httpd.apache.org/lists.html#http-users), so it is reasonable to > reference it. Good point. I'll try to fix that ASAP. > If there a

Re: [users@httpd] How to post to HTTPD Users List

2015-11-17 Thread Yehuda Katz
I don't necessarily agree with everything in that document, but it is referenced on this mailing list page ( http://httpd.apache.org/lists.html#http-users), so it is reasonable to reference it. If there are significant issues with it (I am not saying that there are), then I am sure someone can prop