Re: CUPS Server Error
From: Richard Lyons (richard_at_the-place.net)
Date: 11/30/04
- Previous message: Hugo Vanwoerkom: "Re: creating images"
- In reply to: Noah Durell: "Re: CUPS Server Error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Nov 2004 18:13:54 +0000 To: debian-user@lists.debian.org
On Tue, Nov 30, 2004 at 09:29:23AM -0500, Noah Durell wrote:
> Here it is:
Well, I asked for it, so I had better say something. I'd better come
clean and admit that I am no expert. It looks alright to my untutored
eye. There are rather a lot of comment lines so a bit of help from
sed gives:
sed -e 's/#.*//' -e 's/[ ^I]*$//' -e '/^$/ d' durell
DefaultCharset notused
LogLevel info
Printcap /var/run/cups/printcap
Port 631
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
<Location /jobs>
AuthType Basic
AuthClass User
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
--which is the normal default setup, I suspect.
Can you ping localhost? Is
127.0.0.1 localhost loopback
in your /etc/hosts? I'm groping in the dark. Wait for someone
more knowledgeable than me for real help.
-- richard. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Hugo Vanwoerkom: "Re: creating images"
- In reply to: Noah Durell: "Re: CUPS Server Error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|