]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cups-files.conf.man.in
Import CUPS v1.7.1
[thirdparty/cups.git] / man / cups-files.conf.man.in
CommitLineData
c41769ff 1.\"
61515785 2.\" "$Id: cups-files.conf.man.in 11201 2013-07-26 21:27:27Z msweet $"
c41769ff
MS
3.\"
4.\" cupsd.conf man page for CUPS.
5.\"
0fa6c7fa 6.\" Copyright 2007-2013 by Apple Inc.
c41769ff
MS
7.\" Copyright 1997-2006 by Easy Software Products.
8.\"
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/".
14.\"
8a259669 15.TH cups-files.conf 5 "CUPS" "26 July 2013" "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
108ServerBin directory
109.br
110Specifies the directory where backends, CGIs, daemons, and filters may
111be found.
112.TP 5
113ServerCertificate filename
114.br
115Specifies the encryption certificate to use.
116.TP 5
117ServerKey filename
118.br
119Specifies the encryption key to use.
120.TP 5
121ServerRoot directory
122.br
123Specifies the directory where the server configuration files can be found.
124.TP 5
8a259669
MS
125SyncOnClose Yes
126.TP 5
127SyncOnClose No
128Specifies whether the scheduler calls \fIfsync(2)\fR after writing configuration
129or state files. The default is No.
130.TP 5
c41769ff
MS
131SystemGroup group-name [group-name ...]
132.br
133Specifies the group(s) to use for System class authentication.
134.TP 5
135TempDir directory
136.br
137Specifies the directory where temporary files are stored.
138.TP 5
139User user-name
140.br
141Specifies the user name or ID that is used when running external programs.
142.SH SEE ALSO
143\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, \fImime.convs(5)\fR,
144\fImime.types(5)\fR, \fIprinters.conf(5)\fR,
145\fIsubscriptions.conf(5)\fR,
146.br
147http://localhost:631/help
148.SH COPYRIGHT
0fa6c7fa 149Copyright 2007-2013 by Apple Inc.
c41769ff 150.\"
61515785 151.\" End of "$Id: cups-files.conf.man.in 11201 2013-07-26 21:27:27Z msweet $".
c41769ff 152.\"