PDA

View Full Version : Save modification DNS


mccharlet
29th September 2007, 19:19
Hi,

I want change a ip address on a record with a php script

1. I have changed ip address for my host
2. I have changed the status on my dns domain (satus = n)

But can't execute the writeconf.php for save my new configuration

till
30th September 2007, 14:38
If you want to change a record, you must set the status = 'u' => Update and not 'n' => New. Then you must create a empty file: /home/admispconfig/ispconfig/.run

But instead of modifying the database, you should use the remoting framework instead.