symbiosis-httpd (2018:0720) stable; urgency=medium

  * Revert commit 3dfe596a which enabled Apache PHP7 module by default.

 -- Andrew Ladlow <andrew.ladlow@bytemark.co.uk>  Fri, 20 Jul 2018 14:07:37 +0100

symbiosis-httpd (2018:0709) stable; urgency=medium

  * Allow unrestricted/unredirected access to /.well-known/acme-challenge

 -- Paul Cammish <paul.cammish@bytemark.co.uk>  Mon, 09 Jul 2018 16:05:58 +0100
 
symbiosis-httpd (2018:0620) stable; urgency=medium

  * Enable Apache PHP7 module by default. 
  * Mask Ruby interpreter warnings by setting verbosity level later in script.
  * Increase Apache PHP7 'upload_max_filesize' and 'post_max_size' values.

 -- Andrew Ladlow <andrew.ladlow@bytemark.co.uk>  Fri, 15 Jun 2018 13:24:58 +0100

symbiosis-httpd (2018:0619) stable; urgency=medium

  * Fix symbiosis-httpd.postinst so that no-stats configuration is correctly
    preserved.

 -- Jamie Nguyen <j@jamielinux.com>  Tue, 19 Jun 2018 10:29:55 +0100

symbiosis-httpd (2018:0618) stable; urgency=medium

  * Remove sync (-s) flag from the Apache vhost templates to improve
    performance of the golang logger.

 -- Jamie Nguyen <j@jamielinux.com>  Mon, 18 Jun 2018 13:57:18 +0100

symbiosis-httpd (2017:0904) stable; urgency=medium

  * Use ssl-hooks to reload apache when SSL certificates are
    generated/renewed.
  * Replaced ruby httpd loggger with our golang version.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Mon, 04 Sep 2017 16:35:03 +0100

symbiosis-httpd (2017:0818) stable; urgency=medium

  * Added a --diff-only option to symbiosis-httpd-configure.
  * Updated default apache templates to return the correct ErrorDocument for
    non-mass-hosted sites. 

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Fri, 18 Aug 2017 18:18:12 +0100

symbiosis-httpd (2017:0510) stable; urgency=medium

  * Store monit configuration in /usr/share instead of /etc. Use symlinks to
    allow users to enable/disable but discourage editing

 -- Telyn <telyn@bytemark.co.uk>  Wed, 10 May 2017 13:42:15 +0100

symbiosis-httpd (2017:0424) stable; urgency=medium

  * Add snippet to force phpmyadmin to use https.
  * Use generated Diffie-Helman parameters.
  * Rewrote monit script to use systemd.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Mon, 24 Apr 2017 14:41:06 +0100

symbiosis-httpd (2015:1113) stable; urgency=medium

  * Removed symbiosis-common as a build-dep.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Wed, 19 Apr 2017 10:35:41 +0100

symbiosis-httpd (2015:1112) stable; urgency=medium

  * Udated HTTP cipher lists.
  * Fix HSTS config to make HSTS work by default
  * Supply sync parameter when opening default apache log file.
  * Split manpage generation into two stages.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Mon, 21 Nov 2016 13:49:38 +0000

symbiosis-httpd (2015:1111) stable; urgency=low

  * Fixed a bug in the SSL Apache template, to make sure HTTP redirections go
    to the domain in the Host: header, if specified.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Tue, 09 Aug 2016 12:37:02 +0100

symbiosis-httpd (2015:1110) stable; urgency=medium

  * Fixed output in symbiosis-httpd-configure to correctly report pre-enabled
    sites correctly.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Tue, 24 May 2016 10:25:37 +0100

symbiosis-httpd (2015:1109) stable; urgency=medium

  * Updated symbiosis-httpd-configure to allow single domains to be managed
    from the command line.  This permits domains or configs to be re-enabled
    manually.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Mon, 16 May 2016 12:10:55 +0100

symbiosis-httpd (2015:1108) stable; urgency=medium

  * When ssl-only is set, the SSL template should redirect to the HTTP Host
    given in the request, instead of assuming that the request should go to
    the "bare" domain.  Closes #12383.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Fri, 05 Feb 2016 12:55:02 +0000

