Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
@mihaitha
Thanks for your input. Just a small addition. Manual changes to the domain's nginx configuration files will be overwritten each time any hosting settings are changed using the Plesk user interface. So it is recommended to use additional nginx directives for this as I mentioned in the...
Hello @Godehardt2003
As for
I got the same and it's caused by the fact gitea is running http by defaul, so I have HTTP://domain.com:3000 leading me to the app (gitea install page) in a docker container in Plesk
As for this
The root cause is in this Usage: Reverse Proxies - Docs . If you make...
Double-checked, you are right @Dave W . It should work as well. So, either set PHP handler served by Apache or disable Nginx if not needed (if both work, disabling Nginx is less preferable because Nginx still has its proxy benefits).
PHP handlers by Apache still involves Nginx as a proxy when it's enabled on the server which will ignore .htaccess. Simply selecting some PHP handler "served by Apache" would not be enough. That's why in my last reply I recommended explicitly disabling Nginx on the server.
To bring the sites...
I am not sure about the CloudFlare dashboard settings as I'm more about Plesk. For particular CloudFlare configurations, indeed, you need some assistance from someone who knows CloudFlare well.
However, from your goals I can say the following:
1) If you keep DNS management on CloudFlare side...
and this
still makes me think that the original configuration was not including Nginx and was working only with the Apache and proper .htaccess files on domains.
The mentioned additional configuration for Nginx usually is written in default CMS .htaccess files. But Nginx won't work with...
Hello,
The DNS misconfigurations are quite hard to investigate remotely due to many possible options which also can depend on the desired goals. Most probably, the mail delivery issue, in that case, is also related to the DNS (MX record) misconfiguration (the mail delivery between domains...
The absence of the part "served by nginx/served by Apache" in the PHP handler names means Nginx is disabled/not installed on the server. The "Apache & Nginx Settings" menu will be there anyway. In the current Plesk Obsidian for domains, it's in the "Domains -> example.com -> Hosting & DNS tab in...
Hello.
This looks like a misconfiguration in the chain PHP-Nginx-Apache. Try to use the article below as a base to check and make sure that both servers have the same configuration for the affected domains
1) in PHP Settings (whether the PHP handler served by Nginx or by Apache) and
2) in...
Hello @tutonn,
You see this error because .ttf (TrueType Font) is a font file format and it indeed is not supported for viewing or editing by Plesk's File Manager.
File Manager, currently, supports the following formats: text formats + image formats like .jpg, .jpg, .png, .bmp, .svg.
Though I...
Hi @EvannG1,
1) Nothing was changed on the server and the performance rapidly degraded
2) According to the process list top CPU consumers are the Apache processes
These 2 facts indeed make me think you are likely under DDoS attack
Consider checking this article, it's good at narrowing down the...