Files
haikuports/www-servers/apache/patches
fbrosson 9c5bf79cd8 Apache: bump to 2.4.37, make some important changes.
* The modules were previously installed directly in /system/lib/.
  Now the are being installed in /system/lib/apache/.

* On x86 secondary arch the modules are now being installed in
  /system/lib/x86/apache/, and we can re-enable that arch.

* The "httpd.conf" file, as well as two subdirectories, "extra"
  and "original", were previously installed in /system/settings/.
  Now they are being installed in /system/settings/apache/.

* Several directories ("build", "cgi-bin", "error", "htdocs",
  "icons" and "manual") which were previously installed in
  /system/data/ are now being installed in /system/data/apache/.
  Remark: Although "cgi-bin", "htdocs" and "icons" could have been
  kept in /system/data/, having "build", "error" and "manual" in
  /system/data/ was definitely wrong. Hence the global move.

* Move GLOBAL_WRITABLE_FILES before PROVIDES.
2018-10-23 20:13:41 +00:00
..