You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by tdavis <td...@davissoft.com> on 2008/03/13 15:47:12 UTC

[users@httpd] configure slackware layout

Sirs

 

I like the way slack does it - here is a layout for inclusion

 

#   slackware Apache path layout.

<Layout Slackware>

    prefix:        /usr/local/apache2

    exec_prefix:   ${prefix}

    bindir:        ${exec_prefix}/bin

    sbindir:       ${exec_prefix}/bin

    libdir:        ${exec_prefix}/lib

    libexecdir:    ${exec_prefix}/modules

    mandir:        ${prefix}/man

    sysconfdir:    /etc/httpd

    datadir:       /var/www

    installbuilddir: ${datadir}/build

    errordir:      ${datadir}/error

    iconsdir:      ${datadir}/icons

    htdocsdir:     ${datadir}/htdocs

    manualdir:     ${datadir}/manual

    cgidir:        ${datadir}/cgi-bin

    includedir:    ${prefix}/include

    localstatedir: /var

    runtimedir:    ${localstatedir}/run

    logfiledir:    ${localstatedir}/log/httpd

    proxycachedir: ${localstatedir}/proxy

</Layout>