Changes between Version 2 and Version 3 of HostingServerSetupRecommendations


Ignore:
Timestamp:
Aug 27, 2010, 6:34:21 AM (14 years ago)
Author:
AlexT
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HostingServerSetupRecommendations

    v2 v3  
    55 
    66This recommendations are for dedicated or VPS server owners, however if you are on shared hosting and notice that your server configuration is inefficient you can ask your hosting support do change this settings on the server, so whole server will run faster.   
     7 
     8You need root access to the server and have some skills on how to connect to the server using SSH terminal and know some basic command line tools, like navigating through directories and editing files. 
     9 
     10'''Remember, making wrong changes can bring your server down !''' 
    711 
    812== MySQL == 
     
    2327 
    2428To check this go to phpMysqlAdmin tool (in most cases it is in your whm panel -> SQL Services -> phpMyAdmin). Then click "Variables" tab. 
    25 "query cache size" must be at lesat 16M, "query cache type" must be ON and "query cache limit" value should be around 1M: 
     29"query cache size" must be at lesat 16M, "query cache type" must be ON and "query cache limit" value should be around 1M. 
     30Example of good configuration: 
    2631 
    2732 [[Image(hssr-mysql-1-query-cache.jpg)]] 
     33 
     34After you realized that you need to change these settings you need to edit "my.cnf" file on your server (in most cases it in in "/etc" folder) and add the foollowing lines in "[mysqld]" section of the file, if the same configuration options already exists it is better to comment out old ones (with hash # symbol ) and add new ones near them: 
     35 
     36{{{ 
     37[mysqld] 
     38 
     39query_cache_limit = 1M 
     40query_cache_size = 32M 
     41}}} 
     42 
     43This most critical configuration options 
     44 
     45 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub