[jira] Created: (MODPYTHON-235) Memory leaks in main Apache process when doing 'restart' or 'graceful'.

2007-06-29 Thread Graham Dumpleton (JIRA)
Memory leaks in main Apache process when doing 'restart' or 'graceful'. --- Key: MODPYTHON-235 URL: https://issues.apache.org/jira/browse/MODPYTHON-235 Project: mod_python

Re: -X and SIGTERM

2007-06-29 Thread Plüm , Rüdiger , VF-Group
-Ursprüngliche Nachricht- Von: Sander Temme Gesendet: Freitag, 29. Juni 2007 06:44 An: dev@httpd.apache.org Betreff: Re: -X and SIGTERM On Jun 28, 2007, at 11:54 AM, Brian J. France wrote: Here is a patch that will allow SIGTERM to work with -X

AW: Changing the default httpd.conf

2007-06-29 Thread Mario Brandt
Hi Guenter, the new scripts works fine. I knew only the older one. It would be nice to have the choise to install the service or not ;-) Your script is not in the normal msi file from ASF and the learining effect to get to know the large httpd.conf is nearly zero. I understand the httpd.conf

Re: svn commit: r550519 - in /httpd/httpd/trunk: docs/manual/mod/mod_proxy.html.en docs/manual/mod/mod_proxy.xml modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h modules/proxy/mod_proxy_balancer.c

2007-06-29 Thread Joe Orton
On Mon, Jun 25, 2007 at 02:42:26PM -, Jean-Frederic Clere wrote: Author: jfclere Date: Mon Jun 25 07:42:25 2007 New Revision: 550519 URL: http://svn.apache.org/viewvc?view=revrev=550519 Log: Add sticky_path to solve PR41897. ... if (!strcasecmp(key, stickysession)) { +

RE: Balasan: Re: Apache configuration (throughput of connection)

2007-06-29 Thread Allen Pulsifer
Apache already gives priority to the clients with the fastest connection. To user stand why this is so, you need to understand how TCP/IP flow control works and how that interacts with the send(), recv() and select() system calls, and with the network send and receive buffers on the server and the

Re: [PATCH] pid safety checks for 2.2.x

2007-06-29 Thread Joe Orton
On Wed, Jun 27, 2007 at 04:42:38PM -0400, Jim Jagielski wrote: I might be missing this (just did a quick scan) but what about ap_reclaim_child_processes/reclaim_one_pid()? Here we trust the pid in the scoreboard and send signals. I'd said in the other thread that this wasn't an attack vector

Re: -X and SIGTERM

2007-06-29 Thread Joe Orton
On Thu, Jun 28, 2007 at 02:54:39PM -0400, Brian J. France wrote: Here is a patch that will allow SIGTERM to work with -X http://www.brianfrance.com/software/apache/httpd.signal.diff Without the patch running httpd on the command line with -X and trying to stop it can only be done by

Balasan: RE: Balasan: Re: Apache configuration (throughput of connection)

2007-06-29 Thread Niko Wilfritz Sianipar Sianipar
I want to improve the delay on the server,the mean response time by giving priority to the client that has fastest connection first. If the fastest connection receive priority at the server, they will have good conditions (in the server and in the network) to finish quickly, contributing to