Re: [users@httpd] Question about adding new cipher to openssl and then testing through apache httpd

2017-01-07 Thread William Bathurst
Hi Eric, Can you please explain how to load the new one at runtime? Thanks! Bill On 1/7/2017 8:08 PM, Eric Covener wrote: You often have to take efforts to load the new one at runtime, too - To unsubscribe, e-mail:

Re: [users@httpd] Question about adding new cipher to openssl and then testing through apache httpd

2017-01-07 Thread Eric Covener
On Sat, Jan 7, 2017 at 10:41 PM, William Bathurst wrote: > I initially tried compiling 2.4 with the custom OpenSSL and then listing the > new ciphers in the > SSLCipherSuite directive but they were not recognized. You often have to take efforts to load the new one at

Re: [users@httpd] Question about adding new cipher to openssl and then testing through apache httpd

2017-01-07 Thread Michael A. Peters
I'm not sure you need to do anything in OpenSSL. When I build Apache against LibreSSL, I have access to ciphers in LibreSSL that are (or were) not in OpenSSL. As long as your new cipher doesn't trigger any blacklists in the mod_ssl source it should be picked up and available as long as a

[users@httpd] Question about adding new cipher to openssl and then testing through apache httpd

2017-01-07 Thread William Bathurst
Hello, I have created a custom version of Openssl v1.1 where I am testing a new cipher algorithm. I now wish to integrate and test in Apache HTTP. Where in the source code do I need update in order to get Apache HTTP to recognize the new cipher? I can list the new cipher using the "openssl

Re: [users@httpd] Re: Ubuntu 14 mod_proxy_hcheck

2017-01-07 Thread Eric Covener
On Sat, Jan 7, 2017 at 2:37 PM, Orly Frank wrote: > Thanks for your answer > > I checked the version in Ubuntu 14, it looks OK and greater that 2.4.21 > > The version is: > Server version: Apache/2.4.7 (Ubuntu) > Server built: Jul 15 2016 15:34:04 > > Any other reason it is

Re: [users@httpd] Support for webdav QUOTA reporting

2017-01-07 Thread Jesus Cea
Incomplete subject, sorry. On 07/01/17 20:43, Jesus Cea wrote: > I am trying to use "Quota and Size Properties for Distributed Authoring > and Versioning (DAV) Collections" > in my apache webdav but after > a few tests I think that Apache doesn't

[users@httpd] Support for webdav

2017-01-07 Thread Jesus Cea
I am trying to use "Quota and Size Properties for Distributed Authoring and Versioning (DAV) Collections" in my apache webdav but after a few tests I think that Apache doesn't support space reporting. Am I right?. Any plan for it?. -- Jesús Cea Avión

Re: [users@httpd] Re: Ubuntu 14 mod_proxy_hcheck

2017-01-07 Thread Orly Frank
Thanks for your answer I checked the version in Ubuntu 14, it looks OK and greater that 2.4.21 The version is: Server version: Apache/2.4.7 (Ubuntu) Server built: Jul 15 2016 15:34:04 Any other reason it is not included? Thanks Orly On Sat, Jan 7, 2017 at 5:50 PM, Christophe JAILLET <

[users@httpd] Re: Ubuntu 14 mod_proxy_hcheck

2017-01-07 Thread Christophe JAILLET
Hi, if working with Ubuntu 14.xx, then is has been released in 2014. Apache 2.4.21 has been released in 2016. So it is unlikely that your version of apache is recent enough and has this module included. Could you confirm the evrsion of apache running in your server? If you need this module,