]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/standard.html.in
Load cups into easysw/current.
[thirdparty/cups.git] / doc / help / standard.html.in
1 <HTML>
2 <!-- SECTION: Getting Started -->
3 <HEAD>
4 <TITLE>Standard Configuration</TITLE>
5 </HEAD>
6 <BODY>
7
8 <P>This document describes the standard configuration for this CUPS
9 server.</P>
10
11 <BLOCKQUOTE><B>Note:</B>
12
13 <!-- Packagers: Change the following statement and the following sections
14 if you make any changes to the standard CUPS distribution that are
15 not automatically updated by the configure script. -->
16 <P>This file reflects the standard CUPS configuration as distributed
17 by Easy Software Products, the creator of CUPS.</P>
18
19 </BLOCKQUOTE>
20
21
22 <H2 CLASS="title"><A NAME="CUPSD">cupsd Configuration</A></H2>
23
24 <P><CODE>cupsd(8)</CODE> is configured by default to show
25 printers shared by other systems and only allow local access to
26 the system and its printers. Administration operations require
27 Basic authentication with membership in the group
28 "@CUPS_GROUP@".</P>
29
30 <P>Connections are accepted via domain socket
31 (<VAR>@CUPS_DEFAULT_DOMAINSOCKET@</VAR>) or "localhost"
32 (127.0.0.1).</P>
33
34 <H3><A NAME="SETTINGS">Settings</A></H3>
35
36 <DIV CLASS="table"><TABLE WIDTH="80%">
37 <TR>
38 <TH>Directive</TH>
39 <TH>Value</TH>
40 </TR>
41 <TR>
42 <TD><CODE><A HREF="cupsd-conf-reference.html#Browsing">Browsing</A></CODE></TD>
43 <TD><CODE>@CUPS_BROWSING@</CODE></TD>
44 </TR>
45 <TR>
46 <TD><CODE><A HREF="cupsd-conf-reference.html#BrowseLocalProtocols">BrowseLocalProtocols</A></CODE></TD>
47 <TD><CODE>@CUPS_BROWSE_LOCAL_PROTOCOLS@</CODE></TD>
48 </TR>
49 <TR>
50 <TD><CODE><A HREF="cupsd-conf-reference.html#BrowseRemoteProtocols">BrowseRemoteProtocols</A></CODE></TD>
51 <TD><CODE>@CUPS_BROWSE_REMOTE_PROTOCOLS@</CODE></TD>
52 </TR>
53 <TR>
54 <TD><CODE><A HREF="cupsd-conf-reference.html#BrowseShortNames">BrowseShortNames</A></CODE></TD>
55 <TD><CODE>@CUPS_BROWSE_SHORT_NAMES@</CODE></TD>
56 </TR>
57 <TR>
58 <TD><CODE><A HREF="cupsd-conf-reference.html#ConfigFilePerm">ConfigFilePerm</A></CODE></TD>
59 <TD><CODE>@CUPS_CONFIG_FILE_PERM@</CODE></TD>
60 </TR>
61 <TR>
62 <TD><CODE><A HREF="cupsd-conf-reference.html#DefaultShared">DefaultShared</A></CODE></TD>
63 <TD><CODE>@CUPS_DEFAULT_SHARED@</CODE></TD>
64 </TR>
65 <TR>
66 <TD><CODE><A HREF="cupsd-conf-reference.html#ImplicitClasses">ImplicitClasses</A></CODE></TD>
67 <TD><CODE>@CUPS_IMPLICIT_CLASSES@</CODE></TD>
68 </TR>
69 <TR>
70 <TD><CODE><A HREF="cupsd-conf-reference.html#LogFilePerm">LogFilePerm</A></CODE></TD>
71 <TD><CODE>@CUPS_LOG_FILE_PERM@</CODE></TD>
72 </TR>
73 <TR>
74 <TD><CODE><A HREF="cupsd-conf-reference.html#UseNetworkDefault">UseNetworkDefault</A></CODE></TD>
75 <TD><CODE>@CUPS_USE_NETWORK_DEFAULT@</CODE></TD>
76 </TR>
77 </TABLE></DIV>
78
79
80 <H2 CLASS="title"><A NAME="DIRECTORIES">Directories</A></H2>
81
82 <DIV CLASS="table"><TABLE WIDTH="80%">
83 <TR>
84 <TH>Directory</TH>
85 <TH>Purpose</TH>
86 </TR>
87 <TR>
88 <TD><VAR>@CUPS_SERVERROOT@</VAR></TD>
89 <TD>The location of configuration files such as
90 <VAR>printers.conf</VAR>. Overridden by the <A
91 HREF="cupsd-conf-reference.html#ServerRoot"><CODE>ServerRoot</CODE></A>
92 directive in <VAR>cupsd.conf</VAR>.</TD>
93 </TR>
94 <TR>
95 <TD><VAR>@bindir@</VAR></TD>
96 <TD>The location of user programs.</TD>
97 </TR>
98 <TR>
99 <TD><VAR>@includedir@</VAR></TD>
100 <TD>The location of CUPS include files.</TD>
101 </TR>
102 <TR>
103 <TD><VAR>@libdir@</VAR></TD>
104 <TD>The location of CUPS library files.</TD>
105 </TR>
106 <TR>
107 <TD><VAR>@CUPS_SERVERBIN@</VAR></TD>
108 <TD>The location of server programs such as backends and
109 filters. Overridden by the <A
110 HREF="cupsd-conf-reference.html#ServerBin"><CODE>ServerBin</CODE></A>
111 directive in <VAR>cupsd.conf</VAR>.</TD>
112 </TR>
113 <TR>
114 <TD><VAR>@sbindir@</VAR></TD>
115 <TD>The location of administrator programs.</TD>
116 </TR>
117 <TR>
118 <TD><VAR>@CUPS_DATADIR@</VAR></TD>
119 <TD>The location of data files such as fonts. Overridden
120 by the <A
121 HREF="cupsd-conf-reference.html#DataDir"><CODE>DataDir</CODE></A>
122 directive in <VAR>cupsd.conf</VAR>.</TD>
123 </TR>
124 <TR>
125 <TD><VAR>@CUPS_DOCROOT@</VAR></TD>
126 <TD>The location of documentation files. Overridden by
127 the <A
128 HREF="cupsd-conf-reference.html#DocumentRoot"><CODE>DocumentRoot</CODE></A>
129 directive in <VAR>cupsd.conf</VAR>.</TD>
130 </TR>
131 <TR>
132 <TD><VAR>@CUPS_LOCALEDIR@</VAR></TD>
133 <TD>The location of localization files.</TD>
134 </TR>
135 <TR>
136 <TD><VAR>@CUPS_CACHEDIR@</VAR></TD>
137 <TD>The location of cache files such as
138 <VAR>ppds.dat</VAR> and <VAR>remote.cache</VAR>.
139 Overridden by the <A
140 HREF="cupsd-conf-reference.html#CacheDir"><CODE>CacheDir</CODE></A>
141 directive in <VAR>cupsd.conf</VAR>.</TD>
142 </TR>
143 <TR>
144 <TD><VAR>@CUPS_LOGDIR@</VAR></TD>
145 <TD>The location of the <VAR>access_log</VAR>,
146 <VAR>error_log</VAR>, and <VAR>page_log</VAR> files.
147 Overridden by the <A
148 HREF="cupsd-conf-reference.html#AccessLog"><CODE>AccessLog</CODE></A>,
149 <A
150 HREF="cupsd-conf-reference.html#ErrorLog"><CODE>ErrorLog</CODE></A>,
151 <A
152 HREF="cupsd-conf-reference.html#PageLog"><CODE>PageLog</CODE></A>,
153 directive in <VAR>cupsd.conf</VAR>.</TD>
154 </TR>
155 <TR>
156 <TD><VAR>@CUPS_STATEDIR@</VAR></TD>
157 <TD>The location of the domain socket file and state data
158 such as authentication certificates. Overridden by the <A
159 HREF="cupsd-conf-reference.html#StateDir"><CODE>StateDir</CODE></A>
160 directive in <VAR>cupsd.conf</VAR>.</TD>
161 </TR>
162 <TR>
163 <TD><VAR>@CUPS_REQUESTS@</VAR></TD>
164 <TD>The location of spooled print jobs. Overridden by the
165 <A
166 HREF="cupsd-conf-reference.html#RequestRoot"><CODE>RequestRoot</CODE></A>
167 directive in <VAR>cupsd.conf</VAR>.</TD>
168 </TR>
169 </TABLE></DIV>
170
171 </BODY>
172 </HTML>