]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cups-files.conf.man.in
Import CUPS v2.0b1
[thirdparty/cups.git] / man / cups-files.conf.man.in
CommitLineData
c41769ff 1.\"
1a18c85c 2.\" "$Id: cups-files.conf.man.in 11927 2014-06-13 00:01:23Z msweet $"
c41769ff 3.\"
1a18c85c 4.\" cups-files.conf man page for CUPS.
c41769ff 5.\"
1a18c85c
MS
6.\" Copyright 2007-2014 by Apple Inc.
7.\" Copyright 1997-2006 by Easy Software Products.
c41769ff 8.\"
1a18c85c
MS
9.\" These coded instructions, statements, and computer programs are the
10.\" property of Apple Inc. and are protected by Federal copyright
11.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12.\" which should have been included with this file. If this file is
13.\" file is missing or damaged, see the license at "http://www.cups.org/".
c41769ff 14.\"
1a18c85c 15.TH cups-files.conf 5 "CUPS" "11 June 2014" "Apple Inc."
c41769ff 16.SH NAME
1a18c85c 17cups\-files.conf \- file and directory configuration file for cups
c41769ff 18.SH DESCRIPTION
1a18c85c
MS
19The \fBcups\-files.conf\fR file configures the files and directories used by the CUPS scheduler,
20.BR cupsd (8).
21It is normally located in the \fI/etc/cups\fR directory.
c41769ff 22.LP
1a18c85c
MS
23Each line in the file can be a configuration directive, a blank line, or a comment.
24Configuration directives typically consist of a name and zero or more values separated by whitespace.
25The configuration directive name and values are case-insensitive.
26Comment lines start with the # character.
27.SS DIRECTIVES
28The following directives are understood by
29.BR cupsd (8):
c41769ff 30.TP 5
1a18c85c 31\fBAccessLog\fR
c41769ff 32.TP 5
1a18c85c
MS
33\fBAccessLog \fIfilename\fR
34.TP 5
35\fBAccessLog syslog\fR
c41769ff 36Defines the access log filename.
1a18c85c
MS
37Specifying a blank filename disables access log generation.
38The value "syslog" causes log entries to be sent to the system log daemon.
39The server name may be included in filenames using the string "%s", for example:
40.nf
41
42 AccessLog /var/log/cups/%s-access_log
43
44.fi
45The default is "/var/log/cups/access_log".
46.TP 5
47\fBConfigFilePerm \fImode\fR
48Specifies the permissions for all configuration files that the scheduler writes.
49The default is "0644" on OS X and "0640" on all other operating systems.
50.LP
51\fBNote:\fR The permissions for the \fIprinters.conf\fR file are currently masked to only allow access from the scheduler user (typically root).
52This is done because printer device URIs sometimes contain sensitive authentication information that should not be generally known on the system.
53There is no way to disable this security feature.
54.TP 5
55\fBDataDir \fIpath\fR
56Specifies the directory where data files can be found.
57The default is usually "/usr/share/cups".
58.TP 5
59\fBDocumentRoot \fIdirectory\fR
60Specifies the root directory for the CUPS web interface content.
61The default is usually "/usr/share/doc/cups".
62.TP 5
63\fBErrorLog\fR
64.TP 5
65\fBErrorLog \fIfilename\fR
66.TP 5
67\fBErrorLog syslog\fR
68Defines the error log filename.
69Specifying a blank filename disables error log generation.
70The value "syslog" causes log entries to be sent to the system log daemon.
71The server name may be included in filenames using the string "%s", for example:
72.nf
73
74 ErrorLog /var/log/cups/%s-error_log
75
76.fi
77The default is "/var/log/cups/error_log".
78.TP 5
79\fBFatalErrors none\fR
c41769ff 80.TP 5
1a18c85c 81\fBFatalErrors all \fI\-kind \fR[ ... \fI\-kind \fR]
c41769ff 82.TP 5
1a18c85c
MS
83\fBFatalErrors \fIkind \fR[ ... \fIkind \fR]
84Specifies which errors are fatal, causing the scheduler to exit.
85The default is "config".
86The \fIkind\fR strings are:
87.RS 5
c41769ff 88.TP 5
1a18c85c
MS
89.B none
90No errors are fatal.
c41769ff 91.TP 5
1a18c85c
MS
92.B all
93All of the errors below are fatal.
c41769ff 94.TP 5
1a18c85c
MS
95.B browse
96Browsing initialization errors are fatal, for example failed connections to the DNS-SD daemon.
c41769ff 97.TP 5
1a18c85c
MS
98.B config
99Configuration file syntax errors are fatal.
c41769ff 100.TP 5
1a18c85c
MS
101.B listen
102Listen or Port errors are fatal, except for IPv6 failures on the loopback or "any" addresses.
c41769ff 103.TP 5
1a18c85c
MS
104.B log
105Log file creation or write errors are fatal.
c41769ff 106.TP 5
1a18c85c
MS
107.B permissions
108Bad startup file permissions are fatal, for example shared TLS certificate and key files with world-read permissions.
109.RE
c41769ff 110.TP 5
1a18c85c 111\fBFileDevice Yes\fR
c41769ff 112.TP 5
1a18c85c
MS
113\fBFileDevice No\fR
114Specifies whether the file pseudo-device can be used for new printer queues.
115The URI "file:///dev/null" is always allowed.
c41769ff 116.TP 5
1a18c85c
MS
117\fBGroup \fIgroup-name-or-number\fR
118Specifies the group name or ID that will be used when executing external programs.
119The default group is operating system specific but is usually "lp" or "nobody".
c41769ff 120.TP 5
1a18c85c
MS
121\fBLogFilePerm \fImode\fR
122Specifies the permissions of all log files that the scheduler writes.
123The default is "0644".
c41769ff 124.TP 5
1a18c85c 125\fBPageLog \fR[ \fIfilename\fR ]
c41769ff 126.TP 5
1a18c85c
MS
127\fBPageLog syslog\fR
128Defines the page log filename.
129The value "syslog" causes log entries to be sent to the system log daemon.
130Specifying a blank filename disables page log generation.
131The server name may be included in filenames using the string "%s", for example:
132.nf
133
134 PageLog /var/log/cups/%s-page_log
135
136.fi
137The default is "/var/log/cups/page_log".
c41769ff 138.TP 5
1a18c85c
MS
139\fBRemoteRoot \fIusername\fR
140Specifies the username that is associated with unauthenticated accesses by clients claiming to be the root user.
141The default is "remroot".
c41769ff 142.TP 5
1a18c85c
MS
143\fBRequestRoot \fIdirectory\fR
144Specifies the directory that contains print jobs and other HTTP request data.
145The default is "/var/spool/cups".
c41769ff 146.TP 5
1a18c85c 147\fBSandboxing off\fR
c41769ff 148.TP 5
1a18c85c 149\fBSandboxing relaxed\fR
c41769ff 150.TP 5
1a18c85c
MS
151\fBSandboxing strict\fR
152Specifies the level of security sandboxing that is applied to print filters, backends, and other child processes of the scheduler.
153The default is "strict".
154This directive is currently only used/supported on OS X.
c41769ff 155.TP 5
1a18c85c
MS
156\fBServerBin \fIdirectory\fR
157Specifies the directory containing the backends, CGI programs, filters, helper programs, notifiers, and port monitors.
158The default is "/usr/lib/cups" or "/usr/libexec/cups" depending on the platform.
c41769ff 159.TP 5
1a18c85c
MS
160\fBServerKeychain \fIpath\fR
161Specifies the location of TLS certificates and private keys.
162The default is "/Library/Keychains/System.keychain" on OS X and "/etc/cups/ssl" on all other operating systems.
c41769ff 163.TP 5
1a18c85c
MS
164\fBServerRoot \fIdirectory\fR
165Specifies the directory containing the server configuration files.
166The default is "/etc/cups".
c41769ff 167.TP 5
1a18c85c 168\fBSyncOnClose Yes\fR
8a259669 169.TP 5
1a18c85c
MS
170\fBSyncOnClose No\fR
171Specifies whether the scheduler calls
172.BR fsync (2)
173after writing configuration or state files.
174The default is "No".
8a259669 175.TP 5
1a18c85c
MS
176\fBSystemGroup \fIgroup-name \fR[ ... \fIgroup-name\fR ]
177Specifies the group(s) to use for \fI@SYSTEM\fR group authentication.
178The default contains "admin", "lpadmin", "root", "sys", and/or "system".
c41769ff 179.TP 5
1a18c85c 180\fBTempDir \fIdirectory\fR
c41769ff 181Specifies the directory where temporary files are stored.
1a18c85c 182The default is "/var/spool/cups/tmp".
c41769ff 183.TP 5
1a18c85c 184\fBUser \fIusername\fR
c41769ff 185Specifies the user name or ID that is used when running external programs.
1a18c85c 186The default is "lp".
c41769ff 187.SH SEE ALSO
1a18c85c
MS
188.BR classes.conf (5),
189.BR cups (1),
190.BR cupsd (8),
191.BR cupsd.conf (5),
192.BR mime.convs (5),
193.BR mime.types (5),
194.BR printers.conf (5),
195.BR subscriptions.conf (5),
196CUPS Online Help (http://localhost:631/help)
c41769ff 197.SH COPYRIGHT
1a18c85c 198Copyright \[co] 2007-2014 by Apple Inc.
c41769ff 199.\"
1a18c85c 200.\" End of "$Id: cups-files.conf.man.in 11927 2014-06-13 00:01:23Z msweet $".
c41769ff 201.\"