X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fuser-manual%2Fstartup.html;h=bc1b5067055a002f16d0145bc99f3968af040fa9;hp=1fe9cc03cfd90781b3982cfe6e6d577fa9047a92;hb=72081f829de368392d04076728f8c991178c0080;hpb=e0dbf1d74567dc0bec4c358a3bab44ef62af4aa8 diff --git a/doc/webserver/user-manual/startup.html b/doc/webserver/user-manual/startup.html index 1fe9cc03..bc1b5067 100644 --- a/doc/webserver/user-manual/startup.html +++ b/doc/webserver/user-manual/startup.html @@ -1,13 +1,13 @@ + Starting Privoxy

6.2. SuSE5.3. SuSE

We use a script. It will use the file 6.3. Windows5.4. Windows

Click on the Privoxy Icon to start Privoxy. If no configuration file is @@ -227,7 +328,7 @@ CLASS="SECT2" CLASS="SECT2" >6.4. Solaris, NetBSD, FreeBSD, HP-UX and others5.5. Solaris, NetBSD, FreeBSD, HP-UX and others

Example Unix startup command:

6.5. OS/25.6. OS/2

FIXME.

During installation, Privoxy is configured to + start automatically when the system restarts. You can start it manually by + double-clicking on the Privoxy icon in the + Privoxy folder.

6.6. MAX OSX5.7. Mac OSX

FIXME.

During installation, Privoxy is configured to + start automatically when the system restarts. To start Privoxy by hand, + double-click on the StartPrivoxy.command icon in the + /Library/Privoxy folder. Or, type this command + in the Terminal:

  /Library/Privoxy/StartPrivoxy.command
+  

You will be prompted for the administrator password.

6.7. AmigaOS5.8. AmigaOS

Start Privoxy (with RUN <>NIL:) in your + startnet script (AmiTCP), in + s:user-startup (RoadShow), as startup program in your + startup script (Genesis), or as startup action (Miami and MiamiDx). + Privoxy will automatically quit when you quit your + TCP/IP stack (just ignore the harmless warning your TCP/IP stack may display that + Privoxy is still running).

5.9. Gentoo

FIXME.

A script is again used. It will use the file /etc/privoxy/config + as its main configuration file.

 /etc/init.d/privoxy start
+ 

Note that Privoxy is not automatically started at + boot time by default. You can change this with the rc-update + command.

+
 rc-update add privoxy default
+ 

6.8. Command Line Options5.10. Command Line Options

  • --version

  • --help

  • --no-daemon

  • --pidfile FILE

    On startup, write the process ID to On startup, write the process ID to FILE. Delete the - FILE on exit. Failure to create or delete the - FILE is non-fatal. If no is non-fatal. If no FILE option is given, no PID file will be used. Unix only.

  • --user USER[.GROUP]

    After (optionally) writing the PID file, assume the user ID of - USER, and if included the GID of GROUP. Exit if the privileges are not sufficient to do so. Unix only.

  • --chroot + +

    Before changing to the user ID given in the --user option, + chroot to that user's home directory, i.e. make the kernel pretend to the Privoxy + process that the directory tree starts there. If set up carefully, this can limit + the impact of possible vulnerabilities in Privoxy to the files contained in that hierarchy. + Unix only. +

  • configfile

    If no If no configfile is included on the command line,


    Prev
    HomeNext