mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
623ae46141
This is a squash of the following cherry-picked commits:14f4f0bef04e6bdd8a49c8aba5113b2d188fd37f31e0d618e539e68309e8a1472254dbd6476f30bb258967b0d2e94a08298e6bd63d24f066bb68a7b6d44ad09fcdShort summary: - version is bumped to 2.4.41 - httpd is renamed to apache2 to avoid overwriting of other servers (for instance busybox's httpd) - the name apache2 is now also used for directories, for instance /etc/apache2 instead of /etc/apache - a simple init script it added (/etc/init.d/apache2) - a user "apache" is added upon package installation and used by default - adds the Apache modules (in the main package as well as in additional packages) - Makefile and patches are updated and cleaned - adds myself as maintainer - improves the cross-compile setup (via configure variables, patches & sed scripts) - apxs is fixed up so that external modules can be added easily For more details please check the individual commits provided above. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
25 lines
782 B
Plaintext
25 lines
782 B
Plaintext
|
|
<Layout OpenWrt>
|
|
prefix: /usr
|
|
exec_prefix: ${prefix}
|
|
bindir: ${prefix}/bin
|
|
sbindir: ${prefix}/sbin
|
|
libdir: ${prefix}/lib
|
|
libexecdir: ${prefix}/lib+
|
|
mandir: ${prefix}/share/man
|
|
sysconfdir: /etc+
|
|
datadir: ${prefix}/share+
|
|
installbuilddir: ${datadir}/build
|
|
errordir: ${datadir}/error
|
|
iconsdir: ${datadir}/icons
|
|
htdocsdir: ${datadir}/htdocs
|
|
manualdir: /usr/share/doc/apache2/manual
|
|
cgidir: ${datadir}/cgi-bin
|
|
includedir: ${prefix}/include+
|
|
localstatedir: /var
|
|
runtimedir: ${localstatedir}/run+
|
|
logfiledir: ${localstatedir}/log+
|
|
proxycachedir: ${localstatedir}/cache/apache2
|
|
</Layout>
|
|
|