Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 281 Bytes

CUPS - Printers.md

File metadata and controls

27 lines (24 loc) · 281 Bytes
summary
HowTo unlock the web interface...

To unlock the webinterface

...change in the config:

Listen localhost:631

->

Port 631

And disable the forbidden lock:

<Location />
...
</Location>

->

<Location />
  Allow all     
</Location>