[us...@httpd] Content Length Vs Chunked Encoding

2010-11-25 Thread Madan Udaykumar
Hi, I am using Apache 2.2.8 server installed on Ubuntu. I want to enable the server to send me chunked encoded data when I request data from the server. I looked at all FAQ, google etc and could not find exact answer to enable this. Appreciate if you can let me know how exactly to do this.

[us...@httpd] connection is resetting

2010-11-25 Thread Julien Cigar
Hello, I'm running Apache 2.2.16 with the worker MPM on a FreeBSD 8.1 (amd64) machine. Apart from the standard modules, I'm using mod_fastcgi and mod_passenger (2.2.15). It works well, except that from time to time, about once every two weeks, Apache refuses to serve requests (even

Re: [us...@httpd] connection is resetting

2010-11-25 Thread Bob . Anstruther
Hi, I wonder if it might be a memory leak problem you are seeing, monitor your resources, to check if this is the case. Thanks, Robert Anstruther. Please save a tree. Don't print this message unless you really have to.

Re: [us...@httpd] connection is resetting

2010-11-25 Thread Julien Cigar
On 11/25/2010 10:50, bob.anstrut...@sqa.org.uk wrote: Hi, I wonder if it might be a memory leak problem you are seeing, monitor your resources, to check if this is the case. Hello, I don't think that the problem comes from a memory leak, Apache processes takes ~15M and /usr/bin/top says:

Re: [us...@httpd] Content Length Vs Chunked Encoding

2010-11-25 Thread Igor Galić
- Madan Udaykumar mad.u...@gmail.com wrote: Hi, I am using Apache 2.2.8 server installed on Ubuntu. I want to enable the server to send me chunked encoded data when I request data from the server. I looked at all FAQ, google etc and could not find exact answer to enable this.

Re: [us...@httpd] MaxRequestsPerChild for worker mpm

2010-11-25 Thread alin vasile
Maybe they die due to MaxSpareThreads though. Try setting it equal to MaxClients. Thanks Eric, I put MaxSpareThreads to be 15% of MaxClients and changed the restarting behaviour. Is there a formula or some guidelines for this directive? - Original Message From: Eric Covener

Re: [us...@httpd] connection is resetting

2010-11-25 Thread Igor Galić
- Julien Cigar jci...@ulb.ac.be wrote: Hello, I'm running Apache 2.2.16 with the worker MPM on a FreeBSD 8.1 (amd64) machine. Apart from the standard modules, I'm using mod_fastcgi and mod_passenger (2.2.15). It works well, except that from time to time, about once every two

Re: [us...@httpd] MaxRequestsPerChild for worker mpm

2010-11-25 Thread Igor Galić
- alin vasile alinachegal...@yahoo.com wrote: Maybe they die due to MaxSpareThreads though. Try setting it equal to MaxClients. Thanks Eric, I put MaxSpareThreads to be 15% of MaxClients and changed the restarting behaviour. Is there a formula or some guidelines for this

Re: [us...@httpd] connection is resetting

2010-11-25 Thread Julien Cigar
On 11/25/2010 15:11, Igor Galić wrote: - Julien Cigarjci...@ulb.ac.be wrote: Hello, I'm running Apache 2.2.16 with the worker MPM on a FreeBSD 8.1 (amd64) machine. Apart from the standard modules, I'm using mod_fastcgi and mod_passenger (2.2.15). It works well, except that from time to

Re: [us...@httpd] connection is resetting

2010-11-25 Thread Igor Galić
The problem is that I've never 200 clients at the same time ... :) That is the problem as you perceive it. You might reconsider this opinion of yours by refreshing your viewpoint with mod_status -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga...@brainsware.org URL:

[us...@httpd] Location and sublocation?

2010-11-25 Thread Jakov Sosic
Hi. I have a following config: Location / Order allow,deny Allow from all AuthType basic AuthName Password Required AuthUserFile /etc/httpd/htpasswd Require valid-user /Location Now, I want to allow access to location /somethingelse. Is that possible somehow? For example, tu

Re: [us...@httpd] Location and sublocation?

2010-11-25 Thread Tom Evans
On Thu, Nov 25, 2010 at 2:39 PM, Jakov Sosic jakov.so...@srce.hr wrote: Hi. I have a following config: Location /   Order allow,deny   Allow from all   AuthType basic   AuthName Password Required   AuthUserFile /etc/httpd/htpasswd   Require valid-user /Location Now, I want to allow

Re: [us...@httpd] connection is resetting

2010-11-25 Thread Julien Cigar
On 11/25/2010 15:38, Igor Galić wrote: The problem is that I've never 200 clients at the same time ... :) That is the problem as you perceive it. You might reconsider this opinion of yours by refreshing your viewpoint with mod_status no, I'm really 100% sure that I've never more than

[us...@httpd] CLOSE_WAIT management with apche2 and mod_python

2010-11-25 Thread Damiano Barboni
Hi All, I’m working with Apache2 and mod_python. I have a server process that must run a long and heavy data processing. If the client (the user) decides to stop the data processing, the server receives the signal and the connection enters in a CLOSE_WAIT status until the server process has

Re: [us...@httpd] connection is resetting

2010-11-25 Thread Igor Galić
- Julien Cigar jci...@ulb.ac.be wrote: On 11/25/2010 15:38, Igor Galić wrote: The problem is that I've never 200 clients at the same time ... :) That is the problem as you perceive it. You might reconsider this opinion of yours by refreshing your viewpoint with mod_status

[us...@httpd] mod_proxy_ajp | errors

2010-11-25 Thread King Holger (CI/AFP2)
Hi all, when using mod_proxy_ajp of Apache2 2.2.16 in combination with two Apache Tomcat 6.0.29 servlet containers, we often see the following entries within the Apache2 error log of the virtual host: [Thu Nov 25 16:17:26 2010] [error] ajp_read_header: ajp_ilink_receive failed [Thu Nov 25

RE: [us...@httpd] mod_proxy_ajp | errors

2010-11-25 Thread David Dabbs
Hello, Holger. I posted the message you referenced, and I still do not have any solution for it. You might try posting to the tomcat-users, us...@tomcat.apache.org since there's a Tomcat interaction at work. Perhaps another person asking will give someone an Ah Ha, though probably not

Re: [us...@httpd] Content Length Vs Chunked Encoding

2010-11-25 Thread Madan Udaykumar
Thanks for the response. That means there is nothing like configuring the server but we have to induce input such that it satisfies chunked encoding and the server will do it. I have a client which supports chunked encoding based on HTTP 1.1, hence to test this I want to send from server chunked