• 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.

500 internal server error PHP timeout

W

WouterRonline

Guest
Hi everybody,

I have the following problem:

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Plesk 9.5.5
Windows 2008 Server (web edition)
PHP safe mode: off
PHP max_execution_time: 30


PROBLEM DESCRIPTION AND STEPS TO REPRODUCE
When running a script that takes longer than 30 seconds, I get the 500 internal server error message and not the "normal" response (max execution time of 30 seconds is reached). Also, this message always appears after about 40 secondes. Also, after putting set_time_limit(3600); into the code this same results happen.

ACTUAL RESULT
Both with and without the set_time_limit code:

After about 40 seconds a 500 internal server error appears


EXPECTED RESULT
Without set_time_limit:

After 30 seconds a message will appear saying the 30 seconds max execution limit is reached.

With set_time_limit:

The full script runs with a max of the number of seconds set in the set_time_limit


ANY ADDITIONAL INFORMATION
I tried several things, but nothing seems to work. I'm looking for possible solutions or ideas to further investigate the problem (like some tips about logs to check).
 
Additional note: when switching from FastCGI to CGI, the problem is solved. So it has something to do with FastCGI. Are there any specific logs or settings for this protocol?
 
i have this problem too :(
Fast CGI or ISAPI not work
PHP 5.2.17 with ISAPI only show when i use phpinfo();
 
Can anyone help us? Maybe somebody from Parallels?

Just a simple answer can help us: Are there any FastCGI specific logs or settings?
 
Back
Top