CUPS is still not working properly.
still getting
client-error-forbidden
when i try to resubmint a job via the browser 631 port.
here is the cupsd.conf
still getting
client-error-forbidden
when i try to resubmint a job via the browser 631 port.
here is the cupsd.conf
Code:
ServerAdmin rootem
LogFilePerm 0600
MaxLogSize 2000000000
LogLevel info
PreserveJobFiles Yes
MaxJobs 50001
Printcap /etc/printcap
PrintcapFormat Solaris
User lp
Group sys
Timeout 175
<Location />
AuthClass System
AuthType None
Order Allow,Deny
Allow From 127.0.0.1
Allow From 192.168.1.*
Allow From 192.168.1.15
</Location>
<Location /jobs>
AuthClass System
AuthType None
Order Allow,Deny
Allow From 127.0.0.1
Allow From 192.168.1.*
Allow From 192.168.1.15
</Location>
<Location /admin>
AuthClass System
AuthType None
Order Deny,Allow
Allow From 127.0.0.1
Allow From 192.168.1.*
Allow From 192.168.1.15
</Location>
<Location /printers/test>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthClass System
AuthType None
</Location>
<Location /printers/DT128>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
<Location /printers/5si>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
</Location>
<Location /printers/Tek>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
<Location /printers/TDLR>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.15
Allow From 192.168.1.*
AuthClass System
AuthType None
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAddress 192.168.1.255
BrowseAllow from 127.0.0.1
BrowseAllow from 192.168.1.0/255.255.255.0
BrowseAllow from 192.168.1.15
Listen *:631