logo       

client-error-forbidden when canceling a job: msg#00374

printing.cups.general

Subject: client-error-forbidden when canceling a job

When canceling a job while using the web client I get the Error "client-error-forbidden". As far as I can see I have set the permissions that should allow me to cancel jobs. I am on the local machine, so that should not be the issue, although I have changed the conf file to allow me to admin from my network. I can start and stop the queue's without any problems.

My config file

<Location /admin>
AuthType Basic
AuthClass System
#AuthType None

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

#Encryption Required
</Location>

#
# End of "$Id: cupsd.conf.in,v 1.8 2002/12/13 16:23:54 mike Exp $".
#
<Location /printers/mis2200>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 172.16.*
AuthType None
</Location>
<Location /printers/intermec>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 172.16.*
AuthType None
Allow from All
</Location>
<Location /printers/genicom>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 172.16.*
AuthType None
Allow from All
</Location>
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 172.16.*
AuthType None
</Location>
<Location /jobs>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 172.16.*
AuthType None
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseDeny from All
BrowseAddress 255.255.255.255
Listen *:631


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise