Re: [users@httpd] Faking the CGI content_length environment variable

2018-03-29 Thread Nick Kew
> On 29 Mar 2018, at 18:22, Eric Covener wrote: > > On Thu, Mar 29, 2018 at 11:11 AM, Andrew Beverley wrote: >> Dear all, >> >> I am trying to debug a fastcgi server-side application problem, which I >> believe was caused by the value of the CONTENT_LENGTH environment >> variable not matching

[users@httpd] Re: TLS 1.3

2018-03-29 Thread @lbutlr
On Mar 29, 2018, at 02:17, Michael A. Peters wrote: > TLS 1.3 *mandates* PFS so you don't accidentally enable a cipher that does > not have it, and that is a HUGE benefit. Yes, sorry about that. -- This is my signature. There are many like it, but this one is mine.

Re: [users@httpd] http2

2018-03-29 Thread David Mehler
Hi again, Thanks, corrected the problem, it was something so simple I missed it at first. The mod_php configuration has index.php as an index type, remove that and I removed the index.php type so I added it in my php-fpm apache configuration and it worked. Again thanks, http2, event mpm, and I'm

Re: [users@httpd] Faking the CGI content_length environment variable

2018-03-29 Thread Eric Covener
On Thu, Mar 29, 2018 at 11:11 AM, Andrew Beverley wrote: > Dear all, > > I am trying to debug a fastcgi server-side application problem, which I > believe was caused by the value of the CONTENT_LENGTH environment > variable not matching the size of the request body sent to the > application. > > I

Re: [users@httpd] http2

2018-03-29 Thread David Mehler
Hi, Still getting the error "the requested url / was not found on this server" when attempting to go to a virtual host like test.example.com which gives me a 404 error. If I goto test.example.com/filename.php works fine. Any ideas? Thanks. Dave. On 3/28/18, David Mehler wrote: > Hello, > > Fi

[users@httpd] Faking the CGI content_length environment variable

2018-03-29 Thread Andrew Beverley
Dear all, I am trying to debug a fastcgi server-side application problem, which I believe was caused by the value of the CONTENT_LENGTH environment variable not matching the size of the request body sent to the application. In order to debug, I need to recreate the situation, which was caused by

Re: [users@httpd] Re: TLS 1.3

2018-03-29 Thread Michael A. Peters
On 03/29/2018 01:05 AM, @lbutlr wrote: On 2018-03-28 (09:02 MDT), David Mehler wrote: What are some advantages of 1.3? Faster. Less kruft. Drops many near-EOL cryptos. But the main one is that is allows Perfect Forward Secrecy (PFS) which means that even is someone captures the traffic and

[users@httpd] Re: TLS 1.3

2018-03-29 Thread @lbutlr
On 2018-03-28 (09:02 MDT), David Mehler wrote: > > What are some advantages of 1.3? Faster. Less kruft. Drops many near-EOL cryptos. But the main one is that is allows Perfect Forward Secrecy (PFS) which means that even is someone captures the traffic and stores it, and even if they interfere