Nameserver setup on 2 Plesk servers

http://forum.swsoft.com/showthread.php?t=38404&highlight=chroot 1.) MySQL Access Rights On your Plesk server: Create a MySQL user eg.: secondarydns Using phpmyadmin, grant this user the SELECT option only for the table domains of the psa database. Also for maximum security you should set the hostname from which this user will logon.

Plesk PHP.ini

Where can I find php.ini configuration file on the Plesk server. APPLIES TO: Plesk for Linux/Unix RESOLUTION Usually php.ini location is /etc/php.ini. And PHP modules *.ini files are placed in /etc/php.d. Also, you can find which configuration files are used by PHP using a script with phpinfo() function: <?php phpinfo(); ?> Open a page which …