summaryrefslogtreecommitdiffstats
path: root/docs/manual/vhosts/fd-limits.html.en
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-01-26 17:54:35 +0100
committerKen Coar <coar@apache.org>1998-01-26 17:54:35 +0100
commit07050bb5be522bbf66bb8f053b53beefa295ee68 (patch)
tree36dd2244794bae73e5e368d95eb4dcdb53687cb1 /docs/manual/vhosts/fd-limits.html.en
parentPR: (diff)
downloadapache2-07050bb5be522bbf66bb8f053b53beefa295ee68.tar.xz
apache2-07050bb5be522bbf66bb8f053b53beefa295ee68.zip
A truly mighty mod normalising HTML tags to uppercase, and
'i' and 'b' to 'EM' and 'STRONG' respectively. Been threatening to do this for months.. no-one need try to maintain this when writing/modifiying the docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/vhosts/fd-limits.html.en')
-rw-r--r--docs/manual/vhosts/fd-limits.html.en44
1 files changed, 22 insertions, 22 deletions
diff --git a/docs/manual/vhosts/fd-limits.html.en b/docs/manual/vhosts/fd-limits.html.en
index 77f4d8254d..ad8fc0c7cf 100644
--- a/docs/manual/vhosts/fd-limits.html.en
+++ b/docs/manual/vhosts/fd-limits.html.en
@@ -1,8 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
-<head>
-<title>Apache Server Virtual Host Support</title>
-</head>
+<HTML>
+<HEAD>
+<TITLE>Apache Server Virtual Host Support</TITLE>
+</HEAD>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
<BODY
@@ -13,40 +13,40 @@
ALINK="#FF0000"
>
<!--#include virtual="header.html" -->
-<h1 ALIGN="CENTER">File Descriptor Limits</h1>
+<h1 ALIGN="CENTER">File Descriptor Limits</H1>
<P>
When using a large number of Virtual Hosts, Apache may run out of available
-file descriptors (sometimes called <cite>file handles</cite> if each Virtual
+file descriptors (sometimes called <CITE>file handles</CITE> if each Virtual
Host specifies different log files.
The total number of file descriptors used by Apache is one for each distinct
error log file, one for every other log file directive, plus 10-20 for
internal use. Unix operating systems limit the number of file descriptors that
may be used by a process; the limit is typically 64, and may usually be
increased up to a large hard-limit.
-<p>
+<P>
Although Apache attempts to increase the limit as required, this
may not work if:
-<ol>
-<li>Your system does not provide the setrlimit() system call.
-<li>The setrlimit(RLIMIT_NOFILE) call does not function on your system
+<OL>
+<LI>Your system does not provide the setrlimit() system call.
+<LI>The setrlimit(RLIMIT_NOFILE) call does not function on your system
(such as Solaris 2.3)
-<li>The number of file descriptors required exceeds the hard limit.
-<li>Your system imposes other limits on file descriptors, such as a limit
+<LI>The number of file descriptors required exceeds the hard limit.
+<LI>Your system imposes other limits on file descriptors, such as a limit
on stdio streams only using file descriptors below 256. (Solaris 2)
-</ol>
+</OL>
In the event of problems you can:
-<ul>
-<li>Reduce the number of log files; don't specify log files in the VirtualHost
+<UL>
+<LI>Reduce the number of log files; don't specify log files in the VirtualHost
sections, but only log to the main log files.
-<li>If you system falls into 1 or 2 (above), then increase the file descriptor
+<LI>If you system falls into 1 or 2 (above), then increase the file descriptor
limit before starting Apache, using a script like
-<blockquote><code>
-#!/bin/sh <br>
-ulimit -S -n 100 <br>
-exec httpd</code></blockquote>
-</ul>
+<BLOCKQUOTE><CODE>
+#!/bin/sh <BR>
+ulimit -S -n 100 <BR>
+exec httpd</CODE></BLOCKQUOTE>
+</UL>
<P>
Please see the
<A HREF="../misc/descriptors.html">Descriptors and Apache</A>
@@ -55,5 +55,5 @@ they can be solved on your operating system.
</P>
<!--#include virtual="footer.html" -->
-</body></html>
+</BODY></HTML>