From 00dce4572952ae31c79989d101597271fc3d361d Mon Sep 17 00:00:00 2001 From: swa Date: Sun, 28 Apr 2002 16:59:05 +0000 Subject: [PATCH] more structure in starting section --- doc/source/user-manual.sgml | 97 +++++++++++++++++++++++++++++-------- 1 file changed, 76 insertions(+), 21 deletions(-) diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index e92a15f4..f2a3e81d 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -25,7 +25,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 1.97 2002/04/27 21:04:42 hal9 Exp $ + $Id: user-manual.sgml,v 1.98 2002/04/28 05:43:59 hal9 Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -46,7 +46,7 @@ Privoxy User Manual -$Id: user-manual.sgml,v 1.97 2002/04/27 21:04:42 hal9 Exp $ +$Id: user-manual.sgml,v 1.98 2002/04/28 05:43:59 hal9 Exp $ @@ -421,11 +421,11 @@ automatically start Privoxy in the boot process. Starting <application>Privoxy</application> - Before launching Privoxy for the first time, you - will want to configure your browser(s) to use Privoxy - as a HTTP and HTTPS proxy. The default is localhost for the proxy address, - and port 8118 (earlier versions used port 8000). This is the one - configuration step that must be done! + Before launching Privoxy for the first time, you + will want to configure your browser(s) to use + Privoxy as a HTTP and HTTPS proxy. The default is + localhost for the proxy address, and port 8118 (earlier versions used port + 8000). This is the one configuration step that must be done! @@ -445,45 +445,94 @@ automatically start Privoxy in the boot process. Privoxy! - Privoxy is typically started by specifying the - main configuration file to be used on the command line. Example Unix startup - command: + main configuration file to be used on the command line. If no configuration + file is specified on the command line, Privoxy + will look for a file named config in the current + directory. Except on Win32 where it will try config.txt. + +RedHat and Debian + +We use a script. Note that RedHat does not start Privoxy upon booting per +default. It will use the file /etc/privoxy/config as its +main configuration file. FIXME: Debian?? + - # /usr/sbin/privoxy /etc/privoxy/config + # /etc/rc.d/init.d/privoxy start + + +SuSE + +We use a script. It will use the file /etc/privoxy/config +as its main configuration file. Note that SuSE starts Privoxy upon booting +your PC. + - See below for other command line options. + + # rcprivoxy start + + + +Windows - An init script is provided for SuSE and Red Hat. +Click on the Privoxy Icon to start Privoxy. If no configuration file is + specified on the command line, Privoxy will look + for a file named config.txt. Note that Windows will + automatically start Privoxy upon booting you PC. + + +Solaris, NetBSD, FreeBSD, HP-UX and others + +Example Unix startup command: + - For for SuSE: rcprivoxy start + + # /usr/sbin/privoxy /etc/privoxy/config + + + + +OS/2 + +FIXME. + + + +MAX OSX - For Red Hat and Debian: /etc/rc.d/init.d/privoxy start +FIXME. + + +AmigaOS - If no configuration file is specified on the command line, - Privoxy will look for a file named - config in the current directory. Except on Win32 where - it will try config.txt. If no file is specified on the - command line and no default configuration file can be found, - Privoxy will fail to start. +FIXME. + + + Command Line Options @@ -5730,6 +5781,10 @@ Requests Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: user-manual.sgml,v $ + Revision 1.98 2002/04/28 05:43:59 hal9 + This is the break up of configuration.html into multiple files. This + will probably break links elsewhere :( + Revision 1.97 2002/04/27 21:04:42 hal9 -Rewrite of Actions File example. -Add section for user-manual directive in config. -- 2.39.2