local php.ini

hi
so i finally have my original httpd back with suexec and mod_fcgi

the current domains seems to be alright.

in the server template I have added the open_basedir directive when i create a new domain it is visible in the of apache however it doesn't listen to it.

I need to get it into the /home/etc/php5/php.ini somehow.
How can I do this through virtualmin server template?

example site i made:

SuexecUserGroup "#501" "#501"
ServerName standard.izihost.eu
ServerAlias www.standard.izihost.eu
DocumentRoot /home/standard.izihost.eu/public_html
ErrorLog /home/standard.izihost.eu/logs/error_log
CustomLog /home/standard.izihost.eu/logs/access_log combined
ScriptAlias /cgi-bin/ /home/standard.izihost.eu/cgi-bin/
DirectoryIndex index.html index.htm index.php index.php4 index.php5

Options Indexes IncludesNOEXEC FollowSymLinks ExecCGI
allow from all
AllowOverride All
AddHandler fcgid-script .php
AddHandler fcgid-script .php5
FCGIWrapper /home/standard.izihost.eu/fcgi-bin/php5.fcgi .php
FCGIWrapper /home/standard.izihost.eu/fcgi-bin/php5.fcgi .php5

allow from all

php_admin_value memory_limit 32M
php_admin_value enable_dl Off
php_admin_value magic_quotes_gpc On
php_admin_value open_basedir /standard.izihost.eu:/tmp:/usr/lib/php:/usr/share/pear
RemoveHandler .php
RemoveHandler .php5
IPCCommTimeout 31

Status: 
Closed (fixed)