symbiosis-httpd (2015:1107) stable; urgency=medium

  * Updated zz-mass-hosting templates to have a wildcard alias in order to
    work when sharing the IP with other name-based virtual hosts.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Thu, 17 Dec 2015 16:23:13 +0000

symbiosis-httpd (2015:1106) stable; urgency=medium

  * Added no-effort SNI support for domains running on the primary IP address,
    with an SSL certificate in place.
  * Updated postinst scripts to use the jessie version of
    /etc/apache2/ports.conf instead of the wheezy one.
  * Updated the libapache2-mod-vhost-bytemark postinst to remove the old
    module load snipped in /etc/apache2/mods-enabled.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Fri, 06 Nov 2015 15:09:52 +0000

symbiosis-httpd (2015:1027) stable; urgency=medium

  * Reduced the number of dependencies this package has; most have been moved
    to recommended packages.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Tue, 27 Oct 2015 22:58:03 +0000

symbiosis-httpd (2015:1021) stable; urgency=medium

  * Ensure OCSP stapling is explictly diabled in the SSL templates.
  * Ensure HSTS headers are sent with SSL sites when mod_headers is enabled.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Wed, 21 Oct 2015 22:09:12 +0100

symbiosis-httpd (2015:1009) stable; urgency=medium

  * Updated mod_vhost_bytemark to look at the buffer, rather than r->filename.
  * Fixed up templates to work with apache2.4 permissions.
  * Removed OSCP stapling config as it plays badly with the reject-www-data
    rule.
  * Updated unconfigured domain page.
  * Updated SSL cipher list.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Fri, 09 Oct 2015 17:02:14 +0100

symbiosis-httpd (2015:0825) stable; urgency=medium

  * Updated SSL ciphers to use those recommened by Mozilla.
  * Added OSCP stapling to the SSL configs
  * Cleaned up errors from Lintian.
  * Tidied up maintscripts to use apache2-maintscipt-helper.
  * Removed reference to non-extant symbiosis-generate-stats in
    symbiosis-httpd-rotate-logs, replaced with symbiosis-httpd-generate-stats
  * Brought the mod_vhost_bytemark module up to Apache 2.4 standards.
  * Removed SetVirtualDocumentRoot option from mod_vhost_bytemark as it is no
    longer needed.  Removed it from the templates too.
  * Updated HTTP tests to check for the DOCUMENT_ROOT variable.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Tue, 25 Aug 2015 11:29:30 +0100

symbiosis-httpd (2015:0618) stable; urgency=medium

  * Update the build process to run more tests.
  * Rework of orphaned-site handling code.
  * Fixed off-by-one and substring host errors in mod_vhost_bytemark.
  * Rename File#exists? to File#exist?.
  * Updated maintainers + uploaders.
  * Now works with apache2.4.
  * 000-default site is now removed on isntall.
  * Add HSTS header when ssl-only is set.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Wed, 17 Jun 2015 10:56:22 +0100

symbiosis-httpd (2014:1211) stable; urgency=high

  [ Steve Kemp ]
  * Updated the path-mangling in mod_vhost_bytemark.
  * Added tests to the build process for vhost module.
  * Fixed documentation in symbiosis-httpd-configure.

  [ James Carter ]
  * Fixed documentation links in Symbiosis "unconfigured site" page.

  [ Patrick J Cherry ]
  * Rewrote how orphaned apache config snippets are handled.
  * Added tests for symbiosis-httpd-configure, although more coveraged is
    needed.
  * Added testing domain for non-mass-hosted config snippets.
  * Updated uploaders and matainers in debian/control.
  * Now requires new version of symbiosis-common.

 -- Steve Kemp <steve@bytemark.co.uk>  Tue, 31 Mar 2015 12:57:22 +0100

symbiosis-httpd (2014:1113) stable; urgency=low

  * Fixed silly cut-and-paste error.

 -- James Carter <jcarter@bytemark.co.uk>  Thu, 13 Nov 2014 10:35:29 +0000

symbiosis-httpd (2014:1111) stable; urgency=low

  * Disable orphaned apache config if a domain is removed. Closes #7556

 -- James Carter <jcarter@bytemark.co.uk>  Tue, 11 Nov 2014 12:44:00 +0000

