SYMPTOMS
In sitebuilder error log file ( for example, /var/log/httpd/sitebuilder_error.log ) following messages exist:[Tue Apr 29 22:47:59 2008] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: php5, referer: http://sitebuilder.domain.tld/Admin/Site/Form
[Tue Apr 29 22:49:59 2008] [warn] [client xxx.xxx.xxx.xxx] Timeout waiting for output from CGI script /opt/php52/cgi-bin/php5, referer: http://sitebuilder.domain.tld/Admin/Site/Form
RESOLUTION
Try to increase 'Timeout' directive in httpd.conf file (apache configuration file), restart apache service and make publication one more time.For example, /etc/httpd/conf/httpd.conf:
# Timeout: The number of seconds before receives and sends time out.
Timeout 240