Differences
This shows you the differences between two versions of the page.
| |
linuxdebian:cups [2025/09/20 12:51] – created - external edit 127.0.0.1 | linuxdebian:cups [2025/09/22 15:30] (current) – kurgan |
---|
| |
=== In cupsd.conf === | === In cupsd.conf === |
* Modificare {{{Listen localhost:631}}} in ''Listen *:631'' | * Modificare ''Listen localhost:631'' in ''Listen *:631'' |
* Aggiungere ''ServerAlias *'' sotto il Listen di prima | * Aggiungere ''ServerAlias *'' sotto il Listen di prima |
* Aggiungere {{{Allow net/mask}}} oppure ''Allow all'' in ogni <Location> | * Aggiungere ''Allow net/mask'' oppure ''Allow all'' in ogni <Location> |
* Aggiungere {{{DefaultEncryption Never}}} prima della prima <Location> e commentare le righe ''Encryption Required'' nelle location, se si vuole non essere obbligati a usare https per l'amministrazione. | * Aggiungere ''DefaultEncryption Never'' prima della prima <Location> e commentare le righe ''Encryption Required'' nelle location, se si vuole non essere obbligati a usare https per l'amministrazione. |
| |
| |