Re: [users@httpd] Very confused about Re-negotiation request failed (and SSLInsecureRenegotiation)

2013-02-15 Thread Denis BUCHER (lists)
acOS and Safari as far as I know. Our SSL certificate is not a very expensive Verisign or Thawte SSL certificate but a cheap one, with "chains". We did that because we don't use it intensively. Do you think this could also be part of the problem ? Best regards, Denis Le 12

Re: [users@httpd] Very confused about Re-negotiation request failed (and SSLInsecureRenegotiation)

2013-02-12 Thread Denis BUCHER (lists)
Dear Ed, What's surprising me is that I got more than 10% of users complaining they can't access our webserver. Are so many people equipped with outdated browsers ? Denis Le 11.02.2013 09:33, Edward Quick a écrit : Hi Denis, I've been through exactly the same situati

[users@httpd] Very confused about Re-negotiation request failed (and SSLInsecureRenegotiation)

2013-02-09 Thread Denis BUCHER (lists)
can it be required for still in use browsers ? Thanks in advance for some help or any hint :-) Best regards, |Denis

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Denis BUCHER
Le 19.08.2012 20:57, Yehuda Katz a écrit : > On Sun, Aug 19, 2012 at 1:29 PM, Denis BUCHER wrote: > >> Le 19.08.2012 18:17, Alex Bligh a écrit : >> >>> --On 19 August 2012 17:58:34 +0200 Denis BUCHER >>> wrote: >>> >>>> And the mo

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Denis BUCHER
Le 19.08.2012 18:17, Alex Bligh a écrit : > --On 19 August 2012 17:58:34 +0200 Denis BUCHER > wrote: > >> And the most surprising is that it only happens with Google bot and other search engines crawler but never with users ??? > > I would bet it queries a URL that us

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Denis BUCHER
Dear Igor, In fact I see plenty of apache processes, but only ONE takes out the whole memory ! All others are OK. And the most surprising is that it only happens with Google bot and other search engines crawler but never with users ??? Denis Le 19.08.2012 14:26, Igor Cicimov a écrit

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Denis BUCHER
Le 18.08.2012 11:56, Alex Bligh a écrit : > --On 18 August 2012 11:35:29 +0200 Denis BUCHER > wrote: > >> OK, but my problem is that when I detect an "offending" process (using too much memory), it's already too late ! The strace will only show mmaps until &q

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Denis BUCHER
Le 18.08.2012 11:56, Alex Bligh a écrit : > --On 18 August 2012 11:35:29 +0200 Denis BUCHER > wrote: > >> OK, but my problem is that when I detect an "offending" process (using too much memory), it's already too late ! The strace will only show mmaps until &q

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Denis BUCHER
Le 18.08.2012 11:56, Alex Bligh a écrit : > --On 18 August 2012 11:35:29 +0200 Denis BUCHER > wrote: > >> OK, but my problem is that when I detect an "offending" process (using too much memory), it's already too late ! The strace will only show mmaps until &q

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Denis BUCHER
Le 18.08.2012 11:56, Alex Bligh a écrit : > --On 18 August 2012 11:35:29 +0200 Denis BUCHER > wrote: > >> OK, but my problem is that when I detect an "offending" process (using too much memory), it's already too late ! The strace will only show mmaps until &q

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Denis BUCHER
ot;offending" process (using too much memory), it's already too late ! The strace will only show mmaps until "[crit] Memory allocation failed" ! Do you have a suggestion on how I could "intercept" these processes before the problem happens ? Denis

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Denis BUCHER
Le 18.08.2012 10:29, Alex Bligh a écrit : > --On 18 August 2012 10:04:12 +0200 Denis BUCHER > wrote: > >> And whatever page it is, is there some explanation why apache can takes all the server memory ? PHP is limited, so how is it possible for Apache to do that ? >

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-18 Thread Denis BUCHER
Le 18.08.2012 05:55, Brett Maxfield a écrit : > On 18/08/2012, at 6:46 AM, Denis BUCHER wrote: > >> Dear all, >> >> That's an unbelievable issue but we have single apache process that takes 5 GB of memory ! And it doesn't happens always with the same URL

