• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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