]> git.ipfire.org Git - thirdparty/cups.git/blame - conf/cups-files.conf.in
Import CUPS v2.0b1
[thirdparty/cups.git] / conf / cups-files.conf.in
CommitLineData
c41769ff 1#
1a18c85c 2# File/directory/user/group configuration file for the CUPS scheduler.
c41769ff
MS
3# See "man cups-files.conf" for a complete description of this file.
4#
5
6# List of events that are considered fatal errors for the scheduler...
7#FatalErrors @CUPS_FATAL_ERRORS@
8
8a259669
MS
9# Do we call fsync() after writing configuration or status files?
10#SyncOnClose No
11
c41769ff
MS
12# Default user and group for filters/backends/helper programs; this cannot be
13# any user or group that resolves to ID 0 for security reasons...
14#User @CUPS_USER@
15#Group @CUPS_GROUP@
16
17# Administrator user group, used to match @SYSTEM in cupsd.conf policy rules...
18SystemGroup @CUPS_SYSTEM_GROUPS@
19@CUPS_SYSTEM_AUTHKEY@
20
21# User that is substituted for unauthenticated (remote) root accesses...
22#RemoteRoot remroot
23
24# Do we allow file: device URIs other than to /dev/null?
25#FileDevice No
26
27# Permissions for configuration and log files...
0fa6c7fa
MS
28#ConfigFilePerm 0@CUPS_CONFIG_FILE_PERM@
29#LogFilePerm 0@CUPS_LOG_FILE_PERM@
c41769ff
MS
30
31# Location of the file logging all access to the scheduler; may be the name
32# "syslog". If not an absolute path, the value of ServerRoot is used as the
33# root directory. Also see the "AccessLogLevel" directive in cupsd.conf.
34AccessLog @CUPS_LOGDIR@/access_log
35
36# Location of cache files used by the scheduler...
37#CacheDir @CUPS_CACHEDIR@
38
39# Location of data files used by the scheduler...
40#DataDir @CUPS_DATADIR@
41
42# Location of the static web content served by the scheduler...
c1420c87 43#DocumentRoot @CUPS_DOCROOT@
c41769ff
MS
44
45# Location of the file logging all messages produced by the scheduler and any
46# helper programs; may be the name "syslog". If not an absolute path, the value
47# of ServerRoot is used as the root directory. Also see the "LogLevel"
48# directive in cupsd.conf.
49ErrorLog @CUPS_LOGDIR@/error_log
50
51# Location of fonts used by older print filters...
52#FontPath @CUPS_FONTPATH@
53
54# Location of LPD configuration
55#LPDConfigFile @CUPS_DEFAULT_LPD_CONFIG_FILE@
56
57# Location of the file logging all pages printed by the scheduler and any
58# helper programs; may be the name "syslog". If not an absolute path, the value
59# of ServerRoot is used as the root directory. Also see the "PageLogFormat"
60# directive in cupsd.conf.
61PageLog @CUPS_LOGDIR@/page_log
62
63# Location of the file listing all of the local printers...
64#Printcap @CUPS_DEFAULT_PRINTCAP@
65
66# Format of the Printcap file...
67#PrintcapFormat bsd
68#PrintcapFormat plist
69#PrintcapFormat solaris
70
71# Location of all spool files...
72#RequestRoot @CUPS_REQUESTS@
73
74# Location of helper programs...
75#ServerBin @CUPS_SERVERBIN@
76
77# SSL/TLS certificate for the scheduler...
78#ServerCertificate @CUPS_SERVERCERT@
79
80# SSL/TLS private key for the scheduler...
81#ServerKey @CUPS_SERVERKEY@
82
83# Location of other configuration files...
84#ServerRoot @CUPS_SERVERROOT@
85
86# Location of Samba configuration file...
87#SMBConfigFile @CUPS_DEFAULT_SMB_CONFIG_FILE@
88
89# Location of scheduler state files...
90#StateDir @CUPS_STATEDIR@
91
92# Location of scheduler/helper temporary files. This directory is emptied on
93# scheduler startup and cannot be one of the standard (public) temporary
94# directory locations for security reasons...
95#TempDir @CUPS_REQUESTS@/tmp