[Gllug] cups connection problem

salsaman at xs4all.nl salsaman at xs4all.nl
Tue Jan 19 12:28:01 UTC 2010


On Tue, January 19, 2010 11:47, Tim Schofield wrote:
> 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
>
>


Well, that looked promising, but unfortunately has not solved the problem.


I'll check out tcpdump and cups in debug mode and see if I can see anything.


Salsaman.



-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list