• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Internal Server Error

S

Steven - TSC

Guest
We have one site that gives an error when we try to Publish it.
Publishing with all other sites works fine but since this is the biggest site with a lot of pictures it seems it takes longer and we get a timeout. (500 Internal Server Error)

It's always after about 30 seconds so it seems a time-out setting.

The /var/log/httpd/sitebuilder_error.log gives me:
Premature end of script headers: php5, referer: http://sitebuilderdomain/Admin/Site/Form

Error looks like described in http://kb.odin.com/en/5373
In order to fix the issue I modified the "Timeout" value till 600, but the issue didn't fix.

Are there some other timeout settings for the SiteBuilder that I can modify ?

Best Regards,
Steven
 
Do not forget to restart apache service on publication side so changes take affect.
Are you saying that it is always 30 sec. when you get this error in log after starting publication?

There could be also some configuration limits in FTP on publication side. Try to check FTP logs for additional messages.
 
We restarted Apache several times, even rebooted the system but same error

sitebuilder_error.log
[Thu Feb 12 12:58:01 2009] [error] [client 193.21.126.197] Premature end of script headers: php5, referer: http://sitebuilder.Domain/Admin/Site/Form
(nothing about a time out in this error log)

/var/log/messages
Feb 12 12:57:36 *** proftpd[26885]: ***.be (IP_nr[IP_nr]) - FTP session opened.
Feb 12 12:57:36 *** proftpd(pam_unix)[26885]: session opened for user username by (uid=0)

/var/log/secure
Feb 12 12:57:34 *** proftpd[26882]: *** (IP_nr[IP_nr]) - USER username: Login successful.
Feb 12 12:57:34 *** proftpd[26882]: *** (IP_nr[IP_nr]) - Preparing to chroot to directory '/var/www/vhosts/domainname'
Feb 12 12:57:35 *** proftpd[26882]: *** (IP_nr[IP_nr]) - using sendfile capability for transmitting data
Feb 12 12:57:35 *** proftpd[26882]: *** (IP_nr[IP_nr]) - FTP session closed.
Feb 12 12:57:36 *** proftpd[26885]: *** (IP_nr[IP_nr]) - USER username: Login successful.
Feb 12 12:57:36 *** proftpd[26885]: *** (IP_nr[IP_nr]) - Preparing to chroot to directory '/var/www/vhosts/domainname'
Feb 12 12:58:01 *** proftpd[26885]: *** (IP_nr[IP_nr]) - FTP session closed.

proftpd.conf
TimeoutNoTransfer 900
TimeoutIdle 1800

Verify location gives me "The specified site location has been checked. Publishing is available."
 
Do you see any messages in FTP server log? Also, could you check apache error log on publication site and find any messages related to issued domain?
 
No nothing to see in the access_log, error_log or xferlog_regular of this domain.

Only the Premature end of script headers in the sitebuilder_error.log
 
Back
Top