• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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