PDA

View Full Version : [ubuntu] CUPS 403 error?



bennis
March 23rd, 2009, 07:31 AM
So i have a server install of ubuntu on, guess what, a server! And i'm sshing into it. I installed CUPS and am trying to connect to waiter:631 (get it? a waiter is a server) and when i *do* get a connection, i get a 403 error. I have Apache2 running fine and have torrentflux running fine. Any ideas?

cariboo
March 23rd, 2009, 07:43 AM
Try https, you'll get a certificate error, but just ignore it. eg:


https://waiter:631

Jim

bennis
March 23rd, 2009, 07:46 AM
That didn't work. I got the certificate error, but when i added an exception i still got a 403 error.

mcbride_62
June 2nd, 2009, 03:14 AM
Just solved this on my 8.04-2 server.

Added the "Allow all" entries into my cups.conf

<Location />
Allow all
Order allow,deny
Allow all
</Location>

<Location /admin>
AuthType Default
Require user @SYSTEM
# Allow remote administration...
Allow all
Order allow,deny
</Location>