]> 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><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
35 <H2><A NAME="DIRECTORIES">Directories</A></H2>
36
37 <DIV CLASS="table"><TABLE WIDTH="80%">
38 <TR>
39 <TH>Directory</TH>
40 <TH>Purpose</TH>
41 </TR>
42 <TR>
43 <TD><VAR>@CUPS_SERVERROOT@</VAR></TD>
44 <TD>The location of configuration files such as
45 <VAR>printers.conf</VAR>. Overridden by the <A
46 HREF="cupsd-conf-reference.html#ServerRoot"><CODE>ServerRoot</CODE></A>
47 directive in <VAR>cupsd.conf</VAR>.</TD>
48 </TR>
49 <TR>
50 <TD><VAR>@bindir@</VAR></TD>
51 <TD>The location of user programs.</TD>
52 </TR>
53 <TR>
54 <TD><VAR>@includedir@</VAR></TD>
55 <TD>The location of CUPS include files.</TD>
56 </TR>
57 <TR>
58 <TD><VAR>@libdir@</VAR></TD>
59 <TD>The location of CUPS library files.</TD>
60 </TR>
61 <TR>
62 <TD><VAR>@CUPS_SERVERBIN@</VAR></TD>
63 <TD>The location of server programs such as backends and
64 filters. Overridden by the <A
65 HREF="cupsd-conf-reference.html#ServerBin"><CODE>ServerBin</CODE></A>
66 directive in <VAR>cupsd.conf</VAR>.</TD>
67 </TR>
68 <TR>
69 <TD><VAR>@sbindir@</VAR></TD>
70 <TD>The location of administrator programs.</TD>
71 </TR>
72 <TR>
73 <TD><VAR>@CUPS_DATADIR@</VAR></TD>
74 <TD>The location of data files such as fonts. Overridden
75 by the <A
76 HREF="cupsd-conf-reference.html#DataDir"><CODE>DataDir</CODE></A>
77 directive in <VAR>cupsd.conf</VAR>.</TD>
78 </TR>
79 <TR>
80 <TD><VAR>@CUPS_DOCROOT@</VAR></TD>
81 <TD>The location of documentation files. Overridden by
82 the <A
83 HREF="cupsd-conf-reference.html#DocumentRoot"><CODE>DocumentRoot</CODE></A>
84 directive in <VAR>cupsd.conf</VAR>.</TD>
85 </TR>
86 <TR>
87 <TD><VAR>@CUPS_LOCALEDIR@</VAR></TD>
88 <TD>The location of localization files.</TD>
89 </TR>
90 <TR>
91 <TD><VAR>@CUPS_CACHEDIR@</VAR></TD>
92 <TD>The location of cache files such as
93 <VAR>ppds.dat</VAR> and <VAR>remote.cache</VAR>.
94 Overridden by the <A
95 HREF="cupsd-conf-reference.html#CacheDir"><CODE>CacheDir</CODE></A>
96 directive in <VAR>cupsd.conf</VAR>.</TD>
97 </TR>
98 <TR>
99 <TD><VAR>@CUPS_LOGDIR@</VAR></TD>
100 <TD>The location of the <VAR>access_log</VAR>,
101 <VAR>error_log</VAR>, and <VAR>page_log</VAR> files.
102 Overridden by the <A
103 HREF="cupsd-conf-reference.html#AccessLog"><CODE>AccessLog</CODE></A>,
104 <A
105 HREF="cupsd-conf-reference.html#ErrorLog"><CODE>ErrorLog</CODE></A>,
106 <A
107 HREF="cupsd-conf-reference.html#PageLog"><CODE>PageLog</CODE></A>,
108 directive in <VAR>cupsd.conf</VAR>.</TD>
109 </TR>
110 <TR>
111 <TD><VAR>@CUPS_STATEDIR@</VAR></TD>
112 <TD>The location of the domain socket file and state data
113 such as authentication certificates. Overridden by the <A
114 HREF="cupsd-conf-reference.html#StateDir"><CODE>StateDir</CODE></A>
115 directive in <VAR>cupsd.conf</VAR>.</TD>
116 </TR>
117 <TR>
118 <TD><VAR>@CUPS_REQUESTS@</VAR></TD>
119 <TD>The location of spooled print jobs. Overridden by the
120 <A
121 HREF="cupsd-conf-reference.html#RequestRoot"><CODE>RequestRoot</CODE></A>
122 directive in <VAR>cupsd.conf</VAR>.</TD>
123 </TR>
124 </TABLE></DIV>
125
126
127 </BODY>
128 </HTML>