|
33.
|
|
|
<b>RIP cache (RIPCache)</b>
<p>
The amount of memory that each RIP should use to cache
bitmaps. The value can be any real number followed by "k" for
kilobytes, "m" for megabytes, "g" for gigabytes, or "t" for tiles
(1 tile = 256x256 pixels). Defaults to "8m" (8 megabytes).</p>
<p>
<i>ex</i>: 8m</p>
|
Context: |
|
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cupsd.conf.template.cpp:197
|
|
34.
|
|
|
<b>Temporary files (TempDir)</b>
<p>
The directory to put temporary files in. This directory must be
writable by the user defined above! Defaults to "/var/spool/cups/tmp" or
the value of the TMPDIR environment variable.</p>
<p>
<i>ex</i>: /var/spool/cups/tmp</p>
|
Context: |
|
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cupsd.conf.template.cpp:207
|
|
35.
|
|
|
<b>Filter limit (FilterLimit)</b>
<p>
Sets the maximum cost of all job filters that can be run
at the same time. A limit of 0 means no limit. A typical job may need
a filter limit of at least 200; limits less than the minimum required
by a job force a single job to be printed at any time.</p>
<p>
The default limit is 0 (unlimited).</p>
<p>
<i>ex</i>: 200</p>
|
Context: |
|
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cupsd.conf.template.cpp:216
|
|
36.
|
|
|
<b>Listen to (Port/Listen)</b>
<p>
Ports/addresses that are listened to. The default port 631 is reserved
for the Internet Printing Protocol (IPP) and is what is used here.</p>
<p>
You can have multiple Port/Listen lines to listen to more than one
port or address, or to restrict access.</p>
<p>
Note: Unfortunately, most web browsers don't support TLS or HTTP Upgrades
for encryption. If you want to support web-based encryption you will
probably need to listen on port 443 (the "HTTPS" port...).</p>
<p>
<i>ex</i>: 631, myhost:80, 1.2.3.4:631</p>
|
Context: |
|
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cupsd.conf.template.cpp:228
|
|
37.
|
|
|
<b>Hostname lookups (HostNameLookups)</b>
<p>
Whether or not to do lookups on IP addresses to get a
fully-qualified hostname. This defaults to Off for performance reasons...</p>
<p>
<i>ex</i>: On</p>
|
Context: |
|
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cupsd.conf.template.cpp:243
|
|
38.
|
|
|
<b>Keep alive (KeepAlive)</b>
<p>
Whether or not to support the Keep-Alive connection
option. Default is on.</p>
<p>
<i>ex</i>: On</p>
|
Context: |
|
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cupsd.conf.template.cpp:251
|
|
39.
|
|
|
<b>Keep-alive timeout (KeepAliveTimeout)</b>
<p>
The timeout (in seconds) before Keep-Alive connections are
automatically closed. Default is 60 seconds.</p>
<p>
<i>ex</i>: 60</p>
|
Context: |
|
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cupsd.conf.template.cpp:259
|
|
40.
|
|
|
<b>Max clients (MaxClients)</b>
<p>
Controls the maximum number of simultaneous clients that
will be handled. Defaults to 100.</p>
<p>
<i>ex</i>: 100</p>
|
Context: |
|
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cupsd.conf.template.cpp:267
|
|
41.
|
|
|
<b>Max request size (MaxRequestSize)</b>
<p>
Controls the maximum size of HTTP requests and print files.
Set to 0 to disable this feature (defaults to 0).</p>
<p>
<i>ex</i>: 0</p>
|
Context: |
|
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cupsd.conf.template.cpp:275
|
|
42.
|
|
|
<b>Client timeout (Timeout)</b>
<p>
The timeout (in seconds) before requests time out. Default is 300 seconds.</p>
<p>
<i>ex</i>: 300</p>
|
Context: |
|
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cupsd.conf.template.cpp:283
|