Hello! How I can configure Vhosts_ispconfig.conf? I want to add this directive to each user in vhost_config.conf Code: <IfModule mod_php5.c> php_admin_value open_basedir "/var/www/web3/:/tmp/" </IfModule> When I do this, after some time this file becomes as default without my modifications. Thnks.
Add the code in the apache directives field of the websites instead. Do not modify Vhosts_ispconfig.conf manually.
where I can find this file? I need to add this directive to each client. For exmp: for web3 client: Code: <IfModule mod_php5.c> php_admin_value open_basedir "/var/www/web3/:/tmp/" </IfModule> for web5 client: Code: <IfModule mod_php5.c> php_admin_value open_basedir "/var/www/web5/:/tmp/" </IfModule> P.S. I have Ubuntu 10.04.1 and ISPConfig2 final.
On the "Basis" tab of each web site in ISPConfig 2, you can find a text area called "Apache Directives" where you can put your custom directives.