• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. MisterU

    Plesk Auto Update broken

    Alex, it is known problem with yum 'priorities' plugin. Just disable plugin if you do not have any necessity to use it. Plesk does not require this yum plugin and their collaboration is not guaranteed.
  2. MisterU

    Plesk Auto Update broken

    Could you try to reproduce problem with disabled 'priorities' yum plugin?
  3. MisterU

    How to integrate slave DNS with Plesk

    Hello AlexKuklin, Plesk 11.5 does not have 'create' action for dns zone. It fixed in Plesk 12. As you can see in our example http://download1.parallels.com/Plesk/Doc/en-US/zip/plesk-extensions-sdk.zip (slave dns manager, Rndc.php, line #62) we perform create action if update action is fail.
  4. MisterU

    Plesk 12.0 Preview

    This problem was reported to corresponding team. Thank you for your feedback)
  5. MisterU

    How to integrate slave DNS with Plesk

    Hello, We have published an article about the 'Slave DNS' Plesk extension in our blog. We appreciate any comments. I hope that somebody will be inspired by this article and will create an extension, for example, for PowerDNS. P.S. Parallels does not provide technical support services for...
  6. MisterU

    Protect plesk panel 11.5 with htaccess(auth basic)

    Azurel, You can try to use next steps to get expected result: # Create /etc/sw-cp-server/conf.d/protect-plesk.inc with content: location / { auth_basic "Restricted"; auth_basic_user_file /etc/sw-cp-server/conf.d/passwd; } # Generate passwd file htpasswd -c...
  7. MisterU

    Plesk 11.5.x and Bug with https?

    MariuszS, It's normal and default behavior for all web servers. Plesk only setup own server default page. If you want to realize your case you need next steps: 1) Activate https for domain 2) add to .htaccess file rule 'redirect to http if https scheme present in request'.
  8. MisterU

    Plesk 11.5.x and Bug with https?

    Azurel, This KB is outdated and will be fixed soon. In PP11.5 both http/https use share docroot.
  9. MisterU

    How enable Nginx options for a domain via command line?

    HoracioS, I'm sure you need use command `plesk bin --update-web-server-settings domainXX.com ...` instead of `plesk bin --update domainXX.com ...`
  10. MisterU

    PosgreSQL root password

    Did you solve problem?
  11. MisterU

    Nginx, 504 Gateway Time-out

    PriyanA, proxy_read_timeout has default value '60'. According official documentation you can set it for all server and per vhost (http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_read_timeout). Create vhost_nginx.conf in conf directory of your domain with 'proxy_read_timeout 600;'...
  12. MisterU

    Nginx, 504 Gateway Time-out

    PriyanA, Sure you need set 'proxy_read_timeout' in nginx conf too
  13. MisterU

    Nginx, 504 Gateway Time-out

    PiryanA, My explanation related to PP11.5
  14. MisterU

    400 Bad Request on panel login

    I hope it will be fixed soon, bug#140973
  15. MisterU

    How to configure two servers Plesk 11.5 to work as primary and secondary namservers?

    You don't need Plesk on slave DNS server. Only BIND required. 1) Install extension in Plesk http://autoinstall.plesk.com/extensions/packages/slave-dns-manager-1.0-1.zip 2) Read extension help page. You will see common steps how to setup BIND on slave server. 3) Add your slave server on...
  16. MisterU

    AWStats: How to Disable Globally in Plesk 11

    You could completely remove awstats package from your server
  17. MisterU

    serving with gzip does not work correctly

    Could you provide us with additional info about your server? Plesk version, os arch, output of `apachectl -M`.
  18. MisterU

    11.5.30 Update #3 HTTP 500 error...

    Thank you for your report. This is known problem and it will be fixed in next MU (bug#139844)
  19. MisterU

    Plesk 11.5 - 502 bad gateway

    Do you have any related records in syslog? What is the size of you db?
  20. MisterU

    400 Bad Request on panel login

    This feature is unavailable in PP11.5 because PP was switched from lighthttpd to nginx webserver.
Back
Top