Re: [users@httpd] Need to check supported Cipher suites for TLS v1.1 protocol for the Apache 2.4.3

2015-04-21 Thread Lesley Kimmel
Ciphers are provided by OpenSSL. Execute openssl ciphers 'TLSv1' for a listing. On Apr 21, 2015 5:53 AM, Sailaja Gadireddy sailaja.gadire...@gmail.com wrote: Hello Team, I would like to know what are the supported SSLCipher Suites at webserver level. Apache 2.4.3 - with enabled SSL - TLS1.1

[users@httpd] Compiling Apache (2.4) Statically (Not just modules)

2015-04-13 Thread Lesley Kimmel
All; I frequently compile Apache 2.2 (soon 2.4) for my job. I compile Apache with OpenSSL (FIPS) and ZLib. I recently updated my process to work with Apache 2.4 and I have usually used the most basic options for each sources 'configure' script. I want to look into compiling all of the source

Re: [users@httpd] Apache 2.4 Compile Questions

2015-04-01 Thread Lesley Kimmel
To: users@httpd.apache.org Subject: Re: [users@httpd] Apache 2.4 Compile Questions On Fri, 27 Mar 2015 14:21:14 -0500 Lesley Kimmel ljkimme...@hotmail.com wrote: All; I am generally responsible for compiling Apache at my job but looking ahead to Apache 2.4 I am running into a couple of issues

[users@httpd] Apache 2.4 Compile Questions

2015-03-27 Thread Lesley Kimmel
All; I am generally responsible for compiling Apache at my job but looking ahead to Apache 2.4 I am running into a couple of issues/questions: a) PCRE is now required separately. I don't find much information about compiling PCRE, specifically for Apache. Are there any necessary configure

RE: [users@httpd] Compiling HTTPD from Source

2014-10-27 Thread Lesley Kimmel
Subject: Re: [users@httpd] Compiling HTTPD from Source On Sat, Oct 25, 2014 at 9:16 AM, Lesley Kimmel ljkimme...@hotmail.com wrote: All; I've had good success compiling HTTPD from source when compiling on RHEL5 and running on RHEL5 or compiling on RHEL6 and running on RHEL6. I see

[users@httpd] Compiling HTTPD from Source

2014-10-25 Thread Lesley Kimmel
All; I've had good success compiling HTTPD from source when compiling on RHEL5 and running on RHEL5 or compiling on RHEL6 and running on RHEL6. I see there are library compatibility issues when compiling on RHEL6, for example, and trying to run on RHEL5. How can I compile in a more generic

[users@httpd] Odd? mod_rewrite behavior

2014-10-03 Thread Lesley Kimmel
All; I have an application being proxied through Apache which is also serving some static content for the web application. The application is '/xyz(.*)' and the static content is '/xyz-static-content'. The requests for the static content come in as '/xyz_version' and have to be rewritten to

RE: [users@httpd] Odd? mod_rewrite behavior

2014-10-03 Thread Lesley Kimmel
- [L] Do you see any more straight-forward or efficient way to handle this? Thanks, -Kimmel Date: Fri, 3 Oct 2014 13:35:03 -0400 From: cove...@gmail.com To: users@httpd.apache.org Subject: Re: [users@httpd] Odd? mod_rewrite behavior On Fri, Oct 3, 2014 at 1:31 PM, Lesley Kimmel ljkimme

[users@httpd] Apache 2.2 RewriteRule/Proxypass and general processing flow

2014-09-26 Thread Lesley Kimmel
Hi All! I'll try to make this as short as I can, but I need some assistance in understanding the Apache processing flow. I am using Apache 2.2 I have a requirement to disable access to a certain context (say, /xyz) for users of Firefox. From what I can gather the best way to do this is using

RE: [users@httpd] Apache 2.2 RewriteRule/Proxypass and general processing flow

2014-09-26 Thread Lesley Kimmel
of my rules to exist at the server level? Thanks again, -Kimmel Date: Fri, 26 Sep 2014 09:26:10 -0400 From: cove...@gmail.com To: users@httpd.apache.org Subject: Re: [users@httpd] Apache 2.2 RewriteRule/Proxypass and general processing flow On Fri, Sep 26, 2014 at 9:20 AM, Lesley Kimmel ljkimme