Re: [users@httpd] Error nghttp2 version is too old

2017-03-13 Thread William A Rowe Jr
You really need to approach your package maintainer, I picked up nghttp2 around that same point a year ago and never had an issue. Anything to do with rpm installs is on the maintainer, and has nothing to do with this project, sorry we can't be of more help. On Sun, Mar 12, 2017 at 3:12 PM, John

Re: [users@httpd] Apache 2.4 : Rewrite to keep the original URL

2017-03-13 Thread Robert Moskowitz
Fabio, Right now I am not in the position to test this. Your .conf attempt looks a LOT like what I tried. I was told: Rewriterules and https. Actually, looking at what you have doesn't really tell me why it gets applied to everything and not just the webmail. However, I'd say that your rou

Re: [users@httpd] Piping logs to a java process : creates multiple processes

2017-03-13 Thread Milind Vaidya
I had implemented handling of EOF in the code and it was working fine so far, until one day I see the java process which is supposed to start every hour is not doing so. It continues to run. There is no setting change. Does that mean somehow logrotate is not sending EOF ? Does httpd has some erro

[users@httpd] content negotiation default language/file?

2017-03-13 Thread Lee Fisher
Hi, On my current site with 2.2.31 (www.vishay.com) I have 3 languages, English index.html ja index.ja.html zh index.zh.html I am trying to set this up similarly on my new server, 2.4.16. I can get ja and zh to work, but I can't get it to know that index.html is english. Is this still possible or

Re: [users@httpd] ProxyPass ! directive

2017-03-13 Thread Matthew Broadhead
thanks for your help. i don't think the problem is the syntax of the configuration. i have submitted a bug on bz.apache.org and have already been in communication with a developer there who has helped me figure it out. in case it helps someone else it looks like it might be a clash with mod_

[users@httpd] [mod_ssl] enforcing SSL renegotiation for AES-GCM based cipher suites

2017-03-13 Thread Akshar Kanak
Dear team In mod_ssl is there any option to enforce SSL renegotiation after certain amount of data has been transfered on SSL connection . If we are using cipher suite which has AES-GCM as encryption algorithm , then its required that when the counter overlaps or overflows then SSL reneg

Re: [users@httpd] mod_lua and subprocess_env

2017-03-13 Thread Andrei Ivanov
On Fri, Mar 10, 2017 at 12:35 PM, Andrei Ivanov wrote: > On Tue, Mar 7, 2017 at 7:08 PM, Andrei Ivanov > wrote: > >> On Mon, Mar 6, 2017 at 12:57 PM, Yann Ylavic >> wrote: >> >>> Hi Andrei, >>> >>> On Mon, Mar 6, 2017 at 10:15 AM, Andrei Ivanov >>> wrote: >>> On Thu, Mar 2, 2017 at 12:40

Re: [users@httpd] ProxyPass ! directive

2017-03-13 Thread Filipe Cifali
The docs say you should use ProxyPass "!" Or ProxyPass "/.well-known/" "!" I do think the second one is more clear, but they both use double quotes on the ! marker, have you tried to put the double quotes? BUT reading a bit more I found this: For the same reasons, exclusions must come *befo

Re: [users@httpd] ProxyPass ! directive

2017-03-13 Thread Matthew Broadhead
hi, i know this is a community list but i have had this problem for a long time and it seems really fundamental. is there any way i can get some help on this? shall i file a bug report at JIRA or something? On 10/03/2017 17:43, Matthew Broadhead wrote: i moved the LogLevel directive to http