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

Search results

  1. P

    Plesk Panel 11.0.9 | "plesk-stat" directory in "httpdocs" permission

    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
  2. P

    After Upgrade Plesk 11.0.9 #59 to 11.5.30 #19 Error "400 Bad Request"

    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
  3. P

    After Upgrade Plesk 11.0.9 #59 to 11.5.30 #19 Error "400 Bad Request"

    Thank you Igor. with, /etc/sw-cp-server/conf.d/plesk.conf server { listen 8443 ssl; listen 8880; include conf.d/*ipv6_ports.inc; ssl_certificate /usr/local/psa/admin/conf/httpsd.pem; ssl_certificate_key /usr/local/psa/admin/conf/httpsd.pem; include conf.d/*plesk.inc; include...
  4. P

    After Upgrade Plesk 11.0.9 #59 to 11.5.30 #19 Error "400 Bad Request"

    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...
  5. P

    Nginx, 504 Gateway Time-out

    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 :-)
  6. P

    Nginx, 504 Gateway Time-out

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

    Nginx, 504 Gateway Time-out

    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...
  8. P

    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...
  9. P

    When nginx running more than 1 IP point to 1 Domain name

    anyone knows how to fix this?
  10. P

    When nginx running more than 1 IP point to 1 Domain name

    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...
  11. P

    No backup after update #52

    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...
  12. P

    No backup after update #52

    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.
  13. P

    No backup after update #52

    Same Problem. Have anyone tried "Migration Manager" after Microupdate #52? Migration process starts, but never completes.
  14. P

    SElinux breaking IMAP-connectivity

    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"...
  15. P

    Plesk 11 (CentOS 6_64bit) & SELinux Working Fine!

    Thank you!! Nikolay everything seems to working fine
  16. P

    SElinux breaking IMAP-connectivity

    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,
  17. P

    Plesk 11 (CentOS 6_64bit) & SELinux Working Fine!

    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...
  18. P

    Plesk Panel 11 for Linux (CentOS 6) & SELinux

    Posted @ http://forum.parallels.com/showthread.php?287002-Plesk-11-%28CentOS-6_64bit%29-amp-SELinux-Working-Fine!. Please correct me if im wrong!
  19. P

    Plesk 11 (CentOS 6_64bit) & SELinux Working Fine!

    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...
Back
Top