Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Apache 2.2 Tuning


All,

I am looking for some document which helps me to tune Apache 2.2. Can you please help me?

Here is my actual problem; We have a plug-in (Oracle Access Manager - WebGate) which is installed on this Apache 2.2 which intercepts all the requests that hit the Apache. The plug-in communicates with a service (Oracle Access Manager - Access Server) in another machine. We are doing a load test with 10k users. The plug-in works fine till the load reaches 2k. Then we start getting weird errors in 'error_log' as the plug-in couldn't connect to service. I am looking this issue in 2 angles. 1) from the plug-in 2) from apache server. I need your help in tuning the Apache in a better way.

Thanks
A * R
View Original Thread
Comments
0
Be the first to comment

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect
avatar
Tags: apache, access, helps
apache tuning for svn
Jul 8, 2010
Hi Gurus, Any advise on initial tuning values for apache MinSpareServers, MaxSpareServers, and StartServers, tcp tunings, ulimits, sysctl.... I'm running svn 1.6 over apache2 pre-fork. System load goes high as much as 10 during heavy usage. What…

APR or Apache, virtual hosts and multi-core tuning...
Jun 28, 2010
Hi All, I noticed using Firefox with a plugin yslow that it recommends using only 4 virtual hosts instead of the 16 I have for serving images. I am using a 6 core system and want to make sure I take advantage of it using Apache APR so I setup more…

Tuning garbage collection
Jul 21, 2010
Hi, I'm using Tomcat 6.0.26, Java 1.6 and wondering what tools/strategies you use to tune your garbage collection parameters? Further, does anyone know how to read entries in the garbage collection log? Entries in my log look like Desired…

Re: performance tuning - where does the slowness come from?
Jun 29, 2010
Weijunli, I also have an environment that has similar very large datasets with strict latency. Can you please elaborate on the custom changes you added to cassandra to meet these sla, either code or configuration. i am very interested in…

Scanning through 12k rows, performance tuning suggestions?
Aug 11, 2010
Hi list, I just uploaded a screen shot of some profiling result to flickr: http://www.flickr.com/photos/alexdong/4884059360/ This query will scan around 12k rows, my c++ code will read one column and parse the row key into 3 parts. I've already…

Follow-up post on cassandra configuration with some experiments on GC tuning
Aug 24, 2010
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all, thanks again for all the comments I got on my last post. I've played a bit with different GC settings and got my Cassandra instance to run very nicely with 8GB of heap. I summarized my…

svn commit: r959568 - in /tomcat/trunk: java/org/apache/el/ java/org/apache/el/lang/ java/org/apache/el/parser/ java/org/apache/el/util/ test/org/apac
Jul 1, 2010
Author: markt Date: Thu Jul 1 09:35:23 2010 New Revision: 959568 URL: http://svn.apache.org/viewvc?rev=959568&view=rev Log: Improve handling for method invocation in EL, in particular the method used to identify the method to invoke. This…

svn commit: r961947 - in /tomcat/trunk/test: org/apache/el/TestELInJsp.java org/apache/el/TesterFunctions.java webapp-3.0/WEB-INF/bugs.tld webapp-3.0/
Jul 8, 2010
Author: markt Date: Thu Jul 8 21:28:21 2010 New Revision: 961947 URL: http://svn.apache.org/viewvc?rev=961947&view=rev Log: Test case for https://issues.apache.org/bugzilla/show_bug.cgi?id=49555 Fix to follow shortly Added: …

Re: svn commit: r982679 - in /directory/studio/trunk: ./ org.apache.commons.codec/ org.apache.commons.collections/
Aug 5, 2010
> Author: pamarcelot > Date: Thu Aug 5 16:27:33 2010 > New Revision: 982679 > > URL: http://svn.apache.org/viewvc?rev=982679&view=rev > Log: > Addded two new plugins for 'org.apache.commons.codec' and…

svn commit: r964219 [1/2] - in /tomcat/trunk: java/org/apache/catalina/filters/ test/org/apache/catalina/filters/ webapps/docs/ webapps/docs/config/
Jul 14, 2010
Author: markt Date: Wed Jul 14 22:11:30 2010 New Revision: 964219 URL: http://svn.apache.org/viewvc?rev=964219&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48998 Add the ExpiresFilter, a port of mod_expires Patch…