You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by si...@wipro.com on 2004/10/09 16:21:03 UTC

[users@httpd] The default client request buffer size???????


Hi,

Sorry for the trouble again.

can any one tell me as to in Apache what is the default client request buffer size ??

Thanks in advance

shiva

-----Original Message-----
From: hunter [mailto:theantigod@gmail.com]
Sent: 2004年10月9日 19:19
To: users@httpd.apache.org
Subject: Re: [users@httpd] why NOT add compress feature into apache?


On Sat, 9 Oct 2004 16:27:49 +0800, 贾良玉 <ji...@surekam.com> wrote:
> Hi, Chris:
>
> Thanks for your quick info.  Is this a standard feature for most web
> server or just for what you build?  Does it support Linux, Unix and
> other OS platforms?
>
> cheers,
>
> Larry
>
>
> ----- Original Message -----
> From: "hunter" <th...@gmail.com>
> To: <us...@httpd.apache.org>
> Sent: Saturday, October 09, 2004 4:05 PM
> Subject: Re: [users@httpd] why NOT add compress feature into apache?
>
> On Sat, 9 Oct 2004 15:46:24 +0800, 贾良玉 <ji...@surekam.com> wrote:
> > Hi, all:
> >
> > I just wonder why not build compress feature into apache so whenever
> > web browser (like IE) sends request to server, it can compress the
> > right contents based on MIME types with the right suitable compress
> > algorithisms, maybe by default, coz most browsers support uncompress
> > algorithisms which can be embedded into HTTP request header?  This
> > will great benefit both sides (client and server), plus it saves a
> > lot network bandwidth.  I would like to see this feature build into
> > all web server, especially into apache.  Any comments?
> >
> > regards,
> >
> > Larry
> >
> Larry,
>
> When built with zlib, mod_deflate is created. When properly configured
> it does what you are suggesting.
>
> The Apache for Windows binaries that I build are made with zlib and
> are available from http://hunter.campbus.com or
> http://tor.ath.cx/~hunter/apache.
>
> Chris Lewis
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
> Project. See <URL:http://httpd.apache.org/userslist.html> for more
> info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Larry,

Apache has many optional modules that can be enabled. Some must be built at compile time or they do not exist while others are built by default and yet others can be downloaded from other sites. mod_ssl and mod_deflate require source that is obtained separately, so it is not included by default.

It is the server owner who decides what modules to use. mod_deflate is an optional module. Like mod_ssl, mod_deflate must be built at compile time. To to do this the zlib source is placed into the srclib directory - the makefile finds this source and builds mod_deflate. The module must still be properly enabled in the httpd.conf.

Though I am referring to the Apache for Windows build, I suspect that this applies to the *nix builds as well.

Chris Lewis

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or Mailadmin@wipro.com immediately
and destroy all copies of this message and any attachments.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org