| « Multiboot on a x86 server - Choose the OS to be booted from the command line | Networker 7.5.1 client on Debian GNU Linux 5.0 / Ubuntu 9.04 » |
Debian unstable, CUPS 1.4.1: Sharing printers
Configuring a shared printer with CUPS is something quite easy. Nevertheless, it appears that I haven’t been able to print from a Mac OS X client (I haven’t tried from any other client OS).
Trying to print a document from the client has lead to the following type of error message:
E [29/Oct/2009:22:35:23 +0100] Request from "client ip address" using invalid Host: field "servername.domain"
To fix this, add the following to the /etc/cups/cupsd.conf file:
ServerAlias *
and restart CUPS:
root@servername~# /etc/init.d/cups restart
Enjoy ![]()
1 comment
Comment from: Ed Eaglehouse [Visitor]
Even after adding "ServerAlias *" I'm unable to edit the configuration file through the web interface because there is no way to authenticate.
03/27/11 @ 22:00