Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


centos7_privoxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
centos7_privoxy [2016/04/21 13:57] – [Sources] admincentos7_privoxy [2021/10/09 15:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 {{tag>[centos7 linux privacy proxy privoxy]}} {{tag>[centos7 linux privacy proxy privoxy]}}
  
-~~TOC~~ 
  
 =====CentOS 7 - privoxy===== =====CentOS 7 - privoxy=====
Line 11: Line 10:
   * Download the latest [[http://www.privoxy.org/|source code]].   * Download the latest [[http://www.privoxy.org/|source code]].
   * Install development tools:<code>yum groupinstall development tools</code>   * Install development tools:<code>yum groupinstall development tools</code>
-  * Install required packages:<code>yum install zlib-devel w3m</code>+  * Install required packages:<code>yum install zlib-devel pcre-devel w3m</code>
   * Extract the archive:<code>tar zxvf privoxy-3.0.24-stable-src.tar.gz</code>   * Extract the archive:<code>tar zxvf privoxy-3.0.24-stable-src.tar.gz</code>
   * Create a privoxy user:<code>groupadd -g 1984 privoxy   * Create a privoxy user:<code>groupadd -g 1984 privoxy
Line 31: Line 30:
 chkconfig privoxy on</code> chkconfig privoxy on</code>
   * Start privoxy:<code>service privoxy start</code>   * Start privoxy:<code>service privoxy start</code>
 +====Post configuration==== 
 +  * Change listen-address. 
 +  * Open firewall port. 
 +  * Check if Privoxy works: http://config.privoxy.org/ or http://p.p
centos7_privoxy.1461247052.txt.gz · Last modified: 2016/04/21 13:57 by admin