using 1.2svn & admin pages

Ted Fiedler tfiedler at awiweb.com
Mon Nov 7 06:47:48 PST 2005


cups starts and stops fine on my system, I am able to run 1.1.23 fine and view admin pages at http://servername:631 but not when I run 1.2

here is the relevant piece from my cupsd.conf file

# Log general information in error_log - change "info" to "debug" for
# troubleshooting...
LogLevel debug

# Administrator user group...
SystemGroup printeradmins

# Only listen for connections from the local machine.
Listen localhost:631
Listen /usr/local/var/run/cups/cups.sock

# Show shared printers on the local network.
Browsing off
BrowseOrder allow,deny
BrowseAllow @LOCAL

# Default authentication type, when authentication is required...
DefaultAuthType Basic

# Restrict access to the server...
<Location />
  Order allow,deny
  Allow localhost
  Allow 172.19.0.0
  Allow 172.18.0.0
</Location>

# Restrict access to the admin pages...
<Location /admin>
  Order allow,deny
  Allow localhost
  Allow 172.19.0.0
  Allow 172.18.0.0
</Location>

# Restrict access to configuration files...
<Location /admin/conf>
  AuthType Basic
  Require user @SYSTEM
  Order allow,deny
  Allow localhost
  Allow 172.19.0.0
  Allow 172.18.0.0
</Location>

# Authenticate against system accounts by default...
DefaultAuthType Basic

Any ideas?

Thanks in advance
Ted




More information about the cups mailing list