> >t'as essayé d'imprimer quoi depuis où? est-ce que ça marche en > >utilisant 'lpr'? > > > > > non
alors essaies avec un fichier ps: lpr fichier.ps > > > > > Voici...mais c'est long...! > > > > Port 631 > > # [snip] > > <Location /> > Order Deny,Allow > Deny From All > Allow From 127.0.0.1 > </Location> tu te connectes bien depuis localhost ou depuis une autre machine (IP)? > > #<Location /classes> > # > # You may wish to limit access to printers and classes, either with > Allow# and Deny lines, or by requiring a username and password. > # > #</Location> > > #<Location /classes/name> > # > # You may wish to limit access to printers and classes, either with > Allow# and Deny lines, or by requiring a username and password. > # > #</Location> > > <Location /jobs> > # > # You may wish to limit access to job operations, either with Allow > # and Deny lines, or by requiring a username and password. > # > AuthType Basic > AuthClass User > </Location> > > #<Location /printers> > # > # You may wish to limit access to printers and classes, either with > Allow# and Deny lines, or by requiring a username and password. > # > #</Location> > > #<Location /printers/name> > # > # You may wish to limit access to printers and classes, either with > Allow# and Deny lines, or by requiring a username and password. > # > > ## Anonymous access (default) > #AuthType None > > ## Require a username and password (Basic authentication) > #AuthType Basic > #AuthClass User > > ## Require a username and password (Digest/MD5 authentication) > #AuthType Digest > #AuthClass User > > ## Restrict access to local domain > #Order Deny,Allow > #Deny From All > #Allow From .mydomain.com > #</Location> > > <Location /admin> > # > # You definitely will want to limit access to the administration > functions.# The default configuration requires a local connection > from a user who# is a member of the system group to do any admin > tasks. You can change# the group name using the SystemGroup > directive.# > > AuthType Basic > AuthClass System > > ## Restrict access to local domain > Order Deny,Allow > Deny From All > Allow From 127.0.0.1 idem? as-tu essayé de te connecter ainsi? http://localhost:631/admin Résultats?