• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Recent content by behrouz

  1. behrouz

    Issue I lost access to control panel

    AND fix_cp_server_dh() { echo "---> Fix Plesk Panel web service" get_product_version # Fix cp-server (lighthttpd) if [ "$product_major_version" -eq 11 ]; then cfg="/usr/local/psa/admin/conf/ssl-conf.sh"...
  2. behrouz

    Issue I lost access to control panel

    AND fix_nginx_dh() { echo "---> Fix SSL configuration for nginx web server..." nginx_pool_d="/etc/nginx/plesk.conf.d" vhost_cfg_default_d="$psa_d/admin/conf/templates/default" vhost_cfg_custom_d="$psa_d/admin/conf/templates/custom" ssl_cfg_list="...
  3. behrouz

    Issue I lost access to control panel

    AND fix_courier_v3() { echo "---> Fix SSL accessible protocols for courier-imap mail server" cfg_list="/etc/courier-imap/imapd-ssl /etc/courier-imap/pop3d-ssl" flag=0 for cfg in $cfg_list; do [ -f "$cfg" ] || continue do_backup...
  4. behrouz

    Issue I lost access to control panel

    AND get_courier_version() { courier_version="`imapd --version | awk '{print $2}' | awk -F '/' '{print $1}'`" courier_major_version="`echo $courier_version | awk -F '.' '{print $1}'`" courier_minor_version="`echo $courier_version | awk -F '.' '{print $2}'`" }...
  5. behrouz

    Issue I lost access to control panel

    @Integrator this patch contains these settings, i managed to roll back some of them. but still i can't access my panel #!/bin/sh # -*- vim:ft=sh # rev. 0.1 die() { echo "$*" exit 1 } service_restart() { cmd="$1" need_restart="$2" [ "$need_restart" = "1" ] && $cmd...
  6. behrouz

    Issue I lost access to control panel

    hi I ran this file on the server to solve probable SSL problems. (The file that is mentioned in this address). Now I lost access to control panel. please help me. https://support.plesk.com/hc/en-us/articles/213950205 how can i restore the backups that the patch file has created //The page...
  7. behrouz

    Resolved How to Disable SSLv3 and TLSv1

    I ran this file on the server to solve probable SSL problems. (The file that is mentioned in this address). Now I lost access to control panel. please help me. https://support.plesk.com/hc/en-us/articles/213950205
Back
Top