symbiosis-httpd (2014:1107) stable; urgency=low

  * Allow symbiosis-httpd-logger to quit when input is exhausted.

 -- James Carter <jcarter@bytemark.co.uk>  Fri, 07 Nov 2014 14:42:10 +0000

symbiosis-httpd (2014:1017) stable; urgency=medium

  * Fixed up httpd logger to stop it recreating deleted domains.
  * Fixed up httpd generate stats to create the configuration directory.
  * Fixed httpd log rotate script to send HUP to the correct processes.
  * Disabled SSLv3 from list of allowed protocols (CVE-2014-3566).

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Fri, 17 Oct 2014 10:35:25 +0100

symbiosis-httpd (2014:0219) stable; urgency=low

  * Updated the mangling applied to mod_vhost_bytemark.

 -- Steve Kemp <steve@bytemark.co.uk>  Wed, 19 Feb 2014 18:33:56 +0000

symbiosis-httpd (2014:0218) stable; urgency=low

  * Tidied away old lenny command.
  * Removed old cronjob.
  * Moved back to gem2deb, fixing order in the control file.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Tue, 18 Feb 2014 18:28:56 +0000

symbiosis-httpd (2014:0214) stable; urgency=low

  * Added further links to old commands.
  * Finished merging z-mass-hosting and non-zz-mass-hosting configuration
    scripts into one.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Fri, 14 Feb 2014 11:30:19 +0000

symbiosis-httpd (2014:0211) stable; urgency=low

  * Updated package to use more normal command names.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Tue, 11 Feb 2014 15:46:51 +0000

symbiosis-httpd (2014:0113) stable; urgency=low

  * Changed maintainer and uploaders.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Mon, 13 Jan 2014 16:06:25 +0000

symbiosis-httpd (2013:1121) stable; urgency=low

  * Updated apache logger to close filehandles properly.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Thu, 21 Nov 2013 10:01:10 +0000

symbiosis-httpd (2013:1111) stable; urgency=low

  * Updated apache templates to disallow indexes on non-mass-hosted domains.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Mon, 11 Nov 2013 17:15:32 +0000

symbiosis-httpd (2013:0917) stable; urgency=low

  * New EventMachine-based apache logger.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Tue, 17 Sep 2013 15:08:24 +0100

symbiosis-httpd (2013:0711) stable; urgency=low

  * Updated apache build dependencies - apache2-prefork-dev in place of apache2-dev. 

 -- John Hackett <jhackett@bytemark.co.uk>  Thu, 11 Jul 2013 12:47:21 +0100

symbiosis-httpd (2013:0606) stable; urgency=low

  * Added better support for disabling the automatic apache2 configuration
    handling, hopefully to prevent breakage on upgrades.
  * Postinst now relinks zz-mass-hosting{,.ssl} only if it removed those links
    in the first place.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Mon, 10 Jun 2013 16:24:41 +0100

symbiosis-httpd (2012:1025) oldstable; urgency=low

  * Mirrored arguments in rotate-logs to the generate-stats command.
  * Webalizer now called once per log file.
  * Updated webalizer template not to be quiet by default -- this is specified
    in the command line called by symbiosis-generate-stats.
  * Updated apache2 snippet creation scripts to reload rather than restart
    apache2.
  * Fixed symbiosis-httpd postinst to reload by default, unless it has
    enabled modules.
  * Fixed missing / off htdocs and cgibin directories in apache snippet
    templates.
  * Verbose output of symbiosis-create-(mass-hosting-)?sites is clearer.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Thu, 25 Oct 2012 16:09:15 +0100

symbiosis-httpd (2012:0929) stable; urgency=low

  * Fixed error in symbiosis/domain/http.rb.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Sat, 29 Sep 2012 20:34:57 +0100

symbiosis-httpd (2012:0927) stable; urgency=low

  * Added extra spaces to the SSL/non-SSL to fix a regression introduced in
    2012:0926.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Thu, 27 Sep 2012 12:09:17 +0100

