[us...@httpd] Call for translation

2010-11-26 Thread Rich Bowen
Participation in open source project is not only open to folks who can program in C. If you can read English, and can write in some other language, your participation is desperately needed. The complete documentation for the Apache HTTP Server is currently only available in English. Parts o

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

2010-11-26 Thread Jonas Eckerman
On 2010-11-25 15:28, Igor Galić wrote: Worker MPM will *never* spawn more than StartServers children. According to the docs at it will. Quote: ---8<--- The StartServers directive sets the number of child server processes

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

2010-11-26 Thread alin vasile
Got it now, is pretty clear. - Original Message From: Igor Galić To: users@httpd.apache.org Sent: Fri, November 26, 2010 5:56:42 PM Subject: Re: [us...@httpd] MaxRequestsPerChild for worker mpm - "alin vasile" wrote: > This is what we followed in our configuration: > > ServerL

Re: [us...@httpd] What is the default location?

2010-11-26 Thread Mahmood Naderan
I restored the default locations (document root for apache2 and htmldir for munin). Paths are: (/etc/munin/munin.conf) htmldir /var/cache/munin/www (/etc/apache2/sites-available/default) DocumentRoot /var/www (/etc/apache2/conf.d/munin) Alias /munin /var/cache/munin/www Assuming the IP address is

Re: [us...@httpd] What is the default location?

2010-11-26 Thread Igor Galić
- "Mahmood Naderan" wrote: > Hi, > I am new to apache so my question may be too simple. I have installed > apache2 and when I enter the ip address (http://A.B.C.D/) in the web > browser I can successfully see the message "It works!" fine. > > I also have installed Munin and set the html

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

2010-11-26 Thread Igor Galić
- "alin vasile" wrote: > This is what we followed in our configuration: > > ServerLimit 40 O_o? > ThreadsPerChild 15 > > MaxClients 600 = 40 * 15 Lets see how that compares to what I wrote two mails back: """75 MaxSpareThreads * 2 StartServers == 150 MaxClients""" So, you want: MaxCl

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

2010-11-26 Thread alin vasile
This is what we followed in our configuration: ServerLimit 40 ThreadsPerChild 15 MaxClients 600 = 40 * 15 - Original Message From: Igor Galić To: users@httpd.apache.org Sent: Fri, November 26, 2010 2:48:19 PM Subject: Re: [us...@httpd] MaxRequestsPerChild for worker mpm - "alin

[us...@httpd] What is the default location?

2010-11-26 Thread Mahmood Naderan
Hi, I am new to apache so my question may be too simple. I have installed apache2 and when I enter the ip address (http://A.B.C.D/) in the web browser I can successfully see the message "It works!" fine. I also have installed Munin and set the htmldir variable to /var/www/A.B.C.D/web/monito

Re: [us...@httpd] Problem with DNS lookup caching in reverse proxy

2010-11-26 Thread Igor Galić
- "Slawomir R. Janotta" wrote: > Hi everybody, > I am facing a problem which I cannot solve in a satisfying way and > after > searching the known resources for a while I wonder if anyone has ever > solved a similiar one. > > Let me first describe the situation I have here. > > I am using a

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

2010-11-26 Thread Igor Galić
- "alin vasile" wrote: > > Worker MPM will *never* spawn more than StartServers children. > > > Can you detail this? Because I was aware that the maximum limit was > given > by ServerLimit. No. http://httpd.apache.org/docs/current/mod/mpm_common.html#serverlimit """For the worker MPM, t

[us...@httpd] proxy: prefetch request body failed

2010-11-26 Thread Rainer Frey
Hi, I'm using a Web Service on Tomcat 6.0.29, with Hessian as protocol (hessian.caucho.com) via Apache as reverse proxy. One request with a probably large response failed with HTTP 413. I don't find this error code in the access log though, and the only error in Apache error log about that ti

[us...@httpd] Problem with DNS lookup caching in reverse proxy

2010-11-26 Thread Slawomir R. Janotta
Hi everybody, I am facing a problem which I cannot solve in a satisfying way and after searching the known resources for a while I wonder if anyone has ever solved a similiar one. Let me first describe the situation I have here. I am using a reverse proxy installation to access a backend server t

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

2010-11-26 Thread alin vasile
> Worker MPM will *never* spawn more than StartServers children. Can you detail this? Because I was aware that the maximum limit was given by ServerLimit. - The official User-To-User support forum of the Apache HTTP

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

2010-11-26 Thread Torsten Förtsch
On Friday, November 26, 2010 04:30:13 Madan Udaykumar wrote: > 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. It depends upon what you mean by configuring the server. You can place a bit of