M 
		
				
			
		mada@
Guest
I'm currently running Plesk 7.6 on a Windows 2003 Godaddy Virtual Dedicated Server. Whenever I add, modify or delete a domain or subdomain my server dies and looses the ability to resolve domains.
The system automatically edits named.conf (in C:\SWSoft\Plesk\dns\etc) and adds the following line of code at the top:-
	
	
	
		
In order to get the server to come back online I have to delete or comment out the include line then restart plesk. Obviously this is driving me insane and I would love to resolve it. Here are the files in question (when the server is working):-
named.conf
	
	
	
		
named.user.conf (Which the code the system adds includes)
	
	
	
		
Does anyone have any ideas?

				
			The system automatically edits named.conf (in C:\SWSoft\Plesk\dns\etc) and adds the following line of code at the top:-
		Code:
	
	include "C:\SWSoft\Plesk\dns\etc\named.user.conf";In order to get the server to come back online I have to delete or comment out the include line then restart plesk. Obviously this is driving me insane and I would love to resolve it. Here are the files in question (when the server is working):-
named.conf
		Code:
	
	key "rndc-key" {
	algorithm hmac-md5;
	secret "q3WX4YxhrNF9F/WECMlYiA==";
};
acl common-allow-transfer {
		none;
		};named.user.conf (Which the code the system adds includes)
		Code:
	
	options{ 
allow-recursion	 {localnets; }; 
};Does anyone have any ideas?
 
 
		 
 
		 
 
		 
 
		