I loaded the IP of my server when I got it and it showed a default InterWorx page but now it shows one of my domains and each IP shows a different one. What’s up?
November 14, 2012Where are the DNS Zone Files?
November 14, 2012
Where are the apache web server configuration files?
InterWorx Control Panel uses the standard Apache configuration file, located in
/etc/httpd/httpd.conf
This file controls some server wide variables, however this file may be overwritten during an update so if you edit it make sure to keep a backup copy for your reference.
Each domain is controlled through a virtual host file located in
/etc/httpd/conf.d
The file is named the same name as the domain in question with a .conf on the end.
e.g /etc/httpd/conf.d/vhost_mydomain.com.conf