Giter VIP home page Giter VIP logo

Comments (4)

whatoeat2night avatar whatoeat2night commented on September 24, 2024

[06/Oct/2022:16:17:32 -0700] [Client 21] Returning IPP successful-ok for CUPS-Get-Printers (http://192.168.0.213/printers) from 192.168.0.213.
4:22
D [06/Oct/2022:16:16:12 -0700] [Client 20] Returning IPP successful-ok for CUPS-Get-Printers (http://127.0.0.1/printers) from localhost.

from cups4j.

whatoeat2night avatar whatoeat2night commented on September 24, 2024

The above logs are coming from cups logs. Is there any hit for this?

from cups4j.

harwey avatar harwey commented on September 24, 2024

You can configure your CUPS server to listen on different interfaces. Please read the docs of your CUPS server.

from cups4j.

MrMao14 avatar MrMao14 commented on September 24, 2024

@harwey @whatoeat2night
It just a error solution !!!
Finally i solved it by Nginx

this is my nginx config

server{
    listen 632;
    access_log /var/log/nginx/cups_access.log;
    error_log /var/log/nginx/cups_error.log;

    location / {
            proxy_pass  http://127.0.0.1:631/;
    }

}

I have try to listen new port 632 proxy to 127.0.0.1:631 its down
i dont know why? maybe cups web open in windows different from linux :) 💯

from cups4j.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.