Package: ikiwiki-hosting-web
Version: 0.20140227
Severity: normal
Tags: upstream
User: [email protected]
Usertags: apache24transition
Forwarded: http://ikiwiki-hosting.branchable.com/todo/apache_2.4_support/

Apache 2.4 has forward secrecy, stronger DH/ECDH, and other nice things.
Unfortunately, its Debian packaging is not 100% compatible with 2.2:
sites in /etc/apache2/sites-available/ now have to end with .conf.

anarcat has an unreviewed patch on
http://ikiwiki-hosting.branchable.com/todo/apache_2.4_support/ which
I'm going to investigate.

In addition, it would be nice to avoid relying on the now-deprecated
Order, Allow and Deny directives. Code like this would work either way:

        <IfVersion < 2.4>
        Order allow,deny
        Allow from all
        </IfVersion>
        <IfVersion >= 2.4>
        Require all granted
        </IfVersion>

        <IfVersion < 2.4>
        Order deny,allow
        Deny from all
        </IfVersion>
        <IfVersion >= 2.4>
        Require all denied
        </IfVersion>

I intend to work on a complete patchset for this, retaining compatibility
with Apache 2.2 but also being compatible with 2.4.

    S

-- System Information:
Debian Release: jessie/sid
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ikiwiki-hosting-web depends on:
ii  acl                                       2.2.52-1
ii  adduser                                   3.113+nmu3
ii  apache2                                   2.4.9-1
ii  apache2-suexec                            2.4.9-1
ii  apache2-suexec-pristine [apache2-suexec]  2.4.9-1
ii  clang-3.3 [c-compiler]                    1:3.3-16
ii  dnsutils                                  1:9.9.5.dfsg-3
ii  gcc [c-compiler]                          4:4.8.2-3
ii  gcc-4.6 [c-compiler]                      4.6.4-6
ii  gcc-4.8 [c-compiler]                      4.8.2-19
ii  git                                       1:1.9.2-1
ii  gitweb                                    1:1.9.2-1
ii  ikiwiki                                   3.20140227
ii  ikiwiki-hosting-common                    0.20140227
ii  libauthen-passphrase-perl                 0.008-1
ii  libc6                                     2.18-4
ii  libc6-dev [libc-dev]                      2.18-4
ii  libcgi-formbuilder-perl                   3.08-2
ii  libcgi-session-perl                       4.48-1
ii  libcrypt-ssleay-perl                      0.58-1+b1
ii  libdata-compare-perl                      1.23-0.1
ii  libdatetime-perl                          2:1.08-1
ii  libfile-mimeinfo-perl                     0.25-1
ii  libgravatar-url-perl                      1.06-1
ii  libhighlight-perl                         3.9-1+b2
ii  libhtml-tree-perl                         5.03-1
ii  liblocale-gettext-perl                    1.05-8
ii  liblwpx-paranoidagent-perl                1.10-1
ii  libmail-sendmail-perl                     0.79.16-1
ii  libmailtools-perl                         2.12-1
ii  libnet-inet6glue-perl                     0.602-1
ii  libnet-openid-consumer-perl               1.15-1
ii  librpc-xml-perl                           0.78-1
ii  libtext-csv-perl                          1.32-1
ii  libtext-markdown-perl                     1.0.26-1
ii  libtext-multimarkdown-perl                1.000034-1
ii  libtext-textile-perl                      2.12-1
ii  libtext-typography-perl                   0.01-2
ii  libtext-wikicreole-perl                   0.07-1
ii  libtext-wikiformat-perl                   0.79-1
ii  libtimedate-perl                          2.3000-2
ii  libxml-feed-perl                          0.52+dfsg-2
ii  libxml-simple-perl                        2.20-1
ii  libyaml-perl                              0.84-1
ii  libyaml-syck-perl                         1.27-2+b1
ii  moreutils                                 0.51
ii  openssl                                   1.0.1g-2
ii  perl                                      5.18.2-2+b1
ii  perlmagick                                8:6.7.7.10+dfsg-1
ii  polygen                                   1.0.6.ds2-13
ii  python-docutils                           0.11-3
ii  uuid                                      1.6.2-1.3+b1

Versions of packages ikiwiki-hosting-web recommends:
ii  analog  2:6.0-20

ikiwiki-hosting-web suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to