modifcation template vhost
This commit is contained in:
parent
cdbb8450f4
commit
a74be896c0
|
@ -5,7 +5,7 @@
|
||||||
SetEnv LOGIN "%%UID%%-%%LOGIN%%"
|
SetEnv LOGIN "%%UID%%-%%LOGIN%%"
|
||||||
|
|
||||||
<Directory "%%document_root%%">
|
<Directory "%%document_root%%">
|
||||||
php_admin_value open_basedir "%%account_root%%:/usr/share/php/:/var/alternc/tmp:/tmp"
|
php_admin_value open_basedir "%%account_root%%:/usr/share/php/"
|
||||||
php_admin_value upload_tmp_dir %%document_root%%/tmp
|
php_admin_value upload_tmp_dir %%document_root%%/tmp
|
||||||
php_admin_value sendmail_path '/usr/lib/alternc/sendmail '
|
php_admin_value sendmail_path '/usr/lib/alternc/sendmail '
|
||||||
Options +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
|
Options +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
|
|
Loading…
Reference in New Issue