Networking Forums

Networking Forums > Computer Networking > Linux Networking > CUPS job management problem.

Reply
Thread Tools Display Modes

CUPS job management problem.

 
 
Theophanis Kontogiannis
Guest
Posts: n/a

 
      01-19-2004, 05:29 PM
Hi all,

I have RH9 and cups. Whenever a client connects to the web management page
to erase a job it gets this error:

Error: client-error-forbidden

However this started out of nowhere as it worked in the past, on the
fly!....

Following is my exconfig file for cups.

................................

<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>

#
# End of "$Id: cupsd.conf.in,v 1.8 2002/12/13 16:23:54 mike Exp $".
#
<Location /printers/HP-LJ1220>
Order Deny,Allow
Deny From All
Allow From 10.0.0.0/24
Allow From 127.0.0.1
AuthType None
</Location>
<Location />
Order Deny,Allow
Deny From All
Allow From 10.0.0.0/24
Allow From 127.0.0.1
</Location>
<Location /jobs>
Order Deny, Allow
Deny From ALL
Allow From 10.0.0.0/24
Allow From 127.0.0.1
Require valid-user
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from 10.0.0.0/24
Listen 127.0.0.1:631
Listen 10.0.0.11:631


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CUPS printer hangs after inactivity, requires CUPS restart Frnak McKenney Linux Networking 0 07-28-2005 11:56 PM
CUPS/Samba problem Ben Willard Linux Networking 0 07-16-2004 08:57 PM
RH9 and CUPS job manage problem Theophanis Kontogiannis Linux Networking 0 02-15-2004 07:37 PM
CUPS printing problem Ryan Linux Networking 0 01-07-2004 05:16 PM
PLEASE! Can someone help me with a CUPS problem? me Linux Networking 0 10-25-2003 05:54 PM



1 2 3 4 5 6 7 8 9 10 11