Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-25-2010, 07:24 AM   PM User | #1
Mayhem30
New Coder

 
Join Date: Jan 2010
Posts: 63
Thanks: 2
Thanked 5 Times in 4 Posts
Mayhem30 is an unknown quantity at this point
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?
Mayhem30 is offline   Reply With Quote
Reply

Bookmarks

Tags
apache, config, prefork

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:19 PM.


Advertisement
Log in to turn off these ads.