X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fwebserver%2Fuser-manual%2Fstartup.html;h=efb07462ab07b252e93f051769520b1f494a871a;hb=661f2e8546ef7c92b6ff51cf44116af9d40c1265;hp=8d14e4c085967f44f0c6c4fed449b86cc858c80d;hpb=69b45dc21f48175fb34a8e1e2f45d46870e37941;p=privoxy.git diff --git a/doc/webserver/user-manual/startup.html b/doc/webserver/user-manual/startup.html index 8d14e4c0..efb07462 100644 --- a/doc/webserver/user-manual/startup.html +++ b/doc/webserver/user-manual/startup.html @@ -6,7 +6,7 @@ Starting Privoxy - + @@ -21,7 +21,7 @@ - + @@ -55,7 +55,7 @@ protocols.

- +

Figure 2. Proxy Configuration Showing Mozilla/Netscape HTTP and HTTPS (SSL) Settings

@@ -112,7 +112,7 @@ only HTTP and HTTPS (SSL)!

- +

Figure 3. Proxy Configuration Showing Internet Explorer HTTP and HTTPS (Secure) Settings

@@ -137,30 +137,19 @@ will try config.txt.

-

5.1. Red Hat - and Fedora

- -

A default Red Hat installation may not start Privoxy upon boot. It will use the file /etc/privoxy/config as its main configuration file.

- -
Privoxy 3.0.19 User ManualPrivoxy 3.0.25 User Manual
- - - -
-
- # /etc/rc.d/init.d/privoxy start
-
-
+

5.1. + Debian

-

Or ...

+

We use a script. Note that Debian typically starts Privoxy upon booting per default. It will use the + file /etc/privoxy/config as its main + configuration file.

@@ -168,19 +157,25 @@
-

5.2. - Debian

+

5.2. + FreeBSD and ElectroBSD

-

We use a script. Note that Debian typically starts Privoxy upon booting per default. It will use the - file /etc/privoxy/config as its main - configuration file.

+

To start Privoxy upon booting, add + "privoxy_enable='YES'" to /etc/rc.conf. + Privoxy will use /usr/local/etc/privoxy/config as its main configuration + file.

+ +

If you installed Privoxy into a + jail, the paths above are relative to the jail root.

+ +

To start Privoxy manually, run:

- # service privoxy start
+ # /etc/init.d/privoxy start
 
@@ -209,8 +204,8 @@
-

5.4. - Solaris, NetBSD, FreeBSD, HP-UX and others

+

5.4. Generic + instructions for Unix derivates (Solaris, NetBSD, HP-UX etc.)

Example Unix startup command:

@@ -218,11 +213,16 @@
- # /etc/init.d/privoxy start
+ # service privoxy onestart
 
- # /usr/sbin/privoxy /etc/privoxy/config
+ # /usr/sbin/privoxy --user privoxy /etc/privoxy/config
 
+ +

Note that if you installed Privoxy + through a package manager, the package will probably contain a + platform-specific script or configuration file to start Privoxy upon boot.

@@ -239,86 +239,50 @@

5.6. Mac OS X

-

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.

-

The privoxy service will automatically start after a successful - installation. In addition, the privoxy service will automatically start - every time your computer starts up.

+ 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.

To prevent the privoxy service from automatically starting when your - computer starts up, remove or rename the folder named - /Library/StartupItems/Privoxy.

- -

A simple application named Privoxy Utility has been created which - enables administrators to easily start and stop the privoxy - service.

- -

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.

- -

An administrator username and password must be supplied in order for - the Privoxy Utility to perform any of the tasks.

-
- -
-

5.7. - 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).

+ computer starts up, remove or rename the file /Library/LaunchDaemons/org.ijbswa.privoxy.plist (on OS X + 10.5 and higher) or the folder named /Library/StartupItems/Privoxy (on OS X 10.4 + 'Tiger').

+ +

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.

-

5.8. - Gentoo

- -

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
-
-
-
-
- -
-

5.9. Command +

5.7. Command Line Options

Privoxy may be invoked with the following command-line options: