← Back to team overview

ius-coredev team mailing list archive

Re: [Question #198817]: Any interest in an apache 2.4 RPM that isn't an upgrade

 

Question #198817 on IUS Community Project changed:
https://answers.launchpad.net/ius/+question/198817

Joshua Rusch posted a new comment:
Gotcha, thanks.

Well, if you change your mind, here's the layout I used for where I put
stuff  :)

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

-- 
You received this question notification because you are a member of IUS
Core Development, which is an answer contact for IUS Community Project.