On Mon, 28 Oct 2002, Seth Dimbert wrote: > OK... You asked for it (I think!). Here is my cupsd.conf: OK, all that looks good. We have what we need in the configuration file. Let's try telnetting to cupsd server and see what we get: telnet localhost 631 1. You should see: Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 2. and not this: Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused If you get #1, this is good. Real good. Now type the following line and hit return two times. GET / HTTP/1.0 You should get a dump of its web page or some kind of authorization error. Which one do you get?