Hi all
I am new to DirectAdmin and currently running it on a VPS. I am the only user (admin) and have 4 ip's. 1 is obviously server ip and other 3 are running 1 site each. Problem is I can only get the domains to resolve by adding a vhost entry to httpd.conf.
<VirtualHost xxx.xx.xxx.xxx:80>
ServerName xxx.xx.xxx.xxx
DocumentRoot /home/admin/domains/xxxxxxx/public_html
</VirtualHost>
All the sites have the correct IP's allocated. How can I get around having to add the vhost entry for each domain? I want to run various domains per ip so the current solution wont work
Thanks
I am new to DirectAdmin and currently running it on a VPS. I am the only user (admin) and have 4 ip's. 1 is obviously server ip and other 3 are running 1 site each. Problem is I can only get the domains to resolve by adding a vhost entry to httpd.conf.
<VirtualHost xxx.xx.xxx.xxx:80>
ServerName xxx.xx.xxx.xxx
DocumentRoot /home/admin/domains/xxxxxxx/public_html
</VirtualHost>
All the sites have the correct IP's allocated. How can I get around having to add the vhost entry for each domain? I want to run various domains per ip so the current solution wont work
Thanks