Search notes:

XAMPP installation directory: apache/conf/httpd.conf

XAMPP's apache/conf/httpd.conf file seems to be mostly a rather standard httpd.conf file.

Include directives

Some Include directives…
Settings specific to XAMPP:
Include "conf/extra/httpd-xampp.conf"
SSL is enabled with the include directive
Include "conf/extra/httpd-ssl.conf"

Index