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

Open Basedir / Path problems

C

CloneCommander

Guest
Hi!

I have a new server with Plesk 8 and migrated the user accounts from the old one running 7.5.4 - but in Plesk 8 @ SuSE the vhosts are at /srv/www, at 7.5.4 in /home/httpd - so the paths in all scripts are wrong...

to fix that i created a symbolic link from /home/httpd to /srv/www - int works for the moment, but if any script wants to write something there occurs an error - here an example:
open_basedir restriction in effect. File(/home/httpd/vhost.name/httpdocs/path/to/file) is not within the allowed path(s): (/srv/www/vhosts/vhost.name/httpdocs:/home/httpd:/tmp) in

as you see, i also allowed that path (/home/httpd) in the vhost http.include...

i know, i could change the paths to /srv/www - but there are many scripts from other people - if i have to do so i'll need a week ^^
 
Back
Top