2016年3月20日 星期日

apache 模組的載入

補充 apache 基本模組,:
alias_module
authz_default_module
authz_host_module
deflate_module
dir_module
expires_module
headers_module
log_config_module
mime_module
php5_module
setenvif_module

先 apachectl configtest 來測試!!

my.cnf 

innodb_buffer_pool_size = 1024M  max_allowed_packet = 5M net_buffer_length = 8K  read_buffer_size = 2M read_rnd_buffer_size = 8M  query_cache_size = 512M myisam_sort_buffer_size = 128M  max_connections = 450 thread_cache = 50 key_buffer_size = 1280M join_buffer_size = 16M  table_cache = 2048 sort_buffer_size = 64M tmp_table_size = 512M max_heap_table_size = 512M  thread_concurrency = 8  log-slow-queries = /daten/mysql-log/slow-log long_query_time = 1 log_queries_not_using_indexes  innodb_additional_mem_pool_size = 64M innodb_log_file_size = 64M innodb_log_buffer_size = 8M innodb_flush_log_at_trx_commit = 2 innodb_file_per_table