[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with cups



Dave Bartmess said:
> OK, another stupid question... how do I tell it to bind to all ips?

heres my cupsd.conf:

ServerName gateway.aphroland.org
ServerAdmin aphro@aphroland.org
AccessLog /var/log/cups/access_log
ErrorLog /var/log/cups/error_log
LogLevel info
PageLog /var/log/cups/page_log
Printcap /etc/printcap
User lp
Group sys
Port 631
Browsing Off
BrowseAllow 10.10.10.0/255.255.255.0
SystemGroup lpadmin
<Location />
Order Deny,Allow
Deny From All
Allow From 10.10.10.1
</Location>
<Location /printers/name>
Order Deny,Allow
Deny From All
Allow From 10.10.10.1
</Location>

<Location /admin>

AuthType Basic
AuthClass System

Order Deny,Allow
Deny From All
Allow From 10.10.10.1

</Location>


and it just works for me ........

nate






Reply to: