Project

General

Profile

Bug #3164

Updated by Renato Botelho over 11 years ago


 (Automatically sync Varnish configuration changes) is not checked. 
 in the logs see other 
 >php: config.inc: [varnish] varnish_xmlrpc_sync.php is starting. 
 that becouse its not have a check for that and runs everytime 

 /usr/local/etc/rc.d/varnish.sh: 
 <pre> 
 /usr/local/bin/php -q -d auto_prepend_file=config.inc <<ENDOFF 
 <?php 
         require_once("globals.inc"); 
         require_once("functions.inc"); 
         require_once("pkg-utils.inc"); 
         require_once("varnish.inc"); 
         sync_package_varnish(); 
         #varnish_start(); 

 ?> 
 ENDOFF 
 </pre>

Back