RESOLUTION
On Sitebuilder server increase apache timeout and maximum scripts execution time in configuration files of apache and Sitebuilder PHP./etc/httpd/conf/httpd.conf
..............
# Timeout: The number of seconds before receives and sends time out, in seconds
Timeout 1200
..............
/opt/php52/etc/php.ini
..............
max_execution_time = 3600 ; Maximum execution time of each script, in seconds
..............
Additional information
Location of Sitebuilder PHP configuration file may differ on other operating systems, you may get location of the file with help of sb_config.~# sb_config --help | grep php
--phpcli_path PHP CLI executable [/opt/php52/bin/php5]
--phpcgi_path PHP CGI executable [/opt/php52/cgi-bin/php5]
~#
~# find /opt/php52 -name php.ini
/opt/php52/etc/php.ini
~#
You need configuration file of PHP CGI to perform the change in.
Keywords: publishing modules