<code>httpd.conf</code> controls how the server behaves, at the bottom of the file it has directives to include configuration files ending in .conf in <code>/etc/apache2/modules.d</code> and <code>/etc/apache2/vhosts.d</code>
=== Php ==
==== DSO / mod_php ====
{{file|name=/etc/conf.d/apache2|lang=|desc=enable php dso module|body=
"... -D PHP5"
}}
== Service ==