symbiosis-httpd (2012:0926) stable; urgency=low

  * symbiosis-httpd now requires geoip-database, which is neeeded by
    Webalizer.  Fixes #3741.
  * symbiosis-generate-stats updated to be more flexible with file locations.
  * symbiosis-generate-stats updated to be more verbose, when required.
  * symbiosis-generate-stats now will not create the stats directory unless
    the parent directory is owned by the same user.
  * Symbiosis::ConfigFiles::Apache now uses Symbiosis::Domain#public_dir.
  * Symbiosis::ConfigFiles::Apache has a couple of new methods,
    htdocs_directory and cgibin_directory for use in templates.
  * The templates have been updated to use these methods.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Wed, 26 Sep 2012 13:20:14 +0100

symbiosis-httpd (2012:0529) stable; urgency=low

  * Added manpage for symbiosis-rotate-logs.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Tue, 29 May 2012 11:55:24 +0100

symbiosis-httpd (2012:0413) stable; urgency=low

  * Adjust symbiosis-create-sites to catch more OpenSSL errors.
  * SSL-only sites will not be created if any OpenSSL errors occur.
    Previously they would have been created using the non-SSL template.
  * Sites with specified IPs are now only created if public/htdocs exists for
    that site.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Fri, 13 Apr 2012 15:55:03 +0100

symbiosis-httpd (2012:0222) stable; urgency=low

  * Updated copyright dates and documentation links.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Wed, 22 Feb 2012 14:04:11 +0000

symbiosis-httpd (2012:0215) stable; urgency=low

  * Added symbiosis-rotate-logs to mimic the behaviour of logrotate, but
    treats the symlinked domains sanely, so logs aren't rotated twice.
  * symbiosis-rotate-logs now rotates error logs as well as access logs. 

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Tue, 14 Feb 2012 16:47:31 +0000

symbiosis-httpd (2012:0208) stable; urgency=low

  * Added Symbiosis::Domain#log_dir
  * Consolidated SSL and non-SSL log-processing into a single script.
  * Added symbiosis-apache-logger to log straight from Apache for the
    zz-mass-hosts stuff.
  * Install the Bytemark logo.
  * Removed mod_ruid since this is now available in Debian unstable.
  * Templated the webalizer config.
  * Fixed verbose logging in symbiosis-create-mass-hosting-sites
  * Fixed force recreate in symbiosis-make-logs.
  * Postinst now removes old SSL configuration test if present.
  * ServerAliases are now added when they actually exist as symlinks.
  * Symlinks are handled better by logging -- extra filehandles are not
    opened.
  * SSL checks are now enforced by symbiosis-create-sites.  Non-SSL template
    is used if verification fails.
  * Fixed bug where SSL certs were not returned for a domain.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Wed, 08 Feb 2012 16:58:12 +0000

symbiosis-httpd (2012:0202) stable; urgency=low

  * Added templating fuctionality for zz-mass-hosting sites, allowing the
    postinst to work better.
  * Fixed all scripts to specify /usr/bin/ruby1.8 instead of just "ruby" to
    avoid conflicts with ruby1.9.
  * Updated build process to create manpages.
  * Updated Symbiosis::Range to Symbiosis::Host in monit script.
  * Removed assumption that a host has an IPv6 address in the
    Symbiosis::ConfigFiles::ApacheMassHosting#ips
  * Change prerm not to disable all sites indiscriminately
  * Merged ApacheMassHosting and ApacheSSL classes into one.
  * Tidied up templates to use neater ERb
  * Fixed postinst to behave better.
  * Added Symbiosis::Domain#should_have_stats? and Symbiosis::Domain#should_have_stats= 

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Wed, 01 Feb 2012 10:57:27 +0000

symbiosis-httpd (2012:0124) stable; urgency=low

  * Updated manpage description for symbiosis-create-sites
  * Moved tc_httpd into apache tree. Fixed tests to work.
  * Removed old vhost entry from postinst

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Tue, 24 Jan 2012 12:59:04 +0000

symbiosis-httpd (2012:0117) stable; urgency=low

  * Now fully IPv6 tastic.
  * Packaged by cdbs now.
  * Config file changes are helped by config-package-dev.
  * symbiosis-httpd* packages are now arch-indep
  * Non-ssl sites are now templated via apache.d/non_ssl.template.erb
  * Versioned symbiosis-common dependency to force upgrades.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Tue, 17 Jan 2012 17:24:27 +0000

symbiosis-httpd (2012:0116) stable; urgency=low

  * Rewrote symbiosis-create-ssl in ruby.

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Mon, 16 Jan 2012 18:05:22 +0000

