Thanks for the responses, guys
I'm still dealing with the Linux learning curve.
I have figured out how to add additional IP's. I created this separate thread because my question is about how CWP handles Account/Domains that have been created with an IP address other than the Shared IP.
When I view a User Account, after creation, it does have the correct IP -- The one that I specified during account creation. My question is, why do I have to go back and manually change the IP address in the vhost file? I have to manually change it from the Shared IP to the one that is associated to the account.
Is this normal behavior? Also, every time you rebuild all vhosts files, they are all rebuilt with the Shared IP address so all previous manual edits are lost. I can understand the latter being normal behavior but what is the purpose of selecting an IP address for an account if you have to manually edit the vhost file?
Example:- My Shared IP address is: 192.168.1.10.
- I add 192.168.1.11 as an additional IP address and I select this as the IP for a particular User Account/mysite.com.
- The website is not accessible. I get the main landing page because the vhost file for mysite.com contains the following:
- <VirtualHost 192.168.1.10:80>
- It should be: <VirtualHost 192.168.1.11:80>