void-packages/srcpkgs/apache/files/xbps.layout
Juan RP 09d9e87da8 apache: multiple changes to normalize www pkg rules.
- Switch system account to "_apache".
- Switch sysconfdir to "/etc/apache".
- Switch default webrootdir to "/srv/www/apache"
- Webroot files are installed to "/usr/share/apache/webroot".
- Create logdir and webrootdir in the runit script.
2016-05-01 09:12:04 +02:00

22 lines
799 B
Text

<Layout XBPS>
prefix:
exec_prefix: /usr
bindir: ${exec_prefix}/bin
sbindir: ${exec_prefix}/bin
libdir: ${exec_prefix}/lib
libexecdir: ${exec_prefix}/libexec/httpd
mandir: ${exec_prefix}/share/man
sysconfdir: /etc/apache
datadir: ${exec_prefix}/share/apache/webroot
installbuilddir:${datadir}/build
errordir: ${datadir}/error
iconsdir: ${datadir}/icons
htdocsdir: /srv/www/apache
manualdir: ${datadir}/manual
cgidir: ${htdocsdir}/cgi-bin
includedir: ${exec_prefix}/include/httpd
localstatedir: /var
runtimedir: ${localstatedir}/run/httpd
logfiledir: ${localstatedir}/log/httpd
proxycachedir: ${localstatedir}/cache/httpd
</Layout>