Questions tagged [polipo]

Polipo is a lightweight proxy server capable of forwarding and caching.

Available under the MIT open-source licence, Polipo is aimed at individual and small group use though it can scale up to handle larger groups.

20 questions
0
votes
0 answers

Scrapy spider stops abruptly

I am using this example here. To change my identity with Tor/Privoxy but i have faced several issues such as having to type "scrapy crawl something.py" multiple times to start the spider or having the spider stop abruptly in the middle of a crawl…
dythe
  • 840
  • 5
  • 21
  • 45
0
votes
0 answers

Scrapy and Tor/Privoxy unable to crawl [Connection refused 61]

I have the following code refered from here in my middlewares.py which i'm trying to change my ip in TOR with every request def _set_new_ip(): with Controller.from_port(port=9051) as controller: …
dythe
  • 840
  • 5
  • 21
  • 45
0
votes
2 answers

Polipo Proxy specify network interface to listen on

Right at the moment I am taking a closer look to the polipo proxy software. I already managed to setup an easy socks5 proxy with basic user authentication. All it needs to be finished is to change the listening interface from eth0 to ppp0. Sadly…
Sector
  • 47
  • 8
0
votes
4 answers

How to find out where a C struct is declared?

I am trying to add logging to the web proxy Polipo and as part of this need to log the url request in the following function following line: httpClientRequest(HTTPRequestPtr request, AtomPtr url) From compilation I see that AtomPtr is a struct of…
user1561108
  • 2,666
  • 9
  • 44
  • 69
0
votes
1 answer

when i use polipo on my terminal proxy http

I use polipo on my terminal proxy http request. When I config done, I reload it. It happened an error. error information on terminal: I tried change owner and group of the file, but it does not reload. sudo chgrp staff…
1
2