Results 1 to 4 of 4

Thread: Multiple Domains, Multi IP's, One Account, One Home Folder

  1. #1
    Member Stuff4Toys's Avatar
    Join Date
    Oct 2008
    Location
    Wisconsin
    Posts
    17

    Smile Multiple Domains, Multi IP's, One Account, One Home Folder

    The title pretty much sums up the project.
    Multiple Domains, Multi IP's, One Account, One Home Folder

    This is for a corporate eCommerce site, not reselling or affiliating.

    I have a project that requires multi IP's & SSLs with One set of data. Each domain will have it's own ip address and SSL, but share the same document root. And I would like to manage the whole mess from one cPanel login.

    I need to do something like this:

    One Account & cPanel login name (let's call it "name")
    www.domain1.com ip.address.1 /home/name/public_html/
    www.domain2.com ip.address.2 /home/name/public_html/
    www.domain3.com ip.address.3 /home/name/public_html/
    www.domain4.com ip.address.4 /home/name/public_html/

    Thanks
    JOhn ><>
    Last edited by Stuff4Toys; 01-21-2009 at 04:38 PM.
    JMDualPro - Marine and Sports Battery Chargers
    JMKerusso - Quality Kerusso Christian Wear
    Stuff4Toys - Stuff for your Boat

  2. #2
    Member Stuff4Toys's Avatar
    Join Date
    Oct 2008
    Location
    Wisconsin
    Posts
    17

    Red face

    It looks like I have had a few lookers at this topic, but no takers yet.

    I have studdied my httpd.conf carefully and noticed that I can add paramaters to the apache servers startup by adding to the post_virtualhost_2.conf file.

    I understand that this negates the control from cPanel but I will not need to use mail or other services for these domains.

    Can I just duplicate the current entries I see for my primary domains
    Code:
    <VirtualHost xxx.xxx.xxx.1:80>
    and
    Code:
    NameVirtualHost xxx.xxx.xxx.1:443
    sections? Replacing the ip address and domain names in the appropriate sections, using the same usegroup names?

    ???
    JOhn ><>
    JMDualPro - Marine and Sports Battery Chargers
    JMKerusso - Quality Kerusso Christian Wear
    Stuff4Toys - Stuff for your Boat

  3. #3
    Member Stuff4Toys's Avatar
    Join Date
    Oct 2008
    Location
    Wisconsin
    Posts
    17

    Default

    Ya, YA, Ya
    After reading http://www.cpanel.net/support/docs/e...irectives.html
    I have a little better understanding of how this works.

    Can I create OVERRIDES with this method?

    If the httpd.conf says that the path to a document root is:
    /home/name/public_html/domain1

    Can I override this directive my placing in the post_virtualhost the same ip address:
    Code:
    <VirtualHost xxx.xxx.xxx.1:80>
        ServerName domain1.com
        DocumentRoot /home/name/public_html
    Will this override the previous and use the new info instead?

    That would be cool.
    JOhn ><>
    JMDualPro - Marine and Sports Battery Chargers
    JMKerusso - Quality Kerusso Christian Wear
    Stuff4Toys - Stuff for your Boat

  4. #4
    Member Stuff4Toys's Avatar
    Join Date
    Oct 2008
    Location
    Wisconsin
    Posts
    17

    Default

    Quote Originally Posted by Stuff4Toys View Post
    The title pretty much sums up the project.
    Multiple Domains, Multi IP's, One Account, One Home Folder

    This is for a corporate eCommerce site, not reselling or affiliating.

    I have a project that requires multi IP's & SSLs with One set of data. Each domain will have it's own ip address and SSL, but share the same document root. And I would like to manage the whole mess from one cPanel login.

    I need to do something like this:

    One Account & cPanel login name (let's call it "name")
    www.domain1.com ip.address.1 /home/name/public_html/
    www.domain2.com ip.address.2 /home/name/public_html/
    www.domain3.com ip.address.3 /home/name/public_html/
    www.domain4.com ip.address.4 /home/name/public_html/

    Thanks
    JOhn ><>
    I am still trying to figure out how to do this. Anyone here willing to help me get a clue?

    JOhn ><>
    JMDualPro - Marine and Sports Battery Chargers
    JMKerusso - Quality Kerusso Christian Wear
    Stuff4Toys - Stuff for your Boat

Similar Threads

  1. Account copy, move everything but home folder?
    By Karabaja in forum cPanel & WHM Discussions
    Replies: 4
    Last Post: 06-08-2009, 07:47 PM
  2. Linking an account to a home folder
    By vbtweb in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 06-06-2009, 02:22 AM
  3. Multiple Domains / One Account
    By grayloon in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 11-05-2007, 01:43 PM
  4. Multiple domains for one account
    By jbwiv in forum cPanel & WHM Discussions
    Replies: 7
    Last Post: 12-07-2005, 12:20 PM
  5. multiple domains under the same account
    By webraptor in forum cPanel & WHM Discussions
    Replies: 9
    Last Post: 03-03-2005, 05:43 PM