ispCP - Board - Support
How change FQDN domain - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: How change FQDN domain (/thread-5217.html)



How change FQDN domain - reloaded - 12-21-2008 10:03 PM

Good morning all.
I want to change my old FQDN domain. I've just edited /etc/hosts, /etc/proftpd/proftpd.conf and the mysql table of ispcp.
Is there any remaining operation that i will do?
Thanks.


RE: How change FQDN domain - Knut - 12-21-2008 10:43 PM

try
Code:
grep -iR old_fqdn /etc

I think at /etc/postfix/main.cf you must change something.


RE: How change FQDN domain - joximu - 12-21-2008 10:45 PM

and the apache config - if also the ispcp-URL should change...

/J


RE: How change FQDN domain - RatS - 12-21-2008 11:31 PM

write a ticket for 1.1.0, we should implement a function to change the FQDN for the panel.


RE: How change FQDN domain - reloaded - 12-21-2008 11:32 PM

How can I edit and substitute quickly every files?


RE: How change FQDN domain - joximu - 12-21-2008 11:35 PM

with sed for example...


RE: How change FQDN domain - reloaded - 12-21-2008 11:43 PM

Ok thanks!


RE: How change FQDN domain - joximu - 12-21-2008 11:48 PM

but maybe you don't have so much places to replace it - I'd make a grep and then use the editor... :-)

/J