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.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
Hi,
Every website have "plesk-stat" directory in "httpdocs"
Which is set to permission 0755 and Group and User set to root | root
Does this permission allow website FTP user to delete this folder? I just found out website FTP user can delete or rename this folder.
Thanks
Hi Justin,
I manually added
error_page 497 https://$host:$server_port$request_uri;
to the /etc/sw-cp-server/conf.d/plesk.conf file and restarted the server.
Regards,
PriyanA
Hi,
Upgraded New(Just after got it from Service Provider) Plesk 11.0.9 #59 VPS to 11.5.30 #19
Now I'm getting this error when i try to login to the panel without HTTPS
400 Bad Request
The plain HTTP request was sent to HTTPS port
nginx
How can i...
Thank you.
I think im going to create a file in /etc/nginx/conf.d/
and add,
proxy_read_timeout 600;
Restart nginx and see if its works for all the domains.
Thank you SergeyUgdyzhekov
Note to other readers of this thread. Please consider this SOLVED if i don't reply back in here :-)
Hi,
But i cant seem to find this "proxy_read_timeout"
All i have is the code below in /etc/nginx/nginx.conf
#user nginx;
worker_processes 1;
#error_log /var/log/nginx/error.log;
#error_log /var/log/nginx/error.log notice;
#error_log /var/log/nginx/error.log info;
#pid...
Thank you very much for your reply SergeyUgdyzhekov
PP11.0.9 | CentOS 6.4
Set max_execution_time 600 ---> | Service Plan > Edit Service Plan > PHP Settings
Set FcgidIOTimeout 600 | /etc/httpd/conf.d/fcgid.conf
What is the recommended and best way to Set Nginx, 504 Gateway Time-out...
SergeyUgdyzhekov Could you please double check on,
"You could setup php max_execution_time setting in Plesk (subscription level). Plesk automagically set the same value for nginx and fastcgi corresponding timeouts so you don't need additional actions with configuration files. "
set...
Hi,
Plesk 11.0.9 #53
CentOS 6.4
VPS
I have 2 Server IPs, one shared and one dedicated.
Now I have added more 5 Dedicated IP Addresses.
Server IP (Dedicated) - No Website.
Server IP (Shared) - 12 Sites
1st Dedicated - 1 Website
2nd Dedicated - 1 Website
3rd Dedicated - 1...
Having the same problem with Backup and Migration Manager tools since MU #52 update.
Newly Built VPS CentOS 6.4
---Tried Backup Manager---
Subscription without a database "Backup" work fine. guess it has something to do with the database.
not sure how to fix it or find the error...
Having the same problem with Backup and Migration Manager tools since MU #52 update.
Just don't leave the Migration Process hanging. Tried .. source server went down with too many contentions to MYSQL after awhile.
Hi JariT,
Thank you very much for sharing Plesk Policies.
My problem was with Posts, maybe cos im running Ngnix.
I still receive these "denied"s.
When creating a domain via panel,
type=AVC msg=audit(1369057813.317:587): avc: denied { read append } for pid=10167 comm="httpd"...
JariT Thank you for your reply.
I could fixed it. Ive posted how did i do it on
http://forum.parallels.com/showthread.php?287002-Plesk-11-%28CentOS-6_64bit%29-amp-SELinux-Working-Fine
Please add your ideas or correct,
Thank you very much for your reply Nicolay
for 3) I used, see if it is the right way to do it.
# semanage fcontext -a -t httpd_sys_content_t '/var/lib/php/session(/.*)'
also my audit.log log following "denied"
When creating a domain via panel,
type=AVC...
Here i will explain how did i do it,
hoping it will help someone looking for some extra security with SELinux.
Please correct me if i am wrong.
Special Thanks to Nikolay! (you will find on this forum :) )
Please Read this whole Thread before you making changes to your system...