Re: [users@httpd] Help! MaxClients Using Apache 2 For ReverseProxy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 6/15/05, Lewars, Mitchell (EM, PTL) <mitchell.lewars@xxxxxxxxxx> wrote:
> We have been hitting MaxClients on one of our Apache 2.0 servers,
> running on RedHat.
> The biggest difference between this web server and any others that we
> have is that it uses mod_proxy to reverse proxy a bunch of urls to
> different backend web servers.
> This web site does less than a third of the traffic that our other web
> servers handle daily. The only significant difference is reverse
> proxying.
> We have tried making changes to our configuration and even recompiling
> but we can't seem to resolve the issue.
> I have listed our build and compile options below.
> Any ideas would be appreciated.

It shouldn't be surprising that an architecture where two servers have
to touch every request is going to be slower than an architecture
where a single server touches the content.  Your proxy server could be
slow because the back-end servers are slow, or simply because of the
extra work in being a proxy.  One way to speed things up, if your
content is cachable, is to cache stuff on the proxy.

But, in general, you haven't given us much to go on in trying to help
you other than saying "my server is slow".

Joshua.

---------------------------------------------------------------------
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@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux