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

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