Gentoo Archives: gentoo-user

From: "Michael [Plouj] Ploujnikov" <ploujj@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] cannot print after changing CUPS printer
Date: Sat, 01 Jul 2006 02:25:17
Message-Id: 18e575130606301912j4b15d08fge5f1e4a8e6c36947@mail.gmail.com
In Reply to: Re: [gentoo-user] cannot print after changing CUPS printer by "Michael [Plouj] Ploujnikov"
1 This is really my whole cupsd.conf file:
2
3 # grep -v "\#" /etc/cups/cupsd.conf |cat -s
4
5 DocumentRoot /usr/share/cups/docs
6
7 LogLevel info
8
9 User lp
10 Group lp
11
12 listen localhost:631
13
14 BrowseAddress @LOCAL
15
16 SystemGroup lp
17
18 <Location />
19 Order Deny,Allow
20 Deny From All
21 Allow From 127.0.0.1
22 Allow From 10.1.1.*
23 </Location>
24
25 <Location /admin>
26
27 AuthType Basic
28 AuthClass System
29
30 Order Deny,Allow
31 Deny From All
32 Allow From 127.0.0.1
33
34 </Location>
35 --
36 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] cannot print after changing CUPS printer Mick <michaelkintzios@×××××.com>