are they right ? (my.cnf and httpd.conf )

hi everyone

my server is 2.8Gh , 1GB Ram, FC1 and cpanel, it has arounds 40 accounts, and around 100-250 online users at peak time.

here what i have for my my.cnf
[mysqld]
set-variable = max_connections=250
safe-show-database
port=3306
socket=/tmp/mysql.sock
skip-locking
connect_timeout=15
key_buffer=16M
join_buffer=1M
record_buffer=1M
sort_buffer=2M
table_cache=1028
thread_cache_size=286
max_allowed_packet=5M
wait_timeout=15
query_cache_limit=1M
query_cache_size=32M
query_cache_type=1
thread_concurrency=2
and my httpd.conf
Timeout 300
KeepAlive Off
MaxKeepAliveRequests 1
KeepAliveTimeout 1
MinSpareServers 30
MaxSpareServers 80
StartServers 30
MaxClients 100
MaxRequestsPerChild 30
last few days, my apache was failed, i decided to suspend one site which has most huge traffic, then my server is go back normal. But if i want that site on again, what should i do ? thank guy, and have a good weekend

 

 

 

 

Top