On Sun, 19 Mar 2006 19:37:31 -0700 "Collins Richey" crichey@gmail.com wrote:
On 3/19/06, boricua boricua@despiertapr.com wrote:
Did you change these defaults in cupsd.conf?
# Only listen for connections from the local machine. # Listen localhost:631 # Listen /var/run/cups/cups.sock
# Restrict access to the server...
<Location /> Order allow,deny Allow localhost </Location>
here is a portion of file
<Location /printers/hp640c> Order Deny,Allow Deny From All Allow From 127.0.0.1 AuthType None Allow from All Allow localhost </Location> Browsing Off Listen *:631