Re: CUPS Server Error
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.
Reply to: