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 revisionBoth sides next revision
centos7_privoxy [2016/04/21 13:53] – [Sources] admincentos7_privoxy [2016/04/21 13:55] – [Sources] admin
Line 24: Line 24:
   * Privoxy only includes a SysV service, enable this service:<code>cp privoxy-generic.init /etc/init.d/privoxy   * Privoxy only includes a SysV service, enable this service:<code>cp privoxy-generic.init /etc/init.d/privoxy
 # Edit /etc/init.d/privoxy and change the paths to /opt/privoxy... # Edit /etc/init.d/privoxy and change the paths to /opt/privoxy...
 +# PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/xpg4/bin:/usr/bin:/sbin:/bin:/opt/privoxy/sbin
 +# P_CONF_FILE=/opt/privoxy/etc/config
 +# P_PIDFILE=/opt/privoxy/var/run/privoxy.pid
  
 chkconfig --add privoxy chkconfig --add privoxy
 chkconfig privoxy on</code> chkconfig privoxy on</code>
   * Start privoxy:<code>service privoxy start</code>   * Start privoxy:<code>service privoxy start</code>
centos7_privoxy.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1