[cups.general] Re: CUPS Web Admin Interface - Newbie Question

Ken Smith kens at kensnet.org
Mon Jan 3 16:04:26 PST 2005


Thanks - Actually I found that you need

Allow From 192.168.0.* (my LAN address range)

in both the <Location /admin> and <Location /> sections

Plus Listen 192.168.0.3:631 (my print box's IP) at the end of the file

 
Ken

-----Original Message-----
From: cups-bounces at easysw.com [mailto:cups-bounces at easysw.com] On Behalf Of
Andrew Schulman
Sent: 03 January 2005 18:21
To: cups at easysw.com
Subject: [cups.general] Re: CUPS Web Admin Interface - Newbie Question

> Is it possible to enable access to the web admin interface to 
addresses in
> the range 192.168.* as well as localhost. It would be useful to get web
> access to CUPS admin without starting X up on the server to run a web
> browser there.

Here's what seems to be the relevant section of my cupsd.conf.  See 
cupsd.conf(5) and the CUPS administrator's manual, and adjust to suit 
your circumstances.  Good luck, Andrew.

<Location /admin>
#
# You definitely will want to limit access to the administration 
functions.
# The default configuration requires a local connection from a user who
# is a member of the system group to do any admin tasks.  You can change
# the group name using the SystemGroup directive.
#

AuthType Basic
AuthClass System

## Restrict access to local domain
Order Deny,Allow
Deny From All
Allow From 127.0.0.1

#Encryption Required
</Location>

-- 
To reply by email, replace "deadspam.com" by "alumni.utexas.net"

_______________________________________________
cups mailing list
cups at easysw.com
http://lists.easysw.com/mailman/listinfo/cups






More information about the cups mailing list