JonScheel
New Pleskian
I'm new to Plesk, having purchased a Windows VPS server through GoDaddy. This could be a simple fix and I'm just not seeing it due to my inexperience.
When a website is placed in "suspend" mode, the server throws up the 500 error instead of saying the site is down for maintenance (error 503). The logs are very unhelpful, merely saying that it tried to get a page and that it returned 500... and also tried to get a favicon.ico which also returned 500.
Here's what my IIS log has for each failed attempt...
#Fields: date time s-sitename s-computername s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs-version cs(User-Agent) cs(Cookie) cs(Referer) cs-host sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken
2017-07-13 21:29:59 W3SVC18 SRVR0 <serverIPaddress> GET / - 80 - <clientIP> HTTP/1.1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/59.0.3071.115+Safari/537.36 PHPSESSID=veq8m29ukbv3v4vf6olfs223q1 - <domainname> 500 50 33 1657 467 124
2017-07-13 21:29:59 W3SVC18 SRVR0 <serverIPaddress> GET /favicon.ico - 80 - <clientIP> HTTP/1.1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/59.0.3071.115+Safari/537.36 PHPSESSID=veq8m29ukbv3v4vf6olfs223q1 <domainname> 500 50 33 1657 464 31
So if I'm reading them right, 500.50 (sub status) is a rewrite error occurred in RQ_BEGIN_REQUEST notification handling. But I have no clue where to go to fix that or why it would be occurring.
Any help would be appreciated. Thanks in advance.
When a website is placed in "suspend" mode, the server throws up the 500 error instead of saying the site is down for maintenance (error 503). The logs are very unhelpful, merely saying that it tried to get a page and that it returned 500... and also tried to get a favicon.ico which also returned 500.
Here's what my IIS log has for each failed attempt...
#Fields: date time s-sitename s-computername s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs-version cs(User-Agent) cs(Cookie) cs(Referer) cs-host sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken
2017-07-13 21:29:59 W3SVC18 SRVR0 <serverIPaddress> GET / - 80 - <clientIP> HTTP/1.1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/59.0.3071.115+Safari/537.36 PHPSESSID=veq8m29ukbv3v4vf6olfs223q1 - <domainname> 500 50 33 1657 467 124
2017-07-13 21:29:59 W3SVC18 SRVR0 <serverIPaddress> GET /favicon.ico - 80 - <clientIP> HTTP/1.1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/59.0.3071.115+Safari/537.36 PHPSESSID=veq8m29ukbv3v4vf6olfs223q1 <domainname> 500 50 33 1657 464 31
So if I'm reading them right, 500.50 (sub status) is a rewrite error occurred in RQ_BEGIN_REQUEST notification handling. But I have no clue where to go to fix that or why it would be occurring.
Any help would be appreciated. Thanks in advance.