ars_SetServerInfo(ctrl, ...)

Set specified server information.
On success
Returns 1
On failure
Returns 0

Example:

	      ars_SetServerInfo($ctrl, 
                                &ARS::AR_SERVER_INFO_EMAIL_FROM,
                                'froboz@thewizard.com') || 
			die "$ars_errstr";
      
This command is useful for turning log files on and off, adjust fast/list servers, re-indexing FTS, etc. See the ARSystem Programmer's Guide for a full description of everything you can tweak with this command.

ars_SetServerInfo was introduced in version 1.69 of ARSperl


<-- Table of Contents

Last changes to this page 30th August 2000 by jcmurphy@arsperl.org
© J.C.Murphy, J.W.Murphy 2000 arsperl@arsperl.org