]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-cups-files.conf.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-cups-files.conf.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
2<html>
3<!-- SECTION: Man Pages -->
4<head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>cups-files.conf(5)</title>
7</head>
8<body>
9<h1 class="title">cups-files.conf(5)</h1>
10<h2 class="title"><a name="NAME">Name</a></h2>
11cups-files.conf - file and directory configuration file for cups
12<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
13The <i>cups-files.conf</i> file configures the files and directories used by the
c277f98c 14CUPS scheduler, <i>cupsd(8)</i>. It is normally located in the
ffa2ca90 15<i>/etc/cups</i> directory.
94436c5a
MS
16<p>Each line in the file can be a configuration directive, a blank line,
17or a comment. Comment lines start with the # character.
18<h2 class="title"><a name="DIRECTIVES">Directives</a></h2>
c277f98c 19The following directives are understood by <i>cupsd(8)</i>. Consult the
94436c5a 20on-line help for detailed descriptions:
c277f98c
MS
21<p style="margin-left: 5.0em; text-indent: -5.0em">AccessLog filename
22<br>
23<p style="margin-left: 5.0em; text-indent: -5.0em">AccessLog syslog
24<br>
25<br>
26Defines the access log filename.
27<p style="margin-left: 5.0em; text-indent: -5.0em">ConfigFilePerm mode
28<br>
29<br>
30Specifies the permissions for all configuration files that the scheduler
94436c5a 31writes.
c277f98c
MS
32<p style="margin-left: 5.0em; text-indent: -5.0em">DataDir path
33<br>
34<br>
35Specified the directory where data files can be found.
36<p style="margin-left: 5.0em; text-indent: -5.0em">DocumentRoot directory
37<br>
38<br>
39Specifies the root directory for the internal web server documents.
40<p style="margin-left: 5.0em; text-indent: -5.0em">ErrorLog filename
41<br>
42<p style="margin-left: 5.0em; text-indent: -5.0em">ErrorLog syslog
43<br>
44<br>
45Specifies the error log filename.
46<p style="margin-left: 5.0em; text-indent: -5.0em">FatalErrors none
47<br>
48<p style="margin-left: 5.0em; text-indent: -5.0em">FatalErrors all -kind [... -kind]
49<br>
50<p style="margin-left: 5.0em; text-indent: -5.0em">FatalErrors kind [... kind]
51<br>
52<br>
53Specifies which errors are fatal, causing the scheduler to exit. "Kind" is
94436c5a 54"browse", "config", "listen", "log", or "permissions".
c277f98c
MS
55<p style="margin-left: 5.0em; text-indent: -5.0em">FileDevice Yes
56<br>
57<p style="margin-left: 5.0em; text-indent: -5.0em">FileDevice No
58<br>
59<br>
60Specifies whether the file pseudo-device can be used for new
94436c5a 61printer queues.
c277f98c
MS
62<p style="margin-left: 5.0em; text-indent: -5.0em">FontPath directory[:directory:...]
63<br>
64<br>
65Specifies the search path for fonts.
66<p style="margin-left: 5.0em; text-indent: -5.0em">Group group-name-or-number
67<br>
68<br>
69Specifies the group name or ID that will be used when executing
94436c5a 70external programs.
c277f98c
MS
71<p style="margin-left: 5.0em; text-indent: -5.0em">LogFilePerm mode
72<br>
73<br>
74Specifies the permissions for all log files that the scheduler writes.
75<p style="margin-left: 5.0em; text-indent: -5.0em">PageLog filename
76<br>
77<p style="margin-left: 5.0em; text-indent: -5.0em">PageLog syslog
78<br>
79<br>
80Specifies the page log filename.
81<p style="margin-left: 5.0em; text-indent: -5.0em">Printcap
82<br>
83<p style="margin-left: 5.0em; text-indent: -5.0em">Printcap filename
84<br>
85<br>
86Specifies the filename for a printcap file that is updated
94436c5a
MS
87automatically with a list of available printers (needed for
88legacy applications); specifying Printcap with no filename
89disables printcap generation.
c277f98c
MS
90<p style="margin-left: 5.0em; text-indent: -5.0em">RemoteRoot user-name
91<br>
92<br>
93Specifies the username that is associated with unauthenticated root
94436c5a 94accesses.
c277f98c
MS
95<p style="margin-left: 5.0em; text-indent: -5.0em">RequestRoot directory
96<br>
97<br>
98Specifies the directory to store print jobs and other HTTP request
94436c5a 99data.
c277f98c
MS
100<p style="margin-left: 5.0em; text-indent: -5.0em">Sandboxing off
101<br>
102<p style="margin-left: 5.0em; text-indent: -5.0em">Sandboxing relaxed
103<br>
104<p style="margin-left: 5.0em; text-indent: -5.0em">Sandboxing strict
105<br>
106Specifies the level of security sandboxing that is applied to print filters, backends, and other child processes of the scheduler. The default is "strict". (OS X only)
107<p style="margin-left: 5.0em; text-indent: -5.0em">ServerBin directory
108<br>
109<br>
110Specifies the directory where backends, CGIs, daemons, and filters may
8fe0183a 111be found.
c277f98c
MS
112<p style="margin-left: 5.0em; text-indent: -5.0em">ServerKeychain path
113<br>
114<br>
115Specifies the location of TLS certificates and private keys.
116<p style="margin-left: 5.0em; text-indent: -5.0em">ServerRoot directory
117<br>
118<br>
119Specifies the directory where the server configuration files can be found.
120<p style="margin-left: 5.0em; text-indent: -5.0em">SyncOnClose Yes
121<br>
122<p style="margin-left: 5.0em; text-indent: -5.0em">SyncOnClose No
123<br>
124Specifies whether the scheduler calls <i>fsync(2)</i> after writing configuration
5ec1fd3d 125or state files. The default is No.
c277f98c
MS
126<p style="margin-left: 5.0em; text-indent: -5.0em">SystemGroup group-name [group-name ...]
127<br>
128<br>
129Specifies the group(s) to use for System class authentication.
130<p style="margin-left: 5.0em; text-indent: -5.0em">TempDir directory
131<br>
132<br>
133Specifies the directory where temporary files are stored.
134<p style="margin-left: 5.0em; text-indent: -5.0em">User user-name
135<br>
136<br>
137Specifies the user name or ID that is used when running external programs.
94436c5a 138<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
c277f98c
MS
139<i>classes.conf(5)</i>, <i>cupsd(8)</i>, <i>cupsd.conf(5)</i>, <i>mime.convs(5)</i>,
140<i>mime.types(5)</i>, <i>printers.conf(5)</i>,
141<i>subscriptions.conf(5)</i>,
94436c5a 142<br>
c277f98c 143<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a 144<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
8fe0183a 145Copyright 2007-2014 by Apple Inc.
94436c5a
MS
146
147</body>
148</html>