control cups from another computer (Error 403)

Michael Sweet mike at easysw.com
Wed Feb 2 11:47:37 PST 2005


Rakotomandimby (R12y) Mihamina wrote:
> Hello,
> I would like to acces the CUPS web managemant interface from any computer
> of my home LAN. they're all 192.168.* adresseed. I made this into
> /etc/cups/cupsd.conf:
> 
> [...]
> <Location />
> Order Deny,Allow
> Deny From All
> Allow From 127.0.0.1,192.168.*
> </Location>
> [...]
> 
> I still get a 403 Forbidden error.
> What did I miss?

CUPS doesn't support multiple addresses on an allow line, just split
them up:

   Allow From 127.0.0.1
   Allow From 192.168.*

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Document Software          http://www.easysw.com




More information about the cups mailing list