How do I manage my main domain through ispcp? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: How do I manage my main domain through ispcp? (/thread-4150.html) |
How do I manage my main domain through ispcp? - pgentoo - 08-31-2008 12:50 PM So say I run my company website on http://www.company.com, and I configure ispcp to run on http://my.company.com. When I setup ispCP I get a bind zone created for /var/bind/my.company.com.db. I also get the corresponding apache conf to host the website. Now say I want to manage all my other subdomains for *.company.com. I.e., http://www.company.com, etc. Run email for this domain, databases, backups, etc... What is the best way to manage this domain. Can I just add it as a client domain and go from there, or will this conflict with the initial stuff ispcp sets up for my.company.com? I really need to get this figured out for a migration this weekend, so please reply back if you have a good understanding of this. Thanks! -pgentoo RE: How do I manage my main domain through ispcp? - pgentoo - 09-01-2008 03:49 AM Anyone have any comments on this? I really need to have a stragety for this today.... Thanks! RE: How do I manage my main domain through ispcp? - Zothos - 09-01-2008 07:58 PM just add a client with the domain company.com RE: How do I manage my main domain through ispcp? - pgentoo - 09-02-2008 04:23 AM But then we have conflicting dns zones? comany.com.db and my.company.com.db now have some of the same data... RE: How do I manage my main domain through ispcp? - aseques - 09-02-2008 11:42 PM What I did in my case was to disable from named.conf the domain of the control panel. So now, I can create example.com as a customer with everything I need. Then you can create the admin.example.com as a subdomain in example.com The control panel will open the admin page just fine since it's first in apache virtualhosts. |