summaryrefslogtreecommitdiffstats
path: root/package/cups/files/etc/cups/cupsd.conf
blob: e84de453b3cede092bc1a6c461141c504d923767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
########################################################################
#                                                                      #
# This is the CUPS configuration file.  If you are familiar with       #
# Apache or any of the other popular web servers, we've followed the   #
# same format.  Any configuration variable used here has the same      #
# semantics as the corresponding variable in Apache.  If we need       #
# different functionality then a different name is used to avoid       #
# confusion...                                                         #
#                                                                      #
########################################################################


AccessLog syslog
ErrorLog syslog
LogLevel info
PageLog syslog
PreserveJobHistory No
PreserveJobFiles No
AutoPurgeJobs Yes
MaxJobs 25
MaxPrinterHistory 10
#Printcap /etc/printcap
#PrintcapFormat BSD
RequestRoot /tmp/cups
#RemoteRoot remroot
User root
Group root
RIPCache 512k
TempDir /tmp/cups
Port 631
HostNameLookups Off
KeepAlive On
Browsing On
BrowseProtocols cups

<Location />
AuthType Basic
AuthClass System
Order Allow,Deny
Allow From All
</Location>

<Location /admin>
AuthType Basic
AuthClass System

Order Allow,Deny
Allow From All
</Location>