[interchange-cvs] interchange - racke modified debian/interchangeconfig

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Feb 13 11:19:09 EST 2004


User:      racke
Date:      2004-02-13 16:19:09 GMT
Modified:  debian   interchangeconfig
Log:
added selection of configuration options to POD

Revision  Changes    Path
2.13      +41 -1     interchange/debian/interchangeconfig


rev 2.13, prev_rev 2.12
Index: interchangeconfig
===================================================================
RCS file: /anon_cvs/repository/interchange/debian/interchangeconfig,v
retrieving revision 2.12
retrieving revision 2.13
diff -u -r2.12 -r2.13
--- interchangeconfig	6 Dec 2003 00:00:05 -0000	2.12
+++ interchangeconfig	13 Feb 2004 16:19:09 -0000	2.13
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright 2001,2003 by Stefan Hornburg (Racke) <racke at linuxia.de>
+# Copyright 2001,2003,2004 by Stefan Hornburg (Racke) <racke at linuxia.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -132,6 +132,46 @@
 
 interchangeconfig reads and writes the Interchange configuration files
 /etc/interchange/features.cfg and /etc/interchange/settings.cfg.
+
+The following settings can be changed with C<interchangeconfig>:
+
+=over 4
+
+=item C<DEBUG>
+
+Whether to enable debug mode or not.
+
+=back
+
+=over 4
+
+=item C<ROBOTS>
+
+The Interchange Debian package uses a separate configuration file
+C</etc/interchange/robots.cfg> for the directives C<RobotUA>, C<RobotIP>
+and C<RobotHost>. It is recommended to include these settings so
+Interchange can distinguish between robots and ordinary users.
+
+=back
+
+=over 4
+
+=item C<SOAP>
+
+This setting determines if Interchange starts the SOAP server as well.
+This is only available if the Perl module SOAP::Lite is installed.
+
+=back
+
+=over 4
+
+=item C<TRAFFIC>
+
+You can choose different sets of server parameters (C<low>, C<high> and
+C<rpc>). Any store based on the foundation demo will change its behaviour too.
+If C<rpc> is selected, the Interchange server will run in PreFork mode.
+
+=back
 
 =head1 AUTHOR
 








More information about the interchange-cvs mailing list