HI,
I have a server running LiteSpeed and it has replaced Apache, but I am not convinced that it's as fast as it could be.
I believe everything is up to date. What settings or config should I be looking for?
When I go into LiteSpeed'd control panel, it shows the cache as zero. Here are some details below that might be helpful.
LiteSpeed Port Offset is 0.
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
max_connections = 400
key_buffer = 32M
myisam_sort_buffer_size = 32M
join_buffer_size = 1M
read_buffer_size = 1M
sort_buffer_size = 2M
table_cache = 1024
thread_cache_size = 286
interactive_timeout = 25
wait_timeout = 1000
connect_timeout = 10
max_allowed_packet = 16M
max_connect_errors = 10
query_cache_limit = 1M
query_cache_size = 16M
query_cache_type = 1
tmp_table_size = 16M
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
open_files_limit = 8192
[mysqldump]
quick
max_allowed_packet = 16M
[myisamchk]
key_buffer = 64M
sort_buffer = 64M
read_buffer = 16M
write_buffer = 16M
From httpd.conf
Timeout 5
TraceEnable Off
ServerSignature Off
ServerTokens ProductOnly
FileETag None
StartServers 5
<IfModule prefork.c>
MinSpareServers 5
MaxSpareServers 10
</IfModule>
ServerLimit 256
MaxClients 150
MaxRequestsPerChild 4000
KeepAlive Off
KeepAliveTimeout 3
MaxKeepAliveRequests 200
Within LiteSpeed's panel
Total Req 496,179 Total Cache Hits 0
Cache Hit Rate 0% Cache Hits/Sec 0.0
Any suggestions that anyone could think of?
Thanks in advance.
I have a server running LiteSpeed and it has replaced Apache, but I am not convinced that it's as fast as it could be.
I believe everything is up to date. What settings or config should I be looking for?
When I go into LiteSpeed'd control panel, it shows the cache as zero. Here are some details below that might be helpful.
LiteSpeed Port Offset is 0.
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
max_connections = 400
key_buffer = 32M
myisam_sort_buffer_size = 32M
join_buffer_size = 1M
read_buffer_size = 1M
sort_buffer_size = 2M
table_cache = 1024
thread_cache_size = 286
interactive_timeout = 25
wait_timeout = 1000
connect_timeout = 10
max_allowed_packet = 16M
max_connect_errors = 10
query_cache_limit = 1M
query_cache_size = 16M
query_cache_type = 1
tmp_table_size = 16M
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
open_files_limit = 8192
[mysqldump]
quick
max_allowed_packet = 16M
[myisamchk]
key_buffer = 64M
sort_buffer = 64M
read_buffer = 16M
write_buffer = 16M
From httpd.conf
Timeout 5
TraceEnable Off
ServerSignature Off
ServerTokens ProductOnly
FileETag None
StartServers 5
<IfModule prefork.c>
MinSpareServers 5
MaxSpareServers 10
</IfModule>
ServerLimit 256
MaxClients 150
MaxRequestsPerChild 4000
KeepAlive Off
KeepAliveTimeout 3
MaxKeepAliveRequests 200
Within LiteSpeed's panel
Total Req 496,179 Total Cache Hits 0
Cache Hit Rate 0% Cache Hits/Sec 0.0
Any suggestions that anyone could think of?
Thanks in advance.