Re: [EMAIL PROTECTED] Connection Slow through apache proxy

2008-02-01 Thread India Technologies Administrator
Thanks. It works. On 2/1/08, Sriharsha M <[EMAIL PROTECTED]> wrote: > > Increase StartServers, MaxClients and for optimal performance make > MaxSpareThreads equal to MaxClients. > Also make sure that MaxClients = StartServers * ThreadsPerChild. > > Try something like this > > StartServers 10

Re: [EMAIL PROTECTED] Connection Slow through apache proxy

2008-02-01 Thread Sriharsha M
Increase StartServers, MaxClients and for optimal performance make MaxSpareThreads equal to MaxClients. Also make sure that MaxClients = StartServers * ThreadsPerChild. Try something like this StartServers 10 MaxClients 500 MinSpareThreads 50 MaxSpareThreads

Re: [EMAIL PROTECTED] Connection Slow through apache proxy

2008-01-31 Thread India Technologies Administrator
StartServers 2 MaxClients 300 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 On Feb 1, 2008 10:13 AM, Sriharsha M <[EMAIL PROTECTED]> wrote: > > I need the worker mpm configuration to identify the issue.

Re: [EMAIL PROTECTED] Connection Slow through apache proxy

2008-01-31 Thread Sriharsha M
I need the worker mpm configuration to identify the issue. Harsha India Technologies Administrator wrote: # ProxyRequests Off #ProxyVia Block # # Order deny,allow # Deny from All # Allow from localhost 127.0.0.1 192.168.0.* # #AllowCONNECT 5222 5050 995 993 465 5190 1863 6667 80 81 443 808

Re: [EMAIL PROTECTED] Connection Slow through apache proxy

2008-01-31 Thread India Technologies Administrator
I think you did not read what I said. I said, without httpd in between, internet is fast. On 1/31/08, Constantin Moisei <[EMAIL PROTECTED]> wrote: > How about, the cable that brought down the off shoring for few weeks ? > http://www.cnn.com/2008/WORLD/meast/01/31/dubai.outage/index.html > > Did yo

Re: [EMAIL PROTECTED] Connection Slow through apache proxy

2008-01-31 Thread India Technologies Administrator
# ProxyRequests Off #ProxyVia Block # # Order deny,allow # Deny from All # Allow from localhost 127.0.0.1 192.168.0.* # #AllowCONNECT 5222 5050 995 993 465 5190 1863 6667 80 81 443 8080 #CacheEnable disk / #CacheRoot "/usr/APACHE_FILES/CACHE/PROXY" # Since its slow, i have commented all line

RE: [EMAIL PROTECTED] Connection Slow through apache proxy

2008-01-31 Thread Sriharsha M
Can you tell me the configuration you are using? Harsha -Original Message- From: India Technologies Administrator [mailto:[EMAIL PROTECTED] Sent: Thu 1/31/2008 10:55 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Connection Slow through apache proxy Hi, i am using httpd 2.2.8

Re: [EMAIL PROTECTED] Connection Slow through apache proxy

2008-01-31 Thread Constantin Moisei
How about, the cable that brought down the off shoring for few weeks ? http://www.cnn.com/2008/WORLD/meast/01/31/dubai.outage/index.html Did you rule that one out ? On 31/01/2008, India Technologies Administrator <[EMAIL PROTECTED]> wrote: > > Hi, > i am using httpd 2.2.8 on Fedora 7. I tried t