Re: Problème CUPS

Pàgina inicial

Reply to this message
Autor: Frédéric Mantegazza
Data:  
A: guilde
Assumpte: Re: Problème CUPS
On jeudi 17 janvier 2008, Guillaume Allegre wrote:
> Le jeu 17 jan 2008 à 19:40 +0100, robert a écrit :
> > Sur ma seconde station sous Debian Etch,
> > lorsque je vais sur http://localhost:631/admin
> > pour paramètrer une nouvelle imprimante, j'ai le message :
> >
> > Un problème s'est produit lors du chargement de
> > http://localhost:631/admin : Impossible de se connecter à l'hôte
> > localhost (port 631).
> >
> > Cela ne m'interpelle guère... où dois-je chercher ?
>
> Commence par relancer cupsys :
> /etc/init.d/cupsys restart
>
> Si ça ne débloque rien, regarde dans les logs de cups ce qui se passe :
> /var/log/cups/access_log
>
> > Dans /etc/hosts j'ai :
> > 127.0.0.1 localhost
> > 127.0.1.1 etch2
>
> 127.0.1.1, pas standard comme adresse. Mais ça n'est pas ça qui cause
> une erreur.


Il faut aussi mettre l'adresse dans le fichier cupsd.conf, dans la section
Location /admin :

<Location />
Encryption IfRequested
Satisfy All
Order deny,allow
Deny From All
Allow From 127.0.0.1
Allow From All
</Location>

<Location /admin>
AuthType Basic
AuthClass System
Encryption IfRequested
Satisfy All
Order deny,allow
Deny From All
Allow From 127.0.0.1
</Location>

--
Frédéric

http://www.gbiloba.org