symbiosis-httpd (2011:1209) stable; urgency=low

  * Updated standard versions.  (No change).

 -- Steve Kemp <steve@bytemark.co.uk>  Fri, 09 Dec 2011 15:34:51 +0000

symbiosis-httpd (2011:1201) stable; urgency=low

  * Removed certificate generation

 -- Patrick J Cherry <patrick@bytemark.co.uk>  Thu, 01 Dec 2011 09:30:42 +0000

symbiosis-httpd (2011:0720) stable; urgency=low

  [ Steve Kemp ]
  * Moved the logo into the symbiosis-static package, rather than
    fetching it externally.

 -- Steve Kemp <steve@bytemark.co.uk>  Wed, 20 Jul 2011 15:14:13 +0000

symbiosis-httpd (2010:2804) stable; urgency=low

  [ Steve Kemp ]
  * Updated our log-processing to honour the /srv/$name/config/no-stats
    flage.

 -- Steve Kemp <steve@bytemark.co.uk>  Thur, 28 Apr 2011 10:33:01 +0000

symbiosis-httpd (2010:1018) stable; urgency=low

  [ Steve Kemp ]
  * Use the mtime of the config/ip + ssl.key files to control the regeneration
    of Apache scripts.  Reference RT:# 278451
  * Update the ACL for the /bytemark/ hierarchy.

 -- Steve Kemp <steve@bytemark.co.uk>  Thur, 11 Nov 2010 14:28:59 +0000

symbiosis-httpd (2010:0923) stable; urgency=low

  [ Steve Kemp ]
  * Correctly install ourself when the system doesn't use eth0 as
    the primary NIC

 -- Steve Kemp <steve@bytemark.co.uk>  Thu, 23 Sep 2010 09:57:00 +0000

symbiosis-httpd (2010:0917) stable; urgency=low

  [ Steve Kemp ]
  * Don't log mod_vhost_alias_bytemark messages to /var/log/apache2/error.log

 -- Steve Kemp <steve@bytemark.co.uk>  Fri, 17 Sep 2010 12:33:45 +0000

symbiosis-httpd (2010:0915) stable; urgency=low

  [ Steve Kemp ]
  * Use a template file for the SSL-site creation, and honour the flag
    /srv/example.com/config/ssl-only
  * Updated the Bytemark VPN ranges.
  * Added a more complete test-suite for the mod_vhost_bytemark module.
  * Updated template location for SSL-creation.
  * Updated to handle wildcards via improved stat() method.

 -- Steve Kemp <steve@bytemark.co.uk>  Wed, 15 Sep 2010 12:55:21 +0000

symbiosis-httpd (2010:0722) stable; urgency=low

  [ Steve Kemp ]
  * Added a new binary package, libapache2-mod-ruid, to provide per-UID
    support for vhosts.

 -- Steve Kemp <steve@bytemark.co.uk>  Thu, 22 Jul 2010 14:26:38 +0000

symbiosis-httpd (2010:0604) stable; urgency=low

  [ Steve Kemp ]
  * Correct the missing shebang upon the configure-additional script.
  * Renamed package
  * Removed full copy of the Apache license.

  [ Patrick J Cherry ]
  * Switched to dpkg-source 3.0 (native) format

 -- Steve Kemp <steve@bytemark.co.uk>  Thu, 04 Jun 2010 09:44:09 +0100

libapache2-mod-vhost-bytemark (2010:0525) stable; urgency=low

  * Ensure that when we're creating new SSL virtual hosts that we
    correctly cope with the addition of an SSL bundle.

 -- Steve Kemp <steve@bytemark.co.uk>  Tue, 25 May 2010 15:00:51 +0000

libapache2-mod-vhost-bytemark (2009:1026-1) stable; urgency=low

  * Move logs into the correct location.

 -- Steve Kemp <steve@bytemark.co.uk>  Wed, 26 Oct 2009 15:00:51 +0000

libapache2-mod-vhost-bytemark (2009:1021-1) stable; urgency=low

  * Correctly use the epoch.

 -- Steve Kemp <steve@bytemark.co.uk>  Wed, 21 Oct 2009 16:51:16 +0000

