• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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