• 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

httpdocs/tmp

V

vbslim

Guest
Hello all, I have a quick question...

While installing a program (gallery)

I was asked to provide a tmp dir,
Being plesk has base_directory enabled
to /home/httpd/vhosts/me/httpdocs/tmp
I put this in... well the script didnt like that and
asked me to chown it to apache:apache
or chmod it to 777......

neither option I liked.....

Which is the prefered method for you experenced plesk users using gallery.

I put the netpbm's in me/tmp and all is well
though I noticed that its owned by root which I dont like either but.....

Thanks for any and all replies

vbslim

plesk 7.5 reloaded
fedora rc2
no installer for programs (just me)
 
The open_basedir is 2 directories .. not ONE (you are overlooking the ':' character).

So it's :

/home/httpd/vhosts/me/httpdocs
AND
/tmp

and not /home/httpd/vhosts/me/httpdocs/tmp.

So in your Gallery tempdir ... just fill in '/tmp'

That should be the way.
 
Back
Top