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

Issue Subdomain not working

Clericer

New Pleskian
Hey, im using Plesk since 4 years and im happy how easy it is to use, but i run into some issues since the beginning.
Sometimes when i change subdomains, like chaning php valius or update certificates or change the php version.
Randomly subdomains stop working (not the one i changed, most times another random subdomain).

I have no php errors or warnings, no problems in any logfiles but the subdomain is not responding anymore.
In the most cases, the last years i could resolve the issue by disableing the subdomain and reenable it, but since the latest update this is not resolving the issue allways.
Now i sometimes have to delete the subdomain. (Apache and Plesk restarting do not fix the problem, server reboot fix it in some cases)
I realy need help, dns lookup returns the same server for the primary and the subdomains, even if the subdomain is not reachable.

When the issue appears the subdoain page is loading forever and not responding, no default plesk Page and no message about domain not reachable.

Server Version: Ubuntu 18.04.2 LTS
Plesk: Plesk Obsidian 18.0.35,

I allways hoped the next Plesk update will fix this issue but it seemes to appear more often.
I'm happy about any help.
 
Do you have the 'Apache graceful restart' option enabled?
Schermafbeelding 2021-08-30 om 21.46.19.png

I am not sure if this is the cause of your issue (or whether it will solve your issue).
 
@elecboy Ping works, and all other subdomains as well. Only the page is not showing.
I do not use a proxy, no reverse nginx or some like this.

@Rasp Thank you this is a great tip. Apache graceful restart is not activated, do i have to?
 
Hey, guys.
Thank you for the many answers and support.
But it occured again. It seems that this is most times the same subdomain. But still without any usefull logging information.
I fixed all PHP bugs i could find on the subdomain, and activated Apache graceful.
But this morning the subdomain wasn't reachable again, the browser loading icon is spinning forever.

I activated and deactivated the domain, still no luck.
I renewed the letsencrypt certificita still not luck.
I deleted the subdomain and recreated it, and now its working again.

It is driving me crazy our customers are mad about it and me too.
How is it possible that a subdomain stops beeing reachable without any reason,
DNS is correct, Certificat is active and valid, and the subdomain is in plesk and active, and nobody did any changes on the server since 2 Weeks.
All other subdomains are working normal.
I realy hope somebody has any idea, how to start a logging or get into this issue.
 
Hey, guys.
Thank you for the many answers and support.
But it occured again. It seems that this is most times the same subdomain. But still without any usefull logging information.
I fixed all PHP bugs i could find on the subdomain, and activated Apache graceful.
But this morning the subdomain wasn't reachable again, the browser loading icon is spinning forever.

I activated and deactivated the domain, still no luck.
I renewed the letsencrypt certificita still not luck.
I deleted the subdomain and recreated it, and now its working again.

It is driving me crazy our customers are mad about it and me too.
How is it possible that a subdomain stops beeing reachable without any reason,
DNS is correct, Certificat is active and valid, and the subdomain is in plesk and active, and nobody did any changes on the server since 2 Weeks.
All other subdomains are working normal.
I realy hope somebody has any idea, how to start a logging or get into this issue.
I would like to attache something i found today, its a different type of Problem but maybe all of these are creating this issue.
I cant find a solution for this errors.
Apache stops rendering sometimes, its the same strange behaviour, the page stops working and when i view the sourcecode of the page it stopped rendering in the middle (anywhere) in the php code, and only the half page is submitted. When this error occures i get this 2 Error messages in plesk error.log

Code:
AH01386: Zlib error -2 deflating data ((null))
(20014)Internal error (specific information not available):
AH01075: Error dispatching request to : (passing brigade to output filters)

But this is alsow completely random, but when it occures then allways on one single page, not at all pages.
 
I would like to attache something i found today, its a different type of Problem but maybe all of these are creating this issue.
I cant find a solution for this errors.
Apache stops rendering sometimes, its the same strange behaviour, the page stops working and when i view the sourcecode of the page it stopped rendering in the middle (anywhere) in the php code, and only the half page is submitted. When this error occures i get this 2 Error messages in plesk error.log

Code:
AH01386: Zlib error -2 deflating data ((null))
(20014)Internal error (specific information not available):
AH01075: Error dispatching request to : (passing brigade to output filters)

But this is alsow completely random, but when it occures then allways on one single page, not at all pages.
i Could fix the second issue by adding:
Code:
zlib.output_compression=off
output_buffering = On
to the php settings of the subdomains.

But the first initial question still exists.
 
Back
Top