Could it perhaps have something to do with the lovely grsecurity patch being added to the kernel? I wonder if that functionality prevents the server limit from peaking, or something long those lines Oct 13, 15 0 Show hidden low quality content.
You must log in or register to reply here. Top Bottom. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register. By continuing to use this site, you are consenting to our use of cookies. Accept Learn more…. Web Servers and Applications. Oct 1, Jun 6, Sep 30, Too Many Redirects. Set to "Off" to deactivate. Set to 0 to allow an unlimited amount.
We recommend you leave this number high, for maximum performance. KeepAliveTimeout 15 Server-pool size regulation. Rather than making you guess how many server processes you need, Apache dynamically adapts to the load it sees that is, it tries to maintain enough server processes to handle the current load, plus a few spare servers to handle transient load spikes e.
It does this by periodically checking how many servers are waiting for a request. If there are fewer than MinSpareServers, it creates a new spare. If there are more than MaxSpareServers, some of the spares die off. The default values are probably OK for most sites. StartServers 5 Limit on total number of servers running, i.
It is intended mainly as a brake to keep a runaway server from taking the system with it as it spirals down MaxClients MaxRequestsPerChild: the number of requests each child process is allowed to process before the child dies. The child will exit so as to avoid problems after prolonged use when Apache and maybe the libraries it uses leak memory or other resources. On most systems, this isn't really needed, but a few such as Solaris do have notable leaks in the libraries. For these platforms, set to something like or so; a setting of 0 means unlimited.
NOTE: This value does not include keepalive requests after the initial request per connection. For example, if a child process handles an initial request and 10 subsequent "keptalive" requests, it would only count as 1 request towards this limit. Listen Listen This directive is used to tell the server which IP address to listen to. Note: The order in which modules are loaded is important. Don't change the order below without expert advice.
The default is Off. If your ServerType directive set earlier in the 'Global Environment' section is set to "inetd", the next few directives don't have any effect since their settings are defined by the inetd configuration. Skip ahead to the ServerAdmin directive. Port: The port to which the standalone server listens.
On HPUX you may not be able to use shared memory as nobody, and the suggested workaround is to create a user www and use that user. User nobody Group nobody ServerAdmin: Your address, where problems with the server should be e-mailed. This address appears on some server-generated pages, such as error documents.
ServerAdmin [email protected] ServerName allows you to set a host name which is sent back to clients for your server if it's different than the one the program would get i. Note: You cannot just invent host names and hope they work.
The name you define here must be a valid DNS name for your host. If you don't understand this, ask your network administrator. You will have to access it by its address e. Your machine always knows itself by this address. If you use Apache strictly for local testing and development, you may use ServerName www. By default, all requests are taken from this directory, but symbolic links and aliases may be used to point to other locations.
First, we configure the "default" to be a very restrictive set of permissions. This should be changed to whatever you set DocumentRoot to. The following is an example for a site where these directories are restricted to read-only. Separate multiple entries with spaces. Comment these lines out if you want Web visitors to see the contents of. If you change the AccessFileName directive above, be sure to make the corresponding changes here. Also, folks tend to use names such as.
This asks proxy servers not to cache the document. Uncommenting the following line disables this behavior, and proxies will be allowed to cache the documents. With this setting off, Apache will use the hostname:port that the client supplied, when possible.
The default is off because it'd be overall better for the net if people had to knowingly turn this feature on, since enabling it means that each client request will result in AT LEAST one lookup request to the nameserver.
Possible values include: debug, info, notice, warn, error, crit, alert, emerg. LogLevel warn The following directives define some format nicknames for use with a CustomLog directive see below. Set to "EMail" to also include a mailto: link to the ServerAdmin. If the fakename is slash-terminated, then the realname must also be slash terminated, and if the fakename omits the trailing slash, the realname must also omit it.
This is necessary any time you wish to upgrade to the latest version, enable or disable a module or feature, et cetera. WHM provides you with a convenient tool called EasyApache. This tool gives you the freedom to customize every little detail, if you want, or to choose from an existing configuration profile.
It will check for updates first, then should forward you to the user interface. If you'd like more information before using EasyApache, you can always read over the documentation , found using the links above. Check out the More Info links if you'd like more details about each one. You can choose to install both -- or neither -- if you wish. Work your way through the list, enabling or disabling whatever you want.
Be sure to enable only what you need; installing too many modules can cause performance issues. Assume that if an option on our screen is already enabled and we don't mention it, you should enable it on yours, if it isn't already. You'll have to confirm most options, but we won't show that for every one. The Frontpage Extensions for Apache have security issues and bugs.
Frontpage itself has been discontinued since It helps decrease the security risks involved with running PHP scripts.
0コメント