1cups-files.conf(5)                Apple Inc.                cups-files.conf(5)
2
3
4

NAME

6       cups-files.conf - file and directory configuration file for cups
7

DESCRIPTION

9       The  cups-files.conf  file configures the files and directories used by
10       the CUPS scheduler, cupsd(8).  It is normally located in the  /etc/cups
11       directory.
12
13       Each  line  in the file can be a configuration directive, a blank line,
14       or a comment. Comment lines start with the # character.
15

DIRECTIVES

17       The following directives are understood by cupsd(8).  Consult  the  on-
18       line help for detailed descriptions:
19
20       AccessLog filename
21
22       AccessLog syslog
23            Defines the access log filename.
24
25       ConfigFilePerm mode
26            Specifies  the  permissions  for  all configuration files that the
27            scheduler writes.
28
29       DataDir path
30            Specified the directory where data files can be found.
31
32       DocumentRoot directory
33            Specifies the root directory for the  internal  web  server  docu‐
34            ments.
35
36       ErrorLog filename
37
38       ErrorLog syslog
39            Specifies the error log filename.
40
41       FatalErrors none
42
43       FatalErrors all -kind [... -kind]
44
45       FatalErrors kind [... kind]
46            Specifies  which  errors are fatal, causing the scheduler to exit.
47            "Kind" is "browse", "config", "listen", "log", or "permissions".
48
49       FileDevice Yes
50
51       FileDevice No
52            Specifies whether the file  pseudo-device  can  be  used  for  new
53            printer queues.
54
55       FontPath directory[:directory:...]
56            Specifies the search path for fonts.
57
58       Group group-name-or-number
59            Specifies  the  group  name or ID that will be used when executing
60            external programs.
61
62       LogFilePerm mode
63            Specifies the permissions for all log  files  that  the  scheduler
64            writes.
65
66       PageLog filename
67
68       PageLog syslog
69            Specifies the page log filename.
70
71       Printcap
72
73       Printcap filename
74            Specifies  the  filename for a printcap file that is updated auto‐
75            matically with a list of available  printers  (needed  for  legacy
76            applications);  specifying  Printcap  with  no  filename  disables
77            printcap generation.
78
79       RemoteRoot user-name
80            Specifies the username that  is  associated  with  unauthenticated
81            root accesses.
82
83       RequestRoot directory
84            Specifies the directory to store print jobs and other HTTP request
85            data.
86
87       ServerBin directory
88            Specifies the directory where backends, CGIs, daemons, and filters
89            may be found.
90
91       ServerCertificate filename
92            Specifies the encryption certificate to use.
93
94       ServerKey filename
95            Specifies the encryption key to use.
96
97       ServerRoot directory
98            Specifies  the  directory where the server configuration files can
99            be found.
100
101       SyncOnClose Yes
102
103       SyncOnClose No
104            Specifies whether the scheduler calls fsync(2) after writing  con‐
105            figuration or state files. The default is Yes.
106
107       SystemGroup group-name [group-name ...]
108            Specifies the group(s) to use for System class authentication.
109
110       TempDir directory
111            Specifies the directory where temporary files are stored.
112
113       User user-name
114            Specifies  the  user name or ID that is used when running external
115            programs.
116

SEE ALSO

118       classes.conf(5), cupsd(8), cupsd.conf(5), mime.convs(5), mime.types(5),
119       printers.conf(5), subscriptions.conf(5),
120       http://localhost:631/help
121
123       Copyright 2007-2013 by Apple Inc.
124
125
126
12719 November 2012                     CUPS                   cups-files.conf(5)
Impressum