• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

For everyone having problems installing 7.5.3 on FreeBSD-4.11

P

proserve

Guest
create a file named uname in /sbin with the following information

#!/bin/sh

case "$1" in

"-v")
echo "FreeBSD 4.10-STABLE #0: Tue May 10 15:45:13 CEST 2005 admin@servernaam:/usr/obj/usr/src/sys/servername"
;;
"-a")
echo "FreeBSD servernaam 4.10-STABLE FreeBSD 4.11-STABLE #0: Tue May 10 15:45:13 CEST 2005 admin@servernaam:/usr/obj/usr/src/sys/SERVERNAAM i386"
;;
"-s")
echo "FreeBSD"
;;
esac


Don't forget to remove /sbin/uname after the installation.
 
Don't forget to run :

/usr/local/psa/admin/bin/websvrmng -a

This is because horde is moved to another location.

and don't forget to restart the httpd deamon.
 
Ah yes.

I always forget to do this after an upgrade.
Thanks for the reminder.
 
Back
Top