[users@httpd] Using the most secure SSL cipher suites

2015-10-18 Thread David Mehler
Hello, I'm configuring a new apache 2.4 system which will have a webmail app running on it. I'm wanting to use only the most current/secure ssl ciphers and ones that offer perfect forward secrecy. I'm using FreeBSD 10.1 and my openssl version is 1.0.1l. In the virtual host configuration that will

Re: [users@httpd] Is this a flaw or not?

2015-10-18 Thread fedora
Thanks, Kurtis, for the hint, I just did not observe this suomi On 10/18/2015 04:56 PM, Kurtis Rader wrote: Why are you asking the users@httpd.apache.org mailing list this question? This mailing list is for questions about using the Apache HTTP web server.

Re: [users@httpd] webdav user login/validation

2015-10-18 Thread Kees Nuyt
On Sat, 17 Oct 2015 14:52:03 -0400, you wrote: > i run a webdav server with a number of users. > each user has access to a private space and everybody > has access to a common space > > user access their space with https://dav.example.com/Theirname > and the common space with

Re: [users@httpd] "OpenSSL version is too old" while compiling http 2.4.16 on MacOS 10.11

2015-10-18 Thread arnaud icard
I’m correcting myself. The flag should be -I/usr/local/include and not -I/usr/local/include/openssl Thus the variables : CC="gcc $ARCH -I/usr/local/include" CXX="gcc $ARCH -I/usr/local/include" > Le 18 oct. 2015 à 13:28, arnaud icard a écrit : > > I’ve found a way :

Re: [users@httpd] "OpenSSL version is too old" while compiling http 2.4.16 on MacOS 10.11

2015-10-18 Thread arnaud icard
I’ve found a way : Copy the folder /usr/incude/openssl from a Yosemite (MacOS 10.10) to /usr/local/include/openssl on my computer (El Capitan MacOS 10.11). Then compile apache by adding a flag to the compilation environment variables gcc and g++ : -I/usr/local/include/openssl Here are all the

[users@httpd] Is this a flaw or not?

2015-10-18 Thread fedora
Hi listers I have a workstation with two disks: [root@casablanca ~]# parted -l Model: ATA WDC WD20EFRX-68E (scsi) Disk /dev/sda: 2000GB Sector size (logical/physical): 512B/4096B Partition Table: gpt Disk Flags: pmbr_boot Number Start End SizeFile system Name Flags

Re: [users@httpd] Is this a flaw or not?

2015-10-18 Thread Kurtis Rader
Why are you asking the users@httpd.apache.org mailing list this question? This mailing list is for questions about using the Apache HTTP web server. No one reading this mailing list is going to help you with a Fedora OS problem. On Sun, Oct 18, 2015 at 4:44 AM, fedora wrote: >