Where are the Apache web server configuration files? ==================================================== InterWorx Control Panel uses the standard Apache configuration file, located in .. code-block:: /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 .. code-block:: /etc/httpd/conf.d The file is named the same name as the domain in question with a .conf on the end. .. code-block:: /etc/httpd/conf.d/vhost_mydomain.com.conf