Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Apache Templates differences
Re: Apache Templates differences
Use right basedir ;-)pandabb wrote:Hi guys can i add this line on basedir template
I cant upload images in wordpress while using basedir, so i compared the templates i think i need to add that piece of code to the base dir tempalte to have a tmp folder?
Thanks!
Code: Select all
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
#php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain%"
Re: Apache Templates differences
This code:pandabb wrote:Hi guys can i add this line on basedir template
php_admin_value upload_tmp_dir %home%/%user%/tmp
Code: Select all
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Re: Apache Templates differences
thanks i will do this : )
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Re: Apache Templates differences
You're welcome ;-)pandabb wrote:thanks i will do this : )