576df0
# Layout used in Fedora httpd packaging.
576df0
<Layout Fedora>
576df0
    prefix:        /etc/httpd
576df0
    localstatedir: /var
576df0
    exec_prefix:   /usr
576df0
    bindir:        ${exec_prefix}/bin
576df0
    sbindir:       ${exec_prefix}/sbin
576df0
    libdir:        ${exec_prefix}/lib
576df0
    libexecdir:    ${exec_prefix}/libexec
576df0
    mandir:        ${exec_prefix}/man
576df0
    sysconfdir:    /etc/httpd/conf
576df0
    datadir:       ${exec_prefix}/share/httpd
576df0
    installbuilddir: ${libdir}/httpd/build
576df0
    errordir:      ${datadir}/error
576df0
    iconsdir:      ${datadir}/icons
576df0
    htdocsdir:     ${localstatedir}/www/html
576df0
    manualdir:     ${datadir}/manual
576df0
    cgidir:        ${localstatedir}/www/cgi-bin
576df0
    includedir:    ${exec_prefix}/include/httpd
576df0
    runtimedir:    ${prefix}/run
576df0
    logfiledir:    ${localstatedir}/log/httpd
576df0
    statedir:      ${prefix}/state
576df0
    proxycachedir: ${localstatedir}/cache/httpd/proxy
576df0
</Layout>