libapache2-mod-vhost-bytemark (2009.1009-1) stable; urgency=low

  * Correctly archive and prune old logs.

 -- Steve Kemp <steve@bytemark.co.uk>  Fri, 9 Oct 2009 11:33:11 +0000

libapache2-mod-vhost-bytemark (20090804161200) stable; urgency=low

  * Set the content type in our /bytemark/info/ page.

 -- Steve Kemp <steve@bytemark.co.uk>  Tue, 4 Aug 2009 16:12:00 +0100

libapache2-mod-vhost-bytemark (20090731103324) stable; urgency=low

  * Generated logs/ and stats/ have correct ownership.

 -- Steve Kemp <steve@bytemark.co.uk>  Fri, 31 Jul 2009 10:33:24 +1000

libapache2-mod-vhost-bytemark (20090714122742) stable; urgency=low

  * Fixed typo on the front-page.
  * Enable index.php for the /bytemark/ path.

 -- Steve Kemp <steve@bytemark.co.uk>  Tue, 14 Jul 2009 12:27:42 +0000

libapache2-mod-vhost-bytemark (20090708161223) stable; urgency=low

  * Don't hang processing logs for empty domains.

 -- Steve Kemp <steve@bytemark.co.uk>  Wed, 8 Jul 2009 16:12:23 +0000

libapache2-mod-vhost-bytemark (20090707164326) stable; urgency=low

  * Added bytemark/info page with restrictive ACL

 -- Steve Kemp <steve@bytemark.co.uk>  Tue, 7 Jul 2009 16:43:26 +0000

libapache2-mod-vhost-bytemark (20090707153244) stable; urgency=low

  * Per-Lenny vhost repository, rather than branches

 -- Steve Kemp <steve@bytemark.co.uk>  Tue, 7 Jul 2009 15:32:44 +0000

libapache2-mod-vhost-bytemark (20090707094355) stable; urgency=low

  * Update the pre-rm script to be less broken.

 -- Steve Kemp <steve@bytemark.co.uk>  Tues, 8 Jul 2009 09:44:01 +0000

libapache2-mod-vhost-bytemark (20090706162121) stable; urgency=low

  * Forcible lenny rebuild

 -- Steve Kemp <steve@bytemark.co.uk>  Mon, 7 Jul 2009 16:21:21 +0000

libapache2-mod-vhost-bytemark (20090706151825) stable; urgency=low

  * Prune the old logs from the correct location.

 -- Steve Kemp <steve@bytemark.co.uk>  Mon, 7 Jul 2009 15:18:25 +0000

libapache2-mod-vhost-bytemark (20090706150949) stable; urgency=low

  * Use perl for make-logs

 -- Steve Kemp <steve@bytemark.co.uk>  Mon, 7 Jul 2009 15:10:09 +0000

libapache2-mod-vhost-bytemark (20090706110146) stable; urgency=low

  * Use "mtime" not "ctime" to purge old logs.

 -- Steve Kemp <steve@bytemark.co.uk>  Mon, 7 Jul 2009 10:44:10 +0000

libapache2-mod-vhost-bytemark (20081118175414) stable; urgency=low

  * Make sure the "admin" exists.

 -- Steve Kemp <steve@bytemark.co.uk>  Tue, 18 Nov 2008 17:55:21 +0000

libapache2-mod-vhost-bytemark (20081117153127) stable; urgency=low

  * The create-ssl-sites script now understands config/ssl.bundle
  * The auto-generated files will have a warning suggesting users shouldn't
    edit them.

 -- Steve Kemp <steve@bytemark.co.uk>  Mon, 17 Nov 2008 15:33:51 +0000

libapache2-mod-vhost-bytemark (20081110153345) stable; urgency=low

  * Reinstate the postinstallation files.

 -- Steve Kemp <steve@bytemark.co.uk>  Mon, 10 Nov 2008 15:33:44 +0000

libapache2-mod-vhost-bytemark (20081110153344) stable; urgency=low

  * The Bytemark Virtual Hosting Package libapache2-mod-vhost-bytemark
    - Support may be found at http://vhost.bytemark.co.uk/

 -- Steve Kemp <steve@bytemark.co.uk>  Mon, 10 Nov 2008 15:33:44 +0000
