I'm a newbie with Apache configurations. I need to migrate a web tool running on Linux SUSE with Apache 2 to Ubuntu. It is currently using an external httpd.conf located in some other place on the machine, set as APACHE_HTTPD_CONF variable in /etc/sysconfig/apache2. It looks like there is no /etc/sysconfig/apache2, and also no APACHE_HTTPD_CONF variable in any of the files in /etc/apache2/ on Ubuntu.
How can I configure it correctly?