RE: [users@httpd] checking logs

2012-02-23 Thread DENIS Laurent
The poor's man method: pipe the logs in a script, detect patterns of what annoys you, send an snmp message (or a mail). I used a similar technique to generate syslog events that were captured by TNG. Below an excerpt from what I documented for my ops team (does not render well in pure text - te

RE: [users@httpd] High availabilty through Apache httpd

2012-02-06 Thread DENIS Laurent
You can also take a look at the SRV record for DNS (http://en.wikipedia.org/wiki/SRV_record) and pray for the browser to support it. From: Harsimranjit singh Kler [mailto:simran...@gmail.com] Sent: Monday 6 February 2012 11:46 To: DENIS Laurent Cc: users@httpd.apache.org Subject: R

RE: [users@httpd] High availabilty through Apache httpd

2012-02-06 Thread DENIS Laurent
his first link: http://www.cyberciti.biz/faq/rhel-centos-fedora-keepalived-lvs-cluster-c onfiguration/ From: Harsimranjit singh Kler [mailto:simran...@gmail.com] Sent: Monday 6 February 2012 10:53 To: DENIS Laurent Cc: users@httpd.apache.org Subject: Re: [users@httpd] High

RE: [users@httpd] High availabilty through Apache httpd

2012-02-06 Thread DENIS Laurent
If you just want failover on the head apache: use two nodes with vrrp + keepalived (if you're on linux) to monitor your service. If you need load-balancing, then you should use two VRRP addresses with DNS round-robin. But you'll stumble on client-server persistence problem if you don't use tomc

RE: [users@httpd] Experiencing odd, possibly JPEG-specific slowdowns

2012-02-01 Thread DENIS Laurent
Enable the %D in the logs - it will tell you how long the server takes to serve the query, in microseconds. It can be very long from client side but fast from server side - and even if slow from server side, it can be the client that hangs in the middle of the transaction (for very large ressources

[users@httpd] External module suspected to be slow - how to add timer around calls

2012-01-25 Thread DENIS Laurent
Hello, *** Question *** How can I measure how much time is spent in the processing function of module? Of course, the supplier of the module does not provide any source code. My idea is to add an APRLOG_DEBUG the "apr_time_now" before and after the function is called (don't know yet which hook

[us...@httpd] unsubscribe

2009-01-05 Thread Denis Peuziat
unsubscribe

[EMAIL PROTECTED] Denis Peuziat is on sickness leave.

2008-12-04 Thread Denis Peuziat
I will be out of the office starting 04/12/2008 and will not return until 08/12/2008. For any issues, contact Office Automation hotline on 6400

[EMAIL PROTECTED] Denis Peuziat is on sickness leave.

2008-11-19 Thread Denis Peuziat
I will be out of the office starting 19/11/2008 and will not return until 24/11/2008. For any issues, contact Office Automation hotline on 6400

Re: [EMAIL PROTECTED] Very nasty ajp error when using ssl, client certificates, mod_proxy_ajp and jetty 6

2008-10-07 Thread Denis McCarthy
Hi, We upgraded Apache from 2.2.3 to 2.2.9 and it seems to have resolved this problem for us (well, it hasn't recurred today yet, and it was happening all the time) Denis On Fri, Oct 3, 2008 at 11:51 PM, George Mashini <[EMAIL PROTECTED]> wrote: > Dennis, > > I get the s

[EMAIL PROTECTED] Very nasty ajp error when using ssl, client certificates, mod_proxy_ajp and jetty 6

2008-10-03 Thread Denis McCarthy
(The IP addresses etc. have been changed to protect the innocent) If anyone could give any pointers for a solution to this it'd be great, as the app in question is due to go live shortly, and we'll have to delay go-live until this issue is resolved. Thanks Denis --

[EMAIL PROTECTED] Denis Peuziat is out of the office.

2008-08-08 Thread Denis Peuziat
I will be out of the office starting 09/08/2008 and will not return until 01/09/2008. I'm on vacations from Monday August 11th till Friday August 29th included. For any issues, contact Office Automation hotline on 6400

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-06-02 Thread Denis Peuziat
! I executed it again and found out that there was a flaw within the script that produced an output before the "Content-type..." line I modified it and everything now works properly! Thanks for your answers Denis

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-06-02 Thread Denis Peuziat
"Krist van Besien" <[EMAIL PROTECTED]> To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] problem with perl script and Apache "Krist van Besien" <[EMAIL PROTECTED]> Please respond to : users@httpd.apache.org 02/06/2008 13:42 On Mon, Jun 2, 2008 at

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-06-02 Thread Denis Peuziat
I can't see any.... Denis "Krist van Besien" <[EMAIL PROTECTED]> To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] problem with perl script and Apache "Krist van Besien" <[EMAIL PROTECTED]> Please respond to : users@httpd.apache.org 02/06/2

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-06-02 Thread Denis Peuziat
Thanks a lot for your advice. The file shows the html result so I guess there has been some changes between Apache 2.0.46 and 2.2.3 that prevents the 2.2.3 to understand the html headers on the page... I will look in that direction Thanks again Denis "Octavian Rasnita" <[EMAIL PR

[EMAIL PROTECTED] problem with perl script and Apache

2008-05-30 Thread Denis Peuziat
;home-developed" module. Would it be possible that the change of environment would render the module useless? Thanks for your help Denis

[EMAIL PROTECTED] "AcceptPathInfo Off" for Apache 1.3 - is there a solution or a patch?

2007-01-15 Thread Denis Solovyov
r, maybe someone would provide me with 1.3.37 sources patch? I think it would be even better. I feel that it is not very hard to disable pathinfo acceptance in the sources, but it is hard for me to understand them by myself. Wi

[EMAIL PROTECTED] Forcing 128 bits encryption with AES and SHA algorithm

2006-06-05 Thread Denis Sacchet
quot;AES128-SHA" SSLCertificateFile conf/ssl/private.crt SSLCertificateKeyFile conf/ssl/private.key SSLCertificateChainFile conf/ssl/ca.crt SSLCACertificateFile conf/ssl/ca.crt Thanks in advance Best re

[EMAIL PROTECTED] internal dummy connection

2006-04-01 Thread Denis
t means? -- With Best Regards Denis. Delphi, Kylix, Perl, PHP, InterBase, FireBird, SQL, HTML, etc. The manager of the project: http://www.amur.ee ICQ:95273162 Tel:+372 580 92970 - The offic

RE: [users@httpd] Russian Charset Problem

2005-06-01 Thread Denis Gerasimov
> > > BTW I don't believe that UTF-8 page is *significant* larger - most of > the > > characters (e.g. HTML code) are still represented with one byte. > > If you have messy HTML code, this argument happens to be true ;-) I usually don't ;-) > If you have more text and each russian character ta

RE: [users@httpd] Russian Charset Problem

2005-06-01 Thread Denis Gerasimov
with one byte. And what's about images? HTML document usually contains many images and I suppose that impact on the traffic won't be so serious. Please, let me know if I'm wrong. Best regards, Denis Gerasimov, Chief Developer, VEKOS Ltd. www.vekos.ru --

RE: [users@httpd] Russian Charset Problem

2005-05-30 Thread Denis Gerasimov
d this HTTP header yourself e.g. in PHP: header('Content-Type: text/html; charset=windows-1251'); 1. Ask your hosting provider to assist you someway :-) HTH Best regards, Denis Gerasimov, Chief Developer, VEKOS Ltd. www.vekos.ru > > Thanks Ivan. But i am hosting my sit