[Gllug] cups connection problem
Tim Schofield
tim at scoffer.net
Tue Jan 19 10:47:36 UTC 2010
Hi
Try changing
> <Location />
> # Allow shared printing...
> Order allow,deny
> Allow @LOCAL
> </Location>
> <Location /admin>
> # Restrict access to the admin pages...
> Order allow,deny
> </Location>
to this
<Location />
# Allow shared printing...
Order allow,deny
Allow @LOCAL
Allow localhost
Allow 10.1.1.*
</Location>
<Location /admin>
# Restrict access to the admin pages...
Order allow,deny
Allow localhost
Allow 10.1.1.*
</Location>
Tim
--
Gllug mailing list - Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
More information about the GLLUG
mailing list