Giter VIP home page Giter VIP logo

Comments (6)

essandess avatar essandess commented on May 19, 2024

What are the results of these troubleshooting steps?

  • Test to make sure Apache is running properly:
    • sudo apachectl stop && sudo apachectl start
    • Browse to http://127.0.0.1/ and see if you see the test homepage.
  • If Apache isn't working on your OS X, fix it. Google errors, see apple discussions.
  • If it is working, copy a proxy.pac file to your /Library/WebServer directory and make sure you can browse to http://127.0.0.1/proxy.pac
  • These commands will tell you if squid and privoxy are up and running and bound to their default ports:
    • sudo lsof -i ':3128'
    • sudo lsof -i ':8118'
  • Look for the running processes:
    • ps -ef | grep squid
    • ps -ef | grep privoxy
  • Manually set the proxy to privoxy only, 127.0.0.1:8118, and browse to http://p.p.
  • Manually set the proxy to squid:privoxy, 127.0.0.1:3128, and browse to http://p.p.
  • Scan access and error logs in /opt/local/var/…

from macos-fortress.

agucova avatar agucova commented on May 19, 2024

I can go to 127.0.0.1/proxy.pac, and shows perfectly.
Squid is running and bond to 3128.
It seems that privoxy doesn't run on boot, I need to initiate it manually, but I have the LaunchService, active.
Is there a way I can uninstall any changes made by osxfortress? (I want a clean install)

from macos-fortress.

agucova avatar agucova commented on May 19, 2024

The launchservice runs /usr/local/sbin/privoxy /usr/local/etc/privoxy/config
But privoxy is installed on /opt/local/sbin/privoxy
That's why its not starting. I changed it to the correct path, now it works.

from macos-fortress.

agucova avatar agucova commented on May 19, 2024

After starting privoxy manually, and setting the proxy to privoxy (8118), I can see privoxy working perfectly. (and my internet)
When setting it to, squid (3128), it starts to make the same weird TCP_MISS_ABORTED (according to the log), to almost all of the requests. And doesn't show p.p.

from macos-fortress.

essandess avatar essandess commented on May 19, 2024

That all sound strange. Are you using Macports or Brew to install privoxy and squid? Macports puts everything in /opt/local, and sudo port load privoxy creates a launch daemon that points there.

Don't think of osxfortress as an app to install/uninstall, but simply a secure, privatizing configuration for proxy services you install through a package manager.

from macos-fortress.

essandess avatar essandess commented on May 19, 2024

Sounds like possibly a Macports/brew install conflict. Just choose one package manager.

from macos-fortress.

Related Issues (10)

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.