Re: [users@httpd] how to enable TLS v1.1 and TLS v1.2 alone in Apache 2.4.10 ?

2017-04-28 Thread K R
https://serverfault.com/questions/314858/how-to-enable-tls-1-1-and-1-2-with-openssl-and-apache On Wed, Apr 19, 2017 at 7:37 AM, Chunduru, Krishnachaithanya < krishnachaithanya.chund...@broadridge.com> wrote: > Hi Eric/All, > > Can you please help me with the below. > > Regards, > Krishna > >

Re: [users@httpd] Apache log analyzer?

2017-04-28 Thread Rose, John B
We have analog and awstats installed. But maybe we didn’t look close enough at of what they are capable. We would like to parse multiple virtual host log files find the ip’s accessing a particular URL’s within a given time range and be able to separate out which virtual host the log entry came

Re: [users@httpd] Apache log analyzer?

2017-04-28 Thread Jim Jagielski
It would be nice to reboot Analog, which has always been my goto. In fact, I even booted up a Github repo (https://github.com/jimjag/analog) where I was going to start fixing and adding things. > On Apr 28, 2017, at 11:38 AM, Scott Birl wrote: > >> From: Rose, John B [mailto:jbr...@utk.edu] >>

Re: [users@httpd] Apache as HTTP Proxy: GZIP compression handling configuration question

2017-04-28 Thread Daniel
have you tried not doing anything in the reverse proxy? Reverse proxies are supposed to be very "transparent" so every client request should reach the backend untouched (except for needed headers) and reply from backend must be delivered to client untouched, let them both server and client handle

[users@httpd] RE: Apache log analyzer?

2017-04-28 Thread Scott Birl
> From: Rose, John B [mailto:jbr...@utk.edu] > Sent: Friday, April 28, 2017 11:18 AM > To: users@httpd.apache.org > Subject: [users@httpd] Apache log analyzer? > > Any suggestions for an Apache log analyzer? > > Thanks > John: I have found that different analyzers interpret the data differen

Re: [users@httpd] Apache log analyzer?

2017-04-28 Thread Daniel
Try ELK stack 2017-04-28 17:17 GMT+02:00 Rose, John B : > Any suggestions for an Apache log analyzer? > > > > Thanks > -- *Daniel Ferradal* IT Specialist email dferradal at gmail.com linkedin es.linkedin.com/in/danielferradal

Re: [users@httpd] Apache as HTTP Proxy: GZIP compression handling configuration question

2017-04-28 Thread Markus Gausling
I am not sure exactly how I can configure that, i.e. when I used the following: RequestHeader set Accept-Encoding gzip SetOutputFilter INFLATE SetOutputFilter DEFLATE How would Apache know that the content when going to the backend shall be compressed while the content provided

[users@httpd] Apache log analyzer?

2017-04-28 Thread Rose, John B
Any suggestions for an Apache log analyzer? Thanks

Re: [users@httpd] Apache as HTTP Proxy: GZIP compression handling configuration question

2017-04-28 Thread Luca Toscano
Hi Markus, 2017-04-26 12:21 GMT+02:00 Markus Gausling : > Hello, > > I am using Apache (2.4.10) as an HTTP Proxy with two virtual hosts > listening > on different ports: > - Forward Proxy > - Reverse Proxy > > Depending on the use case applications either use the Forward Proxy or the > Reverse Pr

Re: [users@httpd] Re: Error trying to use 'mod_auth_form' and 'mod_dbd' with sqlite3

2017-04-28 Thread Luca Toscano
Hi Tom, 2017-04-28 1:16 GMT+02:00 Tom Donovan : > On 04/26/2017 06:49 AM, Tom Browder wrote: > >> On Wed, Apr 26, 2017 at 05:06 Tom Browder > tom.brow...@gmail.com>> wrote: >> >> On Wed, Apr 26, 2017 at 04:04 Luca Toscano > > wrote: >> >> > I thi