• 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.

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