[cups.general] FC2 - can't browse to server

sean seandarcy at hotmail.com
Tue Aug 31 09:38:14 PDT 2004


I'm running FC2 on a cups print server, updated to cups-1.1.20-11.1.

When I browse to 10.10.8.252:631 ( the print server ) I get a 403.

With loglevel debug error_log shows:

D [31/Aug/2004:12:03:21 -0400] AcceptClient() 6 from 10.10.8.1:631.
D [31/Aug/2004:12:03:21 -0400] ReadClient() 6 GET / HTTP/1.1
D [31/Aug/2004:12:03:21 -0400] SendError() 6 code=403 (Forbidden)
D [31/Aug/2004:12:03:21 -0400] CloseClient() 6


cupsd.conf on the server has:

<Location /jobs>
.......................
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 10.10.8.*
</Location>

<Location /printers>
.................
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 10.10.8.*
</Location>

#<Location /printers/name>
#
.................
## Anonymous access (default)
#AuthType None

## Require a username and password (Basic authentication)
#AuthType Basic
#AuthClass User

## Require a username and password (Digest/MD5 authentication)
#AuthType Digest
#AuthClass User

## Restrict access to local domain
#Order Deny,Allow
#Deny From All
#Allow From .mydomain.com
#</Location>

<Location /admin>
.........................
AuthType Basic
AuthClass System

## Restrict access to local domain
# Order Deny,Allow
# Deny From All
# Allow From 127.0.0.1
# Allow From 10.10.*
#Encryption Required
</Location>

#
# End of "$Id: cupsd.conf.in,v 1.13 2003/04/10 20:14:04 mike Exp $".
#
# Lines below are automatically generated - DO NOT EDIT
<Location /printers/mfc8600>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
<Location /printers/rawprinter>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
BrowseAddress 255.255.255.255
Listen *:631

I've restarted cups, rebooted.

I do note that at the end of the file -

# Lines below are automatically generated - DO NOT EDIT


don't seem to include any changes I made to the file, and wouldn't allow any remote admin.

Should these be deleted?  edited ??  where do they come from?

sean





More information about the cups mailing list