[Tile-serving] [mod_tile] - changes to the Debian package for compatibility with Apache 2.4 (#80)

rbuch703 notifications at github.com
Mon Jul 7 13:45:58 UTC 2014


The current Debian package configuration of mod_tile is geared towards Apache-2.2, which is present in Debian Lennie and Ubuntu 12.04.

However, the more recent releases Debian 'Jessie' and Ubuntu 14.04 use Apache 2.4 packages, which are incompatible with the current mod_tile package configuration for the following reasons:
- There are no "prefork" or "threaded" packages of Apache anymore to select a worker process modell. Thus, mod_tile cannot/should not depend on these packages. For the same reason, there is also no apache2.x-common package anymore.
- Apache site configuration files now have the file extension ".conf" (instead of no extension at all). The Apache tools "a2ensite" and "a2dissite" used in the mod_tile package configuration scripts require that extension to be present.
- the default Apache site is now called "000-default" instead of just "default"

This patch fixes those incompatibilities.
You can merge this Pull Request by running:

  git pull https://github.com/rbuch703/mod_tile apache2.4-fix

Or you can view, comment on it, or merge it online at:

  https://github.com/openstreetmap/mod_tile/pull/80

-- Commit Summary --

  * - changes to the Debian package configuration to be compatible with Apache 2.4 (e.g. in Debian "jessie" and Ubuntu 14.04)

-- File Changes --

    M debian/control (4)
    M debian/libapache2-mod-tile.install (3)
    M debian/libapache2-mod-tile.postinst (2)
    M debian/libapache2-mod-tile.prerm (6)
    R debian/tileserver_site.conf (0)

-- Patch Links --

https://github.com/openstreetmap/mod_tile/pull/80.patch
https://github.com/openstreetmap/mod_tile/pull/80.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/80
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140707/388371d8/attachment.html>


More information about the Tile-serving mailing list