]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cups-files.conf.man.in
More man page modernization.
[thirdparty/cups.git] / man / cups-files.conf.man.in
CommitLineData
c41769ff
MS
1.\"
2.\" "$Id$"
3.\"
8fe0183a 4.\" cupsd.conf man page for CUPS.
c41769ff 5.\"
8fe0183a
MS
6.\" Copyright 2007-2014 by Apple Inc.
7.\" Copyright 1997-2006 by Easy Software Products.
c41769ff 8.\"
8fe0183a
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.\"
8fe0183a 15.TH cups-files.conf 5 "CUPS" "6 February 2014" "Apple Inc."
c41769ff
MS
16.SH NAME
17cups-files.conf \- file and directory configuration file for cups
18.SH DESCRIPTION
db8b865d 19The \fIcups-files.conf\fR file configures the files and directories used by the
c41769ff 20CUPS scheduler, \fIcupsd(8)\fR. It is normally located in the
ffa2ca90 21\fI/etc/cups\fR directory.
c41769ff
MS
22.LP
23Each line in the file can be a configuration directive, a blank line,
24or a comment. Comment lines start with the # character.
25.SH DIRECTIVES
26The following directives are understood by \fIcupsd(8)\fR. Consult the
27on-line help for detailed descriptions:
28.TP 5
29AccessLog filename
30.TP 5
31AccessLog syslog
32.br
33Defines the access log filename.
34.TP 5
35ConfigFilePerm mode
36.br
37Specifies the permissions for all configuration files that the scheduler
38writes.
39.TP 5
40DataDir path
41.br
42Specified the directory where data files can be found.
43.TP 5
44DocumentRoot directory
45.br
46Specifies the root directory for the internal web server documents.
47.TP 5
48ErrorLog filename
49.TP 5
50ErrorLog syslog
51.br
52Specifies the error log filename.
53.TP 5
54FatalErrors none
55.TP 5
56FatalErrors all -kind [... -kind]
57.TP 5
58FatalErrors kind [... kind]
59.br
60Specifies which errors are fatal, causing the scheduler to exit. "Kind" is
61"browse", "config", "listen", "log", or "permissions".
62.TP 5
63FileDevice Yes
64.TP 5
65FileDevice No
66.br
67Specifies whether the file pseudo-device can be used for new
68printer queues.
69.TP 5
70FontPath directory[:directory:...]
71.br
72Specifies the search path for fonts.
73.TP 5
74Group group-name-or-number
75.br
76Specifies the group name or ID that will be used when executing
77external programs.
78.TP 5
79LogFilePerm mode
80.br
81Specifies the permissions for all log files that the scheduler writes.
82.TP 5
83PageLog filename
84.TP 5
85PageLog syslog
86.br
87Specifies the page log filename.
88.TP 5
89Printcap
90.TP 5
91Printcap filename
92.br
93Specifies the filename for a printcap file that is updated
94automatically with a list of available printers (needed for
95legacy applications); specifying Printcap with no filename
96disables printcap generation.
97.TP 5
98RemoteRoot user-name
99.br
100Specifies the username that is associated with unauthenticated root
101accesses.
102.TP 5
103RequestRoot directory
104.br
105Specifies the directory to store print jobs and other HTTP request
106data.
107.TP 5
8fe0183a
MS
108Sandboxing off
109.TP 5
110Sandboxing relaxed
111.TP 5
112Sandboxing strict
113Specifies 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)
114.TP 5
c41769ff
MS
115ServerBin directory
116.br
117Specifies the directory where backends, CGIs, daemons, and filters may
118be found.
119.TP 5
8fe0183a 120ServerKeychain path
c41769ff 121.br
8fe0183a 122Specifies the location of TLS certificates and private keys.
c41769ff
MS
123.TP 5
124ServerRoot directory
125.br
126Specifies the directory where the server configuration files can be found.
127.TP 5
8a259669
MS
128SyncOnClose Yes
129.TP 5
130SyncOnClose No
131Specifies whether the scheduler calls \fIfsync(2)\fR after writing configuration
132or state files. The default is No.
133.TP 5
c41769ff
MS
134SystemGroup group-name [group-name ...]
135.br
136Specifies the group(s) to use for System class authentication.
137.TP 5
138TempDir directory
139.br
140Specifies the directory where temporary files are stored.
141.TP 5
142User user-name
143.br
144Specifies the user name or ID that is used when running external programs.
145.SH SEE ALSO
146\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, \fImime.convs(5)\fR,
147\fImime.types(5)\fR, \fIprinters.conf(5)\fR,
148\fIsubscriptions.conf(5)\fR,
149.br
150http://localhost:631/help
151.SH COPYRIGHT
8fe0183a 152Copyright 2007-2014 by Apple Inc.
c41769ff
MS
153.\"
154.\" End of "$Id$".
155.\"