Current time: 05-19-2024, 07:22 AM Hello There, Guest! (LoginRegister)


Post Reply 
["Resuelto"]Configurar apache2.conf y my.conf para muchas conex
Author Message
Piradoxlanieve Offline
Junior Member
*

Posts: 246
Joined: Jul 2009
Reputation: 0
Post: #3
RE: Configurar apache2.conf y my.conf para muchas conex
[Mon Sep 28 18:29:14 2009] [error] [client 190.231.224.143] request failed: error reading the headers
[Mon Sep 28 18:31:04 2009] [error] [client 89.130.144.33] request failed: error reading the headers
[Mon Sep 28 18:31:27 2009] [error] [client 64.120.9.170] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFindSmile
[Mon Sep 28 18:32:07 2009] [error] [client 83.42.212.176] request failed: error reading the headers
[Mon Sep 28 18:32:09 2009] [error] [client 85.137.90.108] request failed: error reading the headers
[Mon Sep 28 18:32:19 2009] [error] [client 90.162.14.196] request failed: error reading the headers
[Mon Sep 28 18:32:49 2009] [error] [client 93.136.145.191] request failed: error reading the headers
[Mon Sep 28 18:33:10 2009] [error] [client 79.157.226.122] request failed: error reading the headers
[Mon Sep 28 18:34:36 2009] [error] [client 190.231.224.143] request failed: error reading the headers
[Mon Sep 28 18:34:42 2009] [error] [client 83.59.189.43] request failed: error reading the headers
valores de apache2.conf
-----------------------------------------------------------
# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# MaxClients: maximum number of server processes allowed to start
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_prefork_module>
StartServers 78
MinSpareServers 100
MaxSpareServers 250
MaxClients 4992
MaxRequestsPerChild 10000
</IfModule>

# worker MPM
# StartServers: initial number of server processes to start
# MaxClients: maximum number of simultaneous client connections
# MinSpareThreads: minimum number of worker threads which are kept spare
# MaxSpareThreads: maximum number of worker threads which are kept spare
# ThreadsPerChild: constant number of worker threads in each server process
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_worker_module>
ServerLimit 100
StartServers 78
MaxClients 4992
MinSpareThreads 100
MaxSpareThreads 250
ThreadsPerChild 64
MaxRequestsPerChild 1000
</IfModule>
-----------------------------------
Valores my.conf
---------------------------------------------
# * Fine Tuning
#
key_buffer = 512M
max_allowed_packet = 512M
thread_stack = 128M
thread_cache_size = 128
max_connections = 10000
#table_cache = 64
#thread_concurrency = 10
#
# * Query Cache Configuration
#
query_cache_limit = 20M
query_cache_size = 64M
#
# * Logging and Replication
#
# Both location gets rotated by the cronjob.
# Be aware that this log type is a performance killer.
#log = /var/log/mysql/mysql.log
#
# Error logging goes to syslog. This is a Debian improvement Smile
#
# Here you can see queries with especially long duration
#log_slow_queries = /var/log/mysql/mysql-slow.log
#long_query_time = 2
#log-queries-not-using-indexes
#
# The following can be used as easy to replay backup logs or for replication.
# note: if you are setting up a replication slave, see README.Debian about
# other settings you may need to change.
#server-id = 1
#log_bin = /var/log/mysql/mysql-bin.log
expire_logs_days = 10
max_binlog_size = 100M
#binlog_do_db = include_database_name
#binlog_ignore_db = include_database_name
(This post was last modified: 09-29-2009 03:57 AM by Piradoxlanieve.)
09-29-2009 03:46 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Configurar apache2.conf y my.conf para muchas conex - Piradoxlanieve - 09-29-2009 03:46 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)