]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cups-files.conf.man.in
Merge changes from CUPS 1.7svn-r10710.
[thirdparty/cups.git] / man / cups-files.conf.man.in
CommitLineData
c41769ff
MS
1.\"
2.\" "$Id$"
3.\"
4.\" cupsd.conf man page for CUPS.
5.\"
6.\" Copyright 2007-2012 by Apple Inc.
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.\"
15.TH cups-files.conf 5 "CUPS" "19 November 2012" "Apple Inc."
16.SH NAME
17cups-files.conf \- file and directory configuration file for cups
18.SH DESCRIPTION
19The \fIcups-file.conf\fR file configures the files and directories used by the
20CUPS scheduler, \fIcupsd(8)\fR. It is normally located in the
21\fI@CUPS_SERVERROOT@\fR directory.
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
125SystemGroup group-name [group-name ...]
126.br
127Specifies the group(s) to use for System class authentication.
128.TP 5
129TempDir directory
130.br
131Specifies the directory where temporary files are stored.
132.TP 5
133User user-name
134.br
135Specifies the user name or ID that is used when running external programs.
136.SH SEE ALSO
137\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, \fImime.convs(5)\fR,
138\fImime.types(5)\fR, \fIprinters.conf(5)\fR,
139\fIsubscriptions.conf(5)\fR,
140.br
141http://localhost:631/help
142.SH COPYRIGHT
143Copyright 2007-2012 by Apple Inc.
144.\"
145.\" End of "$Id$".
146.\"