search for: keepalivetimeout

Displaying 12 results from an estimated 12 matches for "keepalivetimeout".

2009 Jan 20
6
Apache Server Tuning for Performance
...rsion: Apache/2.0.52 Server built: Jan 30 2007 09:56:16 Kernel : 2.6.9-55.ELsmp #1 SMP Fri Apr 20 16:36:54 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux Server Hardware : MAIN MEMORY (i) Memory Size 4 GB Dual-Core Intel 5160 processors. httpd.conf Timeout 300 KeepAlive On MaxKeepAliveRequests 1000 KeepAliveTimeout 150 ## Server-Pool Size Regulation (MPM specific) # 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 # ServerLimit: maximum value fo...
2015 Nov 03
1
prefork vs worker mpm in apache
...apache processes spiked from around 11 processes per machine to well over 250 processes at any given time. These are the tuning settings we have in apache: StartServers 10 #MinSpareServers 10 #MaxSpareServers 25 ServerLimit 250 MaxRequestWorkers 250 MaxConnectionsPerChild 1000 KeepAlive On KeepAliveTimeout 30 EnableSendfile Off So I was just wondering how this change could've cause this problem of having the number of apache processes spike. And if there are any other changes we can make to apache to bring the process count down? Also I realize that installing apache / php from source isn'...
2007 May 13
0
cups error 426 when accessing admin functions
...ps ServerBin /usr/lib/cups ServerRoot /etc/cups ServerTokens ProductOnly ServerCertificate /etc/cups/ssl/server.crt ServerKey /etc/cups/ssl/server.key User lp Group sys RIPCache 8m TempDir /var/spool/cups/tmp FilterLimit 0 Listen 127.0.0.1:631 Listen 192.168.0.4:631 HostNameLookups Off KeepAlive On KeepAliveTimeout 300 MaxClients 100 MaxClientsPerHost 0 MaxRequestSize 0 Timeout 300 Browsing Off BrowseProtocols cups BrowseAddress 192.168.0.255 BrowseShortNames Yes BrowseAllow from @LOCAL BrowseInterval 30 BrowseOrder allow,deny SystemGroup root <Location /> Order Deny,Allow Deny From All Allow From 127.0...
2015 May 07
2
Apache 2.2 itk - 404 not found
...ols-2.2.15-39.el6.centos.x86_64 httpd-2.2.15-39.el6.centos.x86_64 [root at srv01 ~]# cat /etc/httpd/conf/httpd.conf |grep -v ^# |grep -v ^$ ServerTokens Prod ServerRoot "/etc/httpd" PidFile run/httpd.pid Timeout 60 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 <IfModule prefork.c> StartServers 8 MinSpareServers 5 MaxSpareServers 20 ServerLimit 256 MaxClients 256 MaxRequestsPerChild 4000 </IfModule> <IfModule worker.c> StartServers 4 MaxClients 300...
2015 May 07
3
Apache 2.2 itk - 404 not found
...gt;> [root at srv01 ~]# cat /etc/httpd/conf/httpd.conf |grep -v ^# |grep -v ^$ >> ServerTokens Prod >> ServerRoot "/etc/httpd" >> PidFile run/httpd.pid >> Timeout 60 >> KeepAlive On >> MaxKeepAliveRequests 100 >> KeepAliveTimeout 15 >> <IfModule prefork.c> >> StartServers 8 >> MinSpareServers 5 >> MaxSpareServers 20 >> ServerLimit 256 >> MaxClients 256 >> MaxRequestsPerChild 4000 >> </IfModule> >> &lt...
2002 Jun 13
1
cannot setup print in w2k on debian/samba/winwind/cups server
...ort 631 # # HostNameLookups: whether or not to do lookups on IP addresses to get a # fully-qualified hostname. This defaults to Off for performance reasons... # #HostNameLookups On # # KeepAlive: whether or not to support the Keep-Alive connection # option. Default is on. # #KeepAlive On # # KeepAliveTimeout: the timeout before Keep-Alive connections are # automatically closed. Default is 60 seconds. # #KeepAliveTimeout 60 # # MaxClients: controls the maximum number of simultaneous clients that # will be handled. Defaults to 100. # #MaxClients 100 # # MaxRequestSize: controls the maximum size of H...
2004 May 22
2
Printing not working after upgrading to 3.0.4
I had been running Samba to share my HP printer among my Windows XP clients. When I upgraded to 3.0.4, I can no longer print. When I start the print job in Windows XP, the printer lights blinks for a few seconds, and then stops. No pages come out. The print job is shown as complete in the CUPS web intrface. Printing from the Linux box works just fine. I read the Samba pages concerning
2015 May 07
0
Apache 2.2 itk - 404 not found
...httpd-2.2.15-39.el6.centos.x86_64 > > [root at srv01 ~]# cat /etc/httpd/conf/httpd.conf |grep -v ^# |grep -v ^$ > ServerTokens Prod > ServerRoot "/etc/httpd" > PidFile run/httpd.pid > Timeout 60 > KeepAlive On > MaxKeepAliveRequests 100 > KeepAliveTimeout 15 > <IfModule prefork.c> > StartServers 8 > MinSpareServers 5 > MaxSpareServers 20 > ServerLimit 256 > MaxClients 256 > MaxRequestsPerChild 4000 > </IfModule> > <IfModule worker.c> > StartServers...
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...ion). Set to "Off" to deactivate. # KeepAlive Off # # MaxKeepAliveRequests: The maximum number of requests to allow # during a persistent connection. Set to 0 to allow an unlimited amount. # We recommend you leave this number high, for maximum performance. # MaxKeepAliveRequests 100 # # KeepAliveTimeout: Number of seconds to wait for the next request from the # same client on the same connection. # KeepAliveTimeout 15 ## ## Server-Pool Size Regulation (MPM specific) ## # prefork MPM # StartServers: number of server processes to start # MinSpareServers: minimum number of server processes which a...
2008 Sep 27
2
Graphical net install
Is it at all possible to do a graphical netinstall ? I am using centos 5.2, and i have been doing net installs (pxe) for a while in console mode... -- Test <test at remedial-teacher.nl>
2006 Jan 05
2
Apache issue
...tion). Set to "Off" to deactivate. # KeepAlive on # # MaxKeepAliveRequests: The maximum number of requests to allow # during a persistent connection. Set to 0 to allow an unlimited amount. # We recommend you leave this number high, for maximum performance. # MaxKeepAliveRequests 500 # # KeepAliveTimeout: Number of seconds to wait for the next request from the # same client on the same connection. # ## ## Server-Pool Size Regulation (MPM specific) ## # prefork MPM # StartServers: number of server processes to start # MinSpareServers: minimum number of server processes which are kept spare # MaxSp...
2006 Jul 18
7
Port scan from Apache?
Hi everyone, today I got an e-mail from a company claiming that my server is doing port scans on their firewall machine. I found that hard to believe so I started checking the box. The company rep told me that the scan was originating at port 80 with destination port 8254 on their machine. I couldn't find any hints as to why that computer was subject to the alleged port scans. Searching