Re: [users@httpd] Apache 2.4: SSLProtocol directive not taking effect

2015-07-22 Thread Hébergement web ArbreBinaire . com
Thanks much, that has to be it. Regards, François L'équipe Arbre binaire, Hébergement web hebergem...@arbrebinaire.com Arbre binaire Hébergement web 2015-07-22 18:22 GMT-04:00 Yann Ylavic : > On Wed, Jul 22, 2015 at 11:14 PM, Hébergement web ArbreBinair

Re: [users@httpd] Apache 2.4: SSLProtocol directive not taking effect

2015-07-22 Thread Yann Ylavic
On Wed, Jul 22, 2015 at 11:14 PM, Hébergement web ArbreBinaire.com wrote: > Hi, > > We've been stumped by a configuration problem of our Apache 2.4 server, on > CentOS 7. > > Our goal is to prevent the Poodle vulnerability by removing the SSLv3 > protocol. > > But it seems this directive is not ta

[users@httpd] Apache 2.4: SSLProtocol directive not taking effect

2015-07-22 Thread Hébergement web ArbreBinaire . com
Hi, We've been stumped by a configuration problem of our Apache 2.4 server, on CentOS 7. Our goal is to prevent the Poodle vulnerability by removing the SSLv3 protocol. But it seems this directive is not taking any effect: SSLProtocol All -SSLv3 It's located within a VirtualHost context (in /e

[users@httpd] Apache Performance Question

2015-07-22 Thread Dino B.
I am new to Apache, please provide adequate answer with information. Apache (2.2) is serving requests from bar-code scanning devices which scan items in warehouse. It could be 1-50 or so devices doing scans at any time. All scans will update item location in database and Apache server is the midd

Re: [users@httpd] php-fpm and proxy , httpd 2.4.12

2015-07-22 Thread Yehuda Katz
Do you need this configuration to be portable to different systems with different modules available? If not, remove all the wrote: > Apologies for the missing info. It is https by the way. Please see below: > > On 21 July 2015 at 00:48, Yehuda Katz wrote: > >> You haven't shown a need for any pr

[users@httpd] AW: Rewrite, .php files and PHP-FPM

2015-07-22 Thread Adolph, Tobias
Do you use php via mod_proxy_fcgi? Could be possible that the .htaccess file is never honoured since the request was proxied before. Kind regards, Tobias Adolph Von: Rose, John B Gesendet: Mittwoch, 22. Juli 2015 17:05 An: users@httpd.apache.org Betreff: [users@httpd] Rewrite, .php files a

[users@httpd] Rewrite, .php files and PHP-FPM

2015-07-22 Thread Rose, John B
Red Hat 7 Apache 2.4 PHP-FPM We are having some trouble getting Rewrite to work with Apache 2.4/PHP-FPM In other words, it isn't successfully working. Our test example: The .htaccess file: RewriteEngine On RewriteRule ^index2.html$ index.html RewriteRule ^index2.php$ index.ph

[users@httpd] TLS session tickets

2015-07-22 Thread Venkat V
Hi, We use Apache 2.2.29 on. We have observed that sessions are enabled even though we configured to use ticket for the following scenario. scenario: 1. configure server to use TLS tickets 2. generate a client certificate on server and export it to a browser(firefox/chrome) 2. try to access web

Re: [users@httpd] Re: Problem in chunked response

2015-07-22 Thread Yann Ylavic
On Wed, Jul 22, 2015 at 8:58 AM, skbarik wrote: > > We are very heavily dependant upon the extension to indicate certain status > to client. > and unfortunately we dont have any control over backend to change this. > Is there way to configure mod proxy to not discard this. No, mod_proxy handles C

[users@httpd] Re: Http trailers in chunked requests

2015-07-22 Thread Sachin Shetty
Hi, I tried with Apache 2.4.16 with the "MergeTrailers On". No luck, apache just wont let the trailers pass through. I enabled debug log as well, but no additional info in logs about skipping trailers. Thanks Sachin On Mon, Jul 20, 2015 at 11:44 AM, Sachin Shetty wrote: > Hi Eric, > > We are u

[users@httpd] Re: Problem in chunked response

2015-07-22 Thread skbarik
Hi Yann Thanks for the reply. We are very heavily dependant upon the extension to indicate certain status to client. and unfortunately we dont have any control over backend to change this. Is there way to configure mod proxy to not discard this. Thanks. barik -- View this message in context: