can't cancel job

dave doppiacoppia at gmail.com
Sat Apr 7 10:06:02 PDT 2007


hi! i can't cancel jobs from web administrator tool. When i push the button "cancel job" i have a "client-error-forbidden" error, and i don't know why. This is my cupsd.conf configuration file:

ServerName Mercy
ServerAdmin root at avalon
Port 631
AccessLog /var/log/cups/access_log
ErrorLog  /var/log/cups/error_log
LogLevel  debug
MaxClients 100
RunAsUser No
AuthType None

<Location />
Order Deny,Allow
Deny from all
Allow from 192.168.0.*
Allow from 127.0.0.1
Allow from localhost
</Location>

<Location /admin>
Order Deny,Allow
Deny from all
Allow from 192.168.0.*
Allow from 127.0.0.1
Allow from localhost
</Location>

<Location /jobs>
Order Deny,Allow
Deny from all
Allow from 192.168.0.*
Allow from 127.0.0.1
Allow from localhost
</Location>


please help me!!!




More information about the cups mailing list