update the docs for the sourceforge.net/cvs => privoxy.org/git migration
[privoxy.git] / doc / webserver / user-manual / startup.html
index df6da50..ea1624d 100644 (file)
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
-Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
-<html>
-  <head>
-    <meta name="generator" content="HTML Tidy, see www.w3.org">
-    <title>
-      Starting Privoxy
-    </title>
-    <meta name="GENERATOR" content=
-    "Modular DocBook HTML Stylesheet Version 1.79">
-    <link rel="HOME" title="Privoxy 3.0.18 User Manual" href="index.html">
-    <link rel="PREVIOUS" title="Quickstart to Using Privoxy" href=
-    "quickstart.html">
-    <link rel="NEXT" title="Privoxy Configuration" href="configuration.html">
-    <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
-    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-    <link rel="STYLESHEET" type="text/css" href="p_doc.css">
-<style type="text/css">
- body {
-  background-color: #EEEEEE;
-  color: #000000;
- }
- :link { color: #0000FF }
- :visited { color: #840084 }
- :active { color: #0000FF }
- p.c2 {font-weight: bold}
- hr.c1 {text-align: left}
-</style>
-  </head>
-  <body class="SECT1">
-    <div class="NAVHEADER">
-      <table summary="Header navigation table" width="100%" border="0"
-      cellpadding="0" cellspacing="0">
-        <tr>
-          <th colspan="3" align="center">
-            Privoxy 3.0.18 User Manual
-          </th>
-        </tr>
-        <tr>
-          <td width="10%" align="left" valign="bottom">
-            <a href="quickstart.html" accesskey="P">Prev</a>
-          </td>
-          <td width="80%" align="center" valign="bottom">
-          </td>
-          <td width="10%" align="right" valign="bottom">
-            <a href="configuration.html" accesskey="N">Next</a>
-          </td>
-        </tr>
-      </table>
-      <hr width="100%" class="c1">
-    </div>
-    <div class="SECT1">
-      <h1 class="SECT1">
-        <a name="STARTUP">5. Starting Privoxy</a>
-      </h1>
-      <p>
-        Before launching <span class="APPLICATION">Privoxy</span> for the
-        first time, you will want to configure your browser(s) to use <span
-        class="APPLICATION">Privoxy</span> as a HTTP and HTTPS (SSL) <a href=
-        "http://en.wikipedia.org/wiki/Proxy_server" target="_top">proxy</a>.
-        The default is 127.0.0.1 (or localhost) for the proxy address, and
-        port 8118 (earlier versions used port 8000). This is the one
-        configuration step <span class="emphasis"><i class="EMPHASIS">that
-        must be done</i></span>!
-      </p>
-      <p>
-        Please note that <span class="APPLICATION">Privoxy</span> can only
-        proxy HTTP and HTTPS traffic. It will not work with FTP or other
-        protocols.
-      </p>
-      <p>
-      </p>
-      <div class="FIGURE">
-        <a name="AEN742"></a>
-        <p class="c2">
-          Figure 2. Proxy Configuration Showing Mozilla/Netscape HTTP and
-          HTTPS (SSL) Settings
-        </p>
-        <div class="MEDIAOBJECT">
-          <p>
-            <img src="proxy_setup.jpg">
-          </p>
-        </div>
-      </div>
-
-      <p>
-        With <span class="APPLICATION">Firefox</span>, this is typically set
-        under:
-      </p>
-      <p class="LITERALLAYOUT">
-        &nbsp;<span class="GUIBUTTON">Tools</span>&nbsp;-&gt;&nbsp;<span
-        class="GUIBUTTON">Options</span>&nbsp;-&gt;&nbsp;&nbsp;<span class=
-        "GUIBUTTON">Advanced</span>&nbsp;-&gt;&nbsp;<span class=
-        "GUIBUTTON">Network</span>&nbsp;-&gt;<span class=
-        "GUIBUTTON">Connection</span>&nbsp;-&gt;&nbsp;<span class=
-        "GUIBUTTON">Settings</span><br>
-         &#13;
-      </p>
-      <p>
-        Or optionally on some platforms:
-      </p>
-      <p class="LITERALLAYOUT">
-        &nbsp;<span class="GUIBUTTON">Edit</span>&nbsp;-&gt;&nbsp;<span
-        class="GUIBUTTON">Preferences</span>&nbsp;-&gt;&nbsp;<span class=
-        "GUIBUTTON">General</span>&nbsp;-&gt;&nbsp;<span class=
-        "GUIBUTTON">Connection Settings</span>&nbsp;-&gt;&nbsp;<span class=
-        "GUIBUTTON">Manual Proxy Configuration</span><br>
-         &#13;
-      </p>
-      <p>
-        With <span class="APPLICATION">Netscape</span> (and <span class=
-        "APPLICATION">Mozilla</span>), this can be set under:
-      </p>
-      <p class="LITERALLAYOUT">
-        &nbsp;<span class="GUIBUTTON">Edit</span>&nbsp;-&gt;&nbsp;<span
-        class="GUIBUTTON">Preferences</span>&nbsp;-&gt;&nbsp;<span class=
-        "GUIBUTTON">Advanced</span>&nbsp;-&gt;&nbsp;<span class=
-        "GUIBUTTON">Proxies</span>&nbsp;-&gt;&nbsp;<span class=
-        "GUIBUTTON">HTTP Proxy</span><br>
-         &#13;
-      </p>
-      <p>
-        For <span class="APPLICATION">Internet Explorer v.5-7</span>:
-      </p>
-      <p class="LITERALLAYOUT">
-        &nbsp;<span class="GUIBUTTON">Tools</span>&nbsp;-&gt;&nbsp;<span
-        class="GUIBUTTON">Internet Options</span>&nbsp;-&gt;&nbsp;<span
-        class="GUIBUTTON">Connections</span>&nbsp;-&gt;&nbsp;<span class=
-        "GUIBUTTON">LAN Settings</span>
-      </p>
-      <p>
-        Then, check <span class="QUOTE">"Use Proxy"</span> and fill in the
-        appropriate info (Address: 127.0.0.1, Port: 8118). Include HTTPS
-        (SSL), if you want HTTPS proxy support too (sometimes labeled <span
-        class="QUOTE">"Secure"</span>). Make sure any checkboxes like <span
-        class="QUOTE">"Use the same proxy server for all protocols"</span> is
-        <span class="emphasis"><i class="EMPHASIS">UNCHECKED</i></span>. You
-        want only HTTP and HTTPS (SSL)!
-      </p>
-      <p>
-      </p>
-      <div class="FIGURE">
-        <a name="AEN787"></a>
-        <p class="c2">
-          Figure 3. Proxy Configuration Showing Internet Explorer HTTP and
-          HTTPS (Secure) Settings
-        </p>
-        <div class="MEDIAOBJECT">
-          <p>
-            <img src="proxy2.jpg">
-          </p>
-        </div>
-      </div>
-
-      <p>
-        After doing this, flush your browser's disk and memory caches to
-        force a re-reading of all pages and to get rid of any ads that may be
-        cached. Remove any <a href=
-        "http://en.wikipedia.org/wiki/Browser_cookie" target=
-        "_top">cookies</a>, if you want <span class=
-        "APPLICATION">Privoxy</span> to manage that. You are now ready to
-        start enjoying the benefits of using <span class=
-        "APPLICATION">Privoxy</span>!
-      </p>
-      <p>
-        <span class="APPLICATION">Privoxy</span> itself is typically started
-        by specifying the main configuration file to be used on the command
-        line. If no configuration file is specified on the command line,
-        <span class="APPLICATION">Privoxy</span> will look for a file named
-        <tt class="FILENAME">config</tt> in the current directory. Except on
-        Win32 where it will try <tt class="FILENAME">config.txt</tt>.
-      </p>
-      <div class="SECT2">
-        <h2 class="SECT2">
-          <a name="START-REDHAT">5.1. Red Hat and Fedora</a>
-        </h2>
-        <p>
-          A default Red Hat installation may not start <span class=
-          "APPLICATION">Privoxy</span> upon boot. It will use the file <tt
-          class="FILENAME">/etc/privoxy/config</tt> as its main configuration
-          file.
-        </p>
-        <p>
-        </p>
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-<pre class="SCREEN">
- # /etc/rc.d/init.d/privoxy start
-</pre>
-            </td>
-          </tr>
-        </table>
-
-        <p>
-          Or ...
-        </p>
-        <p>
-        </p>
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-<pre class="SCREEN">
- # service privoxy start
-</pre>
-            </td>
-          </tr>
-        </table>
-      </div>
-      <div class="SECT2">
-        <h2 class="SECT2">
-          <a name="START-DEBIAN">5.2. Debian</a>
-        </h2>
-        <p>
-          We use a script. Note that Debian typically starts <span class=
-          "APPLICATION">Privoxy</span> upon booting per default. It will use
-          the file <tt class="FILENAME">/etc/privoxy/config</tt> as its main
-          configuration file.
-        </p>
-        <p>
-        </p>
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-<pre class="SCREEN">
- # /etc/init.d/privoxy start
-</pre>
-            </td>
-          </tr>
-        </table>
-      </div>
-      <div class="SECT2">
-        <h2 class="SECT2">
-          <a name="START-WINDOWS">5.3. Windows</a>
-        </h2>
-        <p>
-          Click on the <span class="APPLICATION">Privoxy</span> Icon to start
-          <span class="APPLICATION">Privoxy</span>. If no configuration file
-          is specified on the command line, <span class=
-          "APPLICATION">Privoxy</span> will look for a file named <tt class=
-          "FILENAME">config.txt</tt>. Note that Windows will automatically
-          start <span class="APPLICATION">Privoxy</span> when the system
-          starts if you chose that option when installing.
-        </p>
-        <p>
-          <span class="APPLICATION">Privoxy</span> can run with full Windows
-          service functionality. On Windows only, the <span class=
-          "APPLICATION">Privoxy</span> program has two new command line
-          arguments to install and uninstall <span class=
-          "APPLICATION">Privoxy</span> as a service. See the <a href=
-          "installation.html#INSTALLATION-PACK-WIN">Windows Installation
-          instructions</a> for details.
-        </p>
-      </div>
-      <div class="SECT2">
-        <h2 class="SECT2">
-          <a name="START-UNICES">5.4. Solaris, NetBSD, FreeBSD, HP-UX and
-          others</a>
-        </h2>
-        <p>
-          Example Unix startup command:
-        </p>
-        <p>
-        </p>
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-<pre class="SCREEN">
- # /usr/sbin/privoxy /etc/privoxy/config
-</pre>
-            </td>
-          </tr>
-        </table>
-      </div>
-      <div class="SECT2">
-        <h2 class="SECT2">
-          <a name="START-OS2">5.5. OS/2</a>
-        </h2>
-        <p>
-          During installation, <span class="APPLICATION">Privoxy</span> is
-          configured to start automatically when the system restarts. You can
-          start it manually by double-clicking on the <span class=
-          "APPLICATION">Privoxy</span> icon in the <span class=
-          "APPLICATION">Privoxy</span> folder.
-        </p>
-      </div>
-      <div class="SECT2">
-        <h2 class="SECT2">
-          <a name="START-MACOSX">5.6. Mac OS X</a>
-        </h2>
-        <p>
-          After downloading the privoxy software, unzip the downloaded file
-          by double-clicking on the zip file icon. Then, double-click on the
-          installer package icon and follow the installation process.
-        </p>
-        <p>
-          The privoxy service will automatically start after a successful
-          installation. In addition, the privoxy service will automatically
-          start every time your computer starts up.
-        </p>
-        <p>
-          To prevent the privoxy service from automatically starting when
-          your computer starts up, remove or rename the folder named
-          /Library/StartupItems/Privoxy.
-        </p>
-        <p>
-          A simple application named Privoxy Utility has been created which
-          enables administrators to easily start and stop the privoxy
-          service.
-        </p>
-        <p>
-          In addition, the Privoxy Utility presents a simple way for
-          administrators to edit the various privoxy config files. A method
-          to uninstall the software is also available.
-        </p>
-        <p>
-          An administrator username and password must be supplied in order
-          for the Privoxy Utility to perform any of the tasks.
-        </p>
-      </div>
-      <div class="SECT2">
-        <h2 class="SECT2">
-          <a name="START-AMIGAOS">5.7. AmigaOS</a>
-        </h2>
-        <p>
-          Start <span class="APPLICATION">Privoxy</span> (with RUN
-          &lt;&gt;NIL:) in your <tt class="FILENAME">startnet</tt> script
-          (AmiTCP), in <tt class="FILENAME">s:user-startup</tt> (RoadShow),
-          as startup program in your startup script (Genesis), or as startup
-          action (Miami and MiamiDx). <span class=
-          "APPLICATION">Privoxy</span> will automatically quit when you quit
-          your TCP/IP stack (just ignore the harmless warning your TCP/IP
-          stack may display that <span class="APPLICATION">Privoxy</span> is
-          still running).
-        </p>
-      </div>
-      <div class="SECT2">
-        <h2 class="SECT2">
-          <a name="START-GENTOO">5.8. Gentoo</a>
-        </h2>
-        <p>
-          A script is again used. It will use the file <tt class=
-          "FILENAME">/etc/privoxy/config</tt> as its main configuration file.
-        </p>
-        <p>
-        </p>
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-<pre class="SCREEN">
- /etc/init.d/privoxy start
-</pre>
-            </td>
-          </tr>
-        </table>
-
-        <p>
-          Note that <span class="APPLICATION">Privoxy</span> is not
-          automatically started at boot time by default. You can change this
-          with the <tt class="LITERAL">rc-update</tt> command.
-        </p>
-        <p>
-        </p>
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-<pre class="SCREEN">
- rc-update add privoxy default
-</pre>
-            </td>
-          </tr>
-        </table>
-      </div>
-      <div class="SECT2">
-        <h2 class="SECT2">
-          <a name="CMDOPTIONS">5.9. Command Line Options</a>
-        </h2>
-        <p>
-          <span class="APPLICATION">Privoxy</span> may be invoked with the
-          following command-line options:
-        </p>
-        <p>
-        </p>
-        <ul>
-          <li>
-            <p>
-              <span class="emphasis"><i class="EMPHASIS">--version</i></span>
-            </p>
-            <p>
-              Print version info and exit. Unix only.
-            </p>
-          </li>
-          <li>
-            <p>
-              <span class="emphasis"><i class="EMPHASIS">--help</i></span>
-            </p>
-            <p>
-              Print short usage info and exit. Unix only.
-            </p>
-          </li>
-          <li>
-            <p>
-              <span class="emphasis"><i class=
-              "EMPHASIS">--no-daemon</i></span>
-            </p>
-            <p>
-              Don't become a daemon, i.e. don't fork and become process group
-              leader, and don't detach from controlling tty. Unix only.
-            </p>
-          </li>
-          <li>
-            <p>
-              <span class="emphasis"><i class="EMPHASIS">--pidfile
-              FILE</i></span>
-            </p>
-            <p>
-              On startup, write the process ID to <span class="emphasis"><i
-              class="EMPHASIS">FILE</i></span>. Delete the <span class=
-              "emphasis"><i class="EMPHASIS">FILE</i></span> on exit. Failure
-              to create or delete the <span class="emphasis"><i class=
-              "EMPHASIS">FILE</i></span> is non-fatal. If no <span class=
-              "emphasis"><i class="EMPHASIS">FILE</i></span> option is given,
-              no PID file will be used. Unix only.
-            </p>
-          </li>
-          <li>
-            <p>
-              <span class="emphasis"><i class="EMPHASIS">--user
-              USER[.GROUP]</i></span>
-            </p>
-            <p>
-              After (optionally) writing the PID file, assume the user ID of
-              <span class="emphasis"><i class="EMPHASIS">USER</i></span>, and
-              if included the GID of GROUP. Exit if the privileges are not
-              sufficient to do so. Unix only.
-            </p>
-          </li>
-          <li>
-            <p>
-              <span class="emphasis"><i class="EMPHASIS">--chroot</i></span>
-            </p>
-            <p>
-              Before changing to the user ID given in the <span class=
-              "emphasis"><i class="EMPHASIS">--user</i></span> option, chroot
-              to that user's home directory, i.e. make the kernel pretend to
-              the <span class="APPLICATION">Privoxy</span> process that the
-              directory tree starts there. If set up carefully, this can
-              limit the impact of possible vulnerabilities in <span class=
-              "APPLICATION">Privoxy</span> to the files contained in that
-              hierarchy. Unix only.
-            </p>
-          </li>
-          <li>
-            <p>
-              <span class="emphasis"><i class=
-              "EMPHASIS">--pre-chroot-nslookup hostname</i></span>
-            </p>
-            <p>
-              Specifies a hostname to look up before doing a chroot. On some
-              systems, initializing the resolver library involves reading
-              config files from /etc and/or loading additional shared
-              libraries from /lib. On these systems, doing a hostname lookup
-              before the chroot reduces the number of files that must be
-              copied into the chroot tree.
-            </p>
-            <p>
-              For fastest startup speed, a good value is a hostname that is
-              not in /etc/hosts but that your local name server (listed in
-              /etc/resolv.conf) can resolve without recursion (that is,
-              without having to ask any other name servers). The hostname
-              need not exist, but if it doesn't, an error message (which can
-              be ignored) will be output.
-            </p>
-          </li>
-          <li>
-            <p>
-              <span class="emphasis"><i class=
-              "EMPHASIS">configfile</i></span>
-            </p>
-            <p>
-              If no <span class="emphasis"><i class=
-              "EMPHASIS">configfile</i></span> is included on the command
-              line, <span class="APPLICATION">Privoxy</span> will look for a
-              file named <span class="QUOTE">"config"</span> in the current
-              directory (except on Win32 where it will look for <span class=
-              "QUOTE">"config.txt"</span> instead). Specify full path to
-              avoid confusion. If no config file is found, <span class=
-              "APPLICATION">Privoxy</span> will fail to start.
-            </p>
-          </li>
-        </ul>
-
-        <p>
-          On <span class="APPLICATION">MS Windows</span> only there are two
-          additional command-line options to allow <span class=
-          "APPLICATION">Privoxy</span> to install and run as a <span class=
-          "emphasis"><i class="EMPHASIS">service</i></span>. See the <a href=
-          "installation.html#INSTALLATION-PACK-WIN">Window Installation
-          section</a> for details.
-        </p>
-      </div>
-    </div>
-    <div class="NAVFOOTER">
-      <hr width="100%" class="c1">
-      <table summary="Footer navigation table" width="100%" border="0"
-      cellpadding="0" cellspacing="0">
-        <tr>
-          <td width="33%" align="left" valign="top">
-            <a href="quickstart.html" accesskey="P">Prev</a>
-          </td>
-          <td width="34%" align="center" valign="top">
-            <a href="index.html" accesskey="H">Home</a>
-          </td>
-          <td width="33%" align="right" valign="top">
-            <a href="configuration.html" accesskey="N">Next</a>
-          </td>
-        </tr>
-        <tr>
-          <td width="33%" align="left" valign="top">
-            Quickstart to Using Privoxy
-          </td>
-          <td width="34%" align="center" valign="top">
-            &nbsp;
-          </td>
-          <td width="33%" align="right" valign="top">
-            Privoxy Configuration
-          </td>
-        </tr>
-      </table>
-    </div>
-  </body>
-</html>
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
+<HTML
+><HEAD
+><TITLE
+>Starting Privoxy</TITLE
+><META
+NAME="GENERATOR"
+CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
+REL="HOME"
+TITLE="Privoxy 3.0.27 User Manual"
+HREF="index.html"><LINK
+REL="PREVIOUS"
+TITLE="Quickstart to Using Privoxy"
+HREF="quickstart.html"><LINK
+REL="NEXT"
+TITLE="Privoxy Configuration"
+HREF="configuration.html"><LINK
+REL="STYLESHEET"
+TYPE="text/css"
+HREF="../p_doc.css"><META
+HTTP-EQUIV="Content-Type"
+CONTENT="text/html;
+charset=ISO-8859-1">
+<LINK REL="STYLESHEET" TYPE="text/css" HREF="p_doc.css">
+</head
+><BODY
+CLASS="SECT1"
+BGCOLOR="#EEEEEE"
+TEXT="#000000"
+LINK="#0000FF"
+VLINK="#840084"
+ALINK="#0000FF"
+><DIV
+CLASS="NAVHEADER"
+><TABLE
+SUMMARY="Header navigation table"
+WIDTH="100%"
+BORDER="0"
+CELLPADDING="0"
+CELLSPACING="0"
+><TR
+><TH
+COLSPAN="3"
+ALIGN="center"
+>Privoxy 3.0.27 User Manual</TH
+></TR
+><TR
+><TD
+WIDTH="10%"
+ALIGN="left"
+VALIGN="bottom"
+><A
+HREF="quickstart.html"
+ACCESSKEY="P"
+>Prev</A
+></TD
+><TD
+WIDTH="80%"
+ALIGN="center"
+VALIGN="bottom"
+></TD
+><TD
+WIDTH="10%"
+ALIGN="right"
+VALIGN="bottom"
+><A
+HREF="configuration.html"
+ACCESSKEY="N"
+>Next</A
+></TD
+></TR
+></TABLE
+><HR
+ALIGN="LEFT"
+WIDTH="100%"></DIV
+><DIV
+CLASS="SECT1"
+><H1
+CLASS="SECT1"
+><A
+NAME="STARTUP"
+>5. Starting Privoxy</A
+></H1
+><P
+> Before launching <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> for the first time, you
+ will want to configure your browser(s) to use
+ <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> as a HTTP and HTTPS (SSL)
+ <A
+HREF="http://en.wikipedia.org/wiki/Proxy_server"
+TARGET="_top"
+>proxy</A
+>. The default is
+ 127.0.0.1 (or localhost) for the proxy address, and port 8118 (earlier versions
+ used port 8000). This is the one configuration step <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>that must be done</I
+></SPAN
+>!</P
+><P
+> Please note that <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> can only proxy HTTP and
+ HTTPS traffic. It will not work with FTP or other protocols.</P
+><DIV
+CLASS="FIGURE"
+><A
+NAME="AEN694"
+></A
+><P
+><B
+>Figure 2. Proxy Configuration Showing
+  Mozilla/Netscape HTTP and HTTPS (SSL) Settings</B
+></P
+><DIV
+CLASS="MEDIAOBJECT"
+><P
+><IMG
+SRC="proxy_setup.jpg"></P
+></DIV
+></DIV
+><P
+> With <SPAN
+CLASS="APPLICATION"
+>Firefox</SPAN
+>, this is typically set under:</P
+><P
+CLASS="LITERALLAYOUT"
+>&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Tools</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Options</SPAN
+>&nbsp;-&#62;&nbsp;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Advanced</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Network</SPAN
+>&nbsp;-&#62;<SPAN
+CLASS="GUIBUTTON"
+>Connection</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Settings</SPAN
+></P
+><P
+> Or optionally on some platforms:</P
+><P
+CLASS="LITERALLAYOUT"
+>&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Edit</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Preferences</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>General</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Connection Settings</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Manual Proxy Configuration</SPAN
+></P
+><P
+> With <SPAN
+CLASS="APPLICATION"
+>Netscape</SPAN
+> (and
+ <SPAN
+CLASS="APPLICATION"
+>Mozilla</SPAN
+>), this can be set under:</P
+><P
+CLASS="LITERALLAYOUT"
+>&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Edit</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Preferences</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Advanced</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Proxies</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>HTTP Proxy</SPAN
+></P
+><P
+> For <SPAN
+CLASS="APPLICATION"
+>Internet Explorer v.5-7</SPAN
+>:</P
+><P
+CLASS="LITERALLAYOUT"
+>&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Tools</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Internet Options</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>Connections</SPAN
+>&nbsp;-&#62;&nbsp;<SPAN
+CLASS="GUIBUTTON"
+>LAN Settings</SPAN
+></P
+><P
+> Then, check <SPAN
+CLASS="QUOTE"
+>"Use Proxy"</SPAN
+> and fill in the appropriate info
+ (Address: 127.0.0.1, Port: 8118). Include HTTPS (SSL), if you want HTTPS
+ proxy support too (sometimes labeled <SPAN
+CLASS="QUOTE"
+>"Secure"</SPAN
+>). Make sure any
+ checkboxes like <SPAN
+CLASS="QUOTE"
+>"Use the same proxy server for all protocols"</SPAN
+> is
+ <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>UNCHECKED</I
+></SPAN
+>. You want only HTTP and HTTPS (SSL)!</P
+><DIV
+CLASS="FIGURE"
+><A
+NAME="AEN738"
+></A
+><P
+><B
+>Figure 3. Proxy Configuration Showing
+  Internet Explorer HTTP and HTTPS (Secure) Settings</B
+></P
+><DIV
+CLASS="MEDIAOBJECT"
+><P
+><IMG
+SRC="proxy2.jpg"></P
+></DIV
+></DIV
+><P
+> After doing this, flush your browser's disk and memory caches to force a
+ re-reading of all pages and to get rid of any ads that may be cached. Remove
+ any <A
+HREF="http://en.wikipedia.org/wiki/Browser_cookie"
+TARGET="_top"
+>cookies</A
+>,
+ if you want <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> to manage that. You are now
+ ready to start enjoying the benefits of using
+ <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+>!</P
+><P
+> <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> itself is typically started by specifying the
+ main configuration file to be used on the command line. If no configuration
+ file is specified on the command line, <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+>
+ will look for a file named <TT
+CLASS="FILENAME"
+>config</TT
+> in the current
+ directory. Except on Win32 where it will try <TT
+CLASS="FILENAME"
+>config.txt</TT
+>.</P
+><DIV
+CLASS="SECT2"
+><H2
+CLASS="SECT2"
+><A
+NAME="START-DEBIAN"
+>5.1. Debian</A
+></H2
+><P
+> We use a script. Note that Debian typically starts <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> upon booting per
+ default.  It will use the file
+ <TT
+CLASS="FILENAME"
+>/etc/privoxy/config</TT
+> as its main configuration
+ file.</P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><PRE
+CLASS="SCREEN"
+> # /etc/init.d/privoxy start</PRE
+></TD
+></TR
+></TABLE
+></DIV
+><DIV
+CLASS="SECT2"
+><H2
+CLASS="SECT2"
+><A
+NAME="START-FREEBSD"
+>5.2. FreeBSD and ElectroBSD</A
+></H2
+><P
+> To start <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> upon booting, add
+ "privoxy_enable='YES'" to <TT
+CLASS="FILENAME"
+>/etc/rc.conf</TT
+>.
+ <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> will use
+ <TT
+CLASS="FILENAME"
+>/usr/local/etc/privoxy/config</TT
+> as its main
+ configuration file.</P
+><P
+> If you installed <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> into a jail, the
+ paths above are relative to the jail root.</P
+><P
+> To start <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> manually, run:</P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><PRE
+CLASS="SCREEN"
+> # service privoxy onestart</PRE
+></TD
+></TR
+></TABLE
+></DIV
+><DIV
+CLASS="SECT2"
+><H2
+CLASS="SECT2"
+><A
+NAME="START-WINDOWS"
+>5.3. Windows</A
+></H2
+><P
+>Click on the <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> Icon to start <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+>. If no configuration file is
+ specified on the command line, <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> will look
+ for a file named <TT
+CLASS="FILENAME"
+>config.txt</TT
+>. Note that Windows will
+ automatically start <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> when the system starts if you chose that option
+ when installing.</P
+><P
+> <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> can run with full Windows service functionality.
+ On Windows only, the <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> program has two new command line arguments
+ to install and uninstall <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> as a service. See the
+ <A
+HREF="installation.html#INSTALLATION-PACK-WIN"
+>Windows Installation
+ instructions</A
+> for details.</P
+></DIV
+><DIV
+CLASS="SECT2"
+><H2
+CLASS="SECT2"
+><A
+NAME="START-UNICES"
+>5.4. Generic instructions for Unix derivates (Solaris, NetBSD, HP-UX etc.)</A
+></H2
+><P
+>Example Unix startup command:</P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><PRE
+CLASS="SCREEN"
+> # /usr/sbin/privoxy --user privoxy /etc/privoxy/config</PRE
+></TD
+></TR
+></TABLE
+><P
+> Note that if you installed <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> through
+ a package manager, the package will probably contain a platform-specific
+ script or configuration file to start <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+>
+ upon boot.</P
+></DIV
+><DIV
+CLASS="SECT2"
+><H2
+CLASS="SECT2"
+><A
+NAME="START-OS2"
+>5.5. OS/2</A
+></H2
+><P
+> During installation, <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> is configured to
+ start automatically when the system restarts. You can start it manually by
+ double-clicking on the <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> icon in the
+ <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> folder.</P
+></DIV
+><DIV
+CLASS="SECT2"
+><H2
+CLASS="SECT2"
+><A
+NAME="START-MACOSX"
+>5.6. Mac OS X</A
+></H2
+><P
+> The privoxy service will automatically start after a successful installation
+ (and thereafter every time your computer starts up) however you will need to
+ configure your web browser(s) to use it. To do so, configure them to use a
+ proxy for HTTP and HTTPS at the address 127.0.0.1:8118.</P
+><P
+> To prevent the privoxy service from automatically starting when your computer
+ starts up, remove or rename the file <TT
+CLASS="LITERAL"
+>/Library/LaunchDaemons/org.ijbswa.privoxy.plist</TT
+>
+ (on OS X 10.5 and higher) or the folder named
+ <TT
+CLASS="LITERAL"
+>/Library/StartupItems/Privoxy</TT
+> (on OS X 10.4 'Tiger').</P
+><P
+> To manually start or stop the privoxy service, use the scripts startPrivoxy.sh
+ and stopPrivoxy.sh supplied in /Applications/Privoxy. They must be run from an
+ administrator account, using sudo.</P
+></DIV
+><DIV
+CLASS="SECT2"
+><H2
+CLASS="SECT2"
+><A
+NAME="CMDOPTIONS"
+>5.7. Command Line Options</A
+></H2
+><P
+> <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> may be invoked with the following
+ command-line options:</P
+><P
+></P
+><UL
+><LI
+><P
+>   <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>--config-test</I
+></SPAN
+>
+  </P
+><P
+>   Exit after loading the configuration files before binding to
+   the listen address. The exit code signals whether or not the
+   configuration files have been successfully loaded.
+  </P
+><P
+>   If the exit code is 1, at least one of the configuration files
+   is invalid, if it is 0, all the configuration files have been
+   successfully loaded (but may still contain errors that can
+   currently only be detected at run time).
+  </P
+><P
+>   This option doesn't affect the log setting, combination with
+   <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>--no-daemon</I
+></SPAN
+> is recommended if a configured
+   log file shouldn't be used.
+  </P
+></LI
+><LI
+><P
+>    <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>--version</I
+></SPAN
+>
+  </P
+><P
+>     Print version info and exit. Unix only.
+  </P
+></LI
+><LI
+><P
+>    <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>--help</I
+></SPAN
+>
+  </P
+><P
+>   Print short usage info and exit. Unix only.
+  </P
+></LI
+><LI
+><P
+>   <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>--no-daemon</I
+></SPAN
+>
+  </P
+><P
+>   Don't become a daemon, i.e. don't fork and become process group
+   leader, and don't detach from controlling tty. Unix only.
+  </P
+></LI
+><LI
+><P
+>   <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>--pidfile FILE</I
+></SPAN
+>
+  </P
+><P
+>   On startup, write the process ID to <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>FILE</I
+></SPAN
+>. Delete the
+   <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>FILE</I
+></SPAN
+> on exit. Failure to create or delete the
+   <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>FILE</I
+></SPAN
+> is non-fatal. If no <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>FILE</I
+></SPAN
+>
+   option is given, no PID file will be used. Unix only.
+  </P
+></LI
+><LI
+><P
+>   <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>--user USER[.GROUP]</I
+></SPAN
+>
+  </P
+><P
+>   After (optionally) writing the PID file, assume the user  ID  of
+   <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>USER</I
+></SPAN
+>, and if included the GID of GROUP.  Exit if the
+   privileges are not sufficient to do so. Unix only.
+  </P
+></LI
+><LI
+><P
+>   <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>--chroot</I
+></SPAN
+>
+  </P
+><P
+>   Before changing to the user ID given in the <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>--user</I
+></SPAN
+> option,
+   chroot to that user's home directory, i.e. make the kernel pretend to the <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+>
+   process that the directory tree starts there. If set up carefully, this can limit
+   the impact of possible vulnerabilities in <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> to the files contained in that hierarchy.
+   Unix only.
+  </P
+></LI
+><LI
+><P
+>   <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>--pre-chroot-nslookup hostname</I
+></SPAN
+>
+  </P
+><P
+>   Specifies a hostname (for example www.privoxy.org) to look up before doing a chroot.
+   On some systems, initializing the resolver library involves reading config files from
+   /etc and/or loading additional shared libraries from /lib.
+   On these systems, doing a hostname lookup before the chroot reduces
+   the number of files that must be copied into the chroot tree.
+  </P
+><P
+>   For fastest startup speed, a good value is a hostname that is not in /etc/hosts but that
+   your local name server (listed in /etc/resolv.conf) can resolve without recursion
+   (that is, without having to ask any other name servers). The hostname need not exist,
+   but if it doesn't, an error message (which can be ignored) will be output.
+  </P
+></LI
+><LI
+><P
+>    <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>configfile</I
+></SPAN
+>
+  </P
+><P
+>    If no <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>configfile</I
+></SPAN
+> is included on the command line,
+    <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> will look for a file named
+    <SPAN
+CLASS="QUOTE"
+>"config"</SPAN
+> in the current directory (except on Win32
+    where it will look for <SPAN
+CLASS="QUOTE"
+>"config.txt"</SPAN
+> instead). Specify
+    full path to avoid confusion. If no config file is found,
+    <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> will fail to start.
+  </P
+></LI
+></UL
+><P
+> On <SPAN
+CLASS="APPLICATION"
+>MS Windows</SPAN
+> only there are two additional
+ command-line options to allow <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> to install and
+ run as a <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>service</I
+></SPAN
+>. See the
+<A
+HREF="installation.html#INSTALLATION-PACK-WIN"
+>Window Installation section</A
+>
+for details.</P
+></DIV
+></DIV
+><DIV
+CLASS="NAVFOOTER"
+><HR
+ALIGN="LEFT"
+WIDTH="100%"><TABLE
+SUMMARY="Footer navigation table"
+WIDTH="100%"
+BORDER="0"
+CELLPADDING="0"
+CELLSPACING="0"
+><TR
+><TD
+WIDTH="33%"
+ALIGN="left"
+VALIGN="top"
+><A
+HREF="quickstart.html"
+ACCESSKEY="P"
+>Prev</A
+></TD
+><TD
+WIDTH="34%"
+ALIGN="center"
+VALIGN="top"
+><A
+HREF="index.html"
+ACCESSKEY="H"
+>Home</A
+></TD
+><TD
+WIDTH="33%"
+ALIGN="right"
+VALIGN="top"
+><A
+HREF="configuration.html"
+ACCESSKEY="N"
+>Next</A
+></TD
+></TR
+><TR
+><TD
+WIDTH="33%"
+ALIGN="left"
+VALIGN="top"
+>Quickstart to Using Privoxy</TD
+><TD
+WIDTH="34%"
+ALIGN="center"
+VALIGN="top"
+>&nbsp;</TD
+><TD
+WIDTH="33%"
+ALIGN="right"
+VALIGN="top"
+>Privoxy Configuration</TD
+></TR
+></TABLE
+></DIV
+></BODY
+></HTML
+>
\ No newline at end of file