This is really my whole cupsd.conf file:

# grep -v "\#" /etc/cups/cupsd.conf |cat -s

DocumentRoot /usr/share/cups/docs

LogLevel info

User lp
Group lp

listen localhost:631

BrowseAddress @LOCAL

SystemGroup lp

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 10.1.1.*
</Location>

<Location /admin>

AuthType Basic
AuthClass System

Order Deny,Allow
Deny From All
Allow From 127.0.0.1

</Location>
--
gentoo-user@gentoo.org mailing list

Reply via email to