apple / cups

Apple CUPS Sources
https://www.cups.org
Apache License 2.0
1.85k stars 452 forks source link

Where has localhost:631 gone? #6140

Open redmouih opened 9 months ago

redmouih commented 9 months ago

The CUPS pages--Intro, Admin, etc.---accessed via localhost:631 are no longer available. Where have they gone? Thanks. IHR

redmouih commented 9 months ago

Found a solution to this one, at least for the nonce. Specifically, edit the cupsd.conf file (as root, via sudo, etc.) to include the lines:

Listen localhost:631 Listen /run/cups/cups.sock

Then stop and restart cups. Thanks to the nice folks at linuxquestions.org. IHR

duderin0 commented 8 months ago

You can also run "sudo cupsctl WebInterface=yes" to do so in a single action.