]> git.ipfire.org Git - thirdparty/cups.git/blob - conf/cups-files.conf.in
Merge pull request #5621 from zdohnal/cgigetarray-sigsegv
[thirdparty/cups.git] / conf / cups-files.conf.in
1 #
2 # File/directory/user/group configuration file for the CUPS scheduler.
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
9 # Do we call fsync() after writing configuration or status files?
10 #SyncOnClose No
11
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...
18 # This cannot contain the Group value for security reasons...
19 SystemGroup @CUPS_SYSTEM_GROUPS@
20 @CUPS_SYSTEM_AUTHKEY@
21
22 # User that is substituted for unauthenticated (remote) root accesses...
23 #RemoteRoot remroot
24
25 # Do we allow file: device URIs other than to /dev/null?
26 #FileDevice No
27
28 # Permissions for configuration and log files...
29 #ConfigFilePerm 0@CUPS_CONFIG_FILE_PERM@
30 #LogFilePerm 0@CUPS_LOG_FILE_PERM@
31
32 # Location of the file logging all access to the scheduler; may be the name
33 # "syslog". If not an absolute path, the value of ServerRoot is used as the
34 # root directory. Also see the "AccessLogLevel" directive in cupsd.conf.
35 AccessLog @CUPS_LOGDIR@/access_log
36
37 # Location of cache files used by the scheduler...
38 #CacheDir @CUPS_CACHEDIR@
39
40 # Location of data files used by the scheduler...
41 #DataDir @CUPS_DATADIR@
42
43 # Location of the static web content served by the scheduler...
44 #DocumentRoot @CUPS_DOCROOT@
45
46 # Location of the file logging all messages produced by the scheduler and any
47 # helper programs; may be the name "syslog". If not an absolute path, the value
48 # of ServerRoot is used as the root directory. Also see the "LogLevel"
49 # directive in cupsd.conf.
50 ErrorLog @CUPS_LOGDIR@/error_log
51
52 # Location of fonts used by older print filters...
53 #FontPath @CUPS_FONTPATH@
54
55 # Location of LPD configuration
56 #LPDConfigFile @CUPS_DEFAULT_LPD_CONFIG_FILE@
57
58 # Location of the file logging all pages printed by the scheduler and any
59 # helper programs; may be the name "syslog". If not an absolute path, the value
60 # of ServerRoot is used as the root directory. Also see the "PageLogFormat"
61 # directive in cupsd.conf.
62 PageLog @CUPS_LOGDIR@/page_log
63
64 # Location of the file listing all of the local printers...
65 #Printcap @CUPS_DEFAULT_PRINTCAP@
66
67 # Format of the Printcap file...
68 #PrintcapFormat bsd
69 #PrintcapFormat plist
70 #PrintcapFormat solaris
71
72 # Location of all spool files...
73 #RequestRoot @CUPS_REQUESTS@
74
75 # Location of helper programs...
76 #ServerBin @CUPS_SERVERBIN@
77
78 # SSL/TLS keychain for the scheduler...
79 #ServerKeychain @CUPS_SERVERKEYCHAIN@
80
81 # Location of other configuration files...
82 #ServerRoot @CUPS_SERVERROOT@
83
84 # Location of Samba configuration file...
85 #SMBConfigFile @CUPS_DEFAULT_SMB_CONFIG_FILE@
86
87 # Location of scheduler state files...
88 #StateDir @CUPS_STATEDIR@
89
90 # Location of scheduler/helper temporary files. This directory is emptied on
91 # scheduler startup and cannot be one of the standard (public) temporary
92 # directory locations for security reasons...
93 #TempDir @CUPS_REQUESTS@/tmp