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

Apache 2.x config help


I'm trying to configure apache but all the "guides" I've been reading have been giving different advice.

My dedicated server is running :

Core2Quad 2.93ghz
8 GB ram
2 x 250gb sata2 drives (gmirrored)

Apache is using prefork - this settings I'm currently using are :

KeepAlive On
KeepAliveTimeout 2
MaxKeepAliveRequests 150
Timeout 45

ServerTokens ProductOnly
HostnameLookups Off

<Directory "/opt/www/">
FileETag MTime Size
</Directory>

<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
MaxClients 150
MaxRequestsPerChild 1000
</IfModule>

Can anyone give me any adice on what to tweak or does this config look ok?
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: 150
Apache config files in SQL
Jun 14, 2010
Hello all, I have been searching for a while and was wondering how/if there was a way to put Apache's config files in sql or some other mechanism for multiple machines to share the same config/be updateable from multiple locations once. I have…

Module development - server config vs directory config
Jun 16, 2010
Howdy all.. I'm a new module developer, so be gentle please. I have written a simple module for Apache 2.0. If I have a create server config without a create dir config as well, I get a fault from the server when it loads the module. The error…

How to config a bundle with web console and config admin?
Aug 30, 2010
Hi, felix: i want to use the web console to config a bundle. I have write a class which implement managedService, and register it to the framework with some properties. Then how can i config this bundle through the web…

Is Apache Directory Studio support editing "cn=config" of Openldap?
Sep 2, 2010
Hi, I am using Openldap 2.4.21 on Fedora Core 13. The Openldap support new configuration using "cn=config". However, when I use Apache Directory Studio to view the LDAP server, I only see Root DSE entry. There is no "cn=config" for me to to…

Re: Is Apache Directory Studio support editing "cn=config" of Openldap?
Sep 2, 2010
By default the cn=config backed is only accessible using the config admin, i.e. cn=admin,cn=config user. On Sep 2, 2010 12:24 PM, "Chee Yang Chau" <cyc### @gmail.com> wrote: Hi, I am using Openldap 2.4.21 on Fedora Core 13. The Openldap…

Re: Is Apache Directory Studio support editing "cn=config" of Openldap?
Sep 3, 2010
Hi, On Thu, Sep 2, 2010 at 5:15 PM, Chee Yang Chau <cyc### @gmail.com> wrote: > Any idea how to access it via Apache Directory Studio? You need to use the config admin to bind to the OpenLDAP server. This is not Apache Directory Studio…

Re: Is Apache Directory Studio support editing "cn=config" of Openldap?
Sep 2, 2010
Any idea how to access it via Apache Directory Studio? On Thu, Sep 2, 2010 at 10:49 PM, Stefan Seelmann <ma### @stefan-seelmann.de>wrote: > By default the cn=config backed is only accessible using the config admin, > i.e.…

where is 'apr-1-config'?
Jul 16, 2010
I emailed the author of the modlogslow module asking for help installing it on CentOS 5.5, and he sent me back instructions that included this step: >>> 2. compile # first, get link switch(es) for linking to APR by apr-1-config $…

C as config
Jun 4, 2010
All of you folks who have to answer user questions, go ahead and ready your hate mail :) I've been playing some with Varnish (long story) and lots of people seem to like it. The config "language" (VCL) is just a thin wrapper on top of C. Heck,…

About the config in dit project
Jun 19, 2010
Hi, the new config system is implemented in a module named "apacheds-default-config". Shouldn't it be something more explicit, like "apacheds-config" ?