Re: [users@httpd] MPM issue

2016-07-28 Thread Michael A. Peters
On 07/21/2016 03:01 AM, Michael A. Peters wrote: Apache 2.4.23 When I load the Apache mod_mpm_prefork.so module, the php pecl ImageMagick extension loads. However, php progress meter doesn't work because the client can't make any requests until the upload is finished, so it can't get the progres

Re: [users@httpd] SSLHonorCipherOrder not working as expected

2016-07-28 Thread Yann Ylavic
On Thu, Jul 28, 2016 at 10:00 PM, Michele Mase' wrote: > > Any suggestion? Ciphers must be negotiated before HTTP is decrypted (and hence vhost selection can happen). With SSLHonorCipherOrder off, the negotiated cipher is probably RC4-SHA (the one preferred by the client). With SSLHonorCipherOrde

Re: [users@httpd] SSLHonorCipherOrder not working as expected

2016-07-28 Thread Michele Mase'
True. Unluckily I cannot change the app, and obviously the app must work (I know, it's a silly thing). The problem in short: Legacy java webapp axis based bla bla bla ... (it does some post actions) works with the following: SSLProtocol ALL -SSLv2 -SSLv3 SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRS

[users@httpd] apache is failing to retsart when ErrorLog is invalid

2016-07-28 Thread FHDATA
hello, using Apache/2.2.15 in linux environment If the value of the directive ErrorLog in virtualhost configuration of a website is nonexistent (as in exist but invalid) apache fails to restart and that causes serious problems ... Is there anyway apache can be told not to restart if

Re: [users@httpd] SSLHonorCipherOrder not working as expected

2016-07-28 Thread Daniel
This has nothing to do with sslhonorcipherorder Java 1.4 certainly does not support any ecdhe cipher and even less anything greater than tlv1.0 if I remember correctly. Java even tends to accept ciphers it can't deal later on once the ssl negotiation has started So,for such a dated client you sh

Re: [users@httpd] ProxyPass ttl not working?

2016-07-28 Thread Matthias Leopold
Am 2016-07-27 um 14:01 schrieb Matthias Leopold: Hi, i'm reverse proxying from an apache 2.2 to an apache 2.4 server (both RHEL). proxy VirtualHost is SSL (SSLProxyEngine On, SSLProxyVerify none) on the proxy i'm seeing errors like proxy: Error reading from remote server returned by xxx (700

[users@httpd] SSLHonorCipherOrder not working as expected

2016-07-28 Thread Michele Mase'
I've a reverse proxy based on apache 2.2.x (centos6.x) with soma name based virtualhosts; trying to connect with an old app axis and java1.4.2.x based, it only works with the following configuration: SSLProtocol ALL -SSLv2 -SSLv3 SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA

Re: [users@httpd] Media types for e.g. WOFF, WOFF2, TTF font data

2016-07-28 Thread Eric Covener
On Thu, Jul 28, 2016 at 8:14 AM, Sander Maijers wrote: > Hi, > > What is the reason the default mime.types config file for Apache 2.4 > is as it is, with respect to media types for font formats such as > WOFF? > > It appears the current media types listed there are > incorrect/outdated. Case in po

[users@httpd] Media types for e.g. WOFF, WOFF2, TTF font data

2016-07-28 Thread Sander Maijers
Hi, What is the reason the default mime.types config file for Apache 2.4 is as it is, with respect to media types for font formats such as WOFF? It appears the current media types listed there are incorrect/outdated. Case in point is WOFF. 1. IANA: application/font-woff http://www.iana.org/assig

Re: [users@httpd] httpd -> tomcat https servlet "Server not set up correctly" browser message.

2016-07-28 Thread Paul Roubekas
On 7/25/2016 5:20 PM, Paul Roubekas wrote: > > 100% newbie, if my approach is off please let me know. > > > > Fedora 23 > > httpd-2.4.23 > > mod_proxy > > mod_ssl > > openssl > > > > I have a website that is 100% run by servlets. I have only one page > that requires https, a payment processing