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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo