Comment 13 for bug 1534538

Revision history for this message
Wesley Wiedenmeier (wesley-wiedenmeier) wrote :

Hi,

I reran the verification using the build in trusty-proposed, and it works nicely. Since I've verified twice and the original bug author has verified the build that was in my ppa earlier, which was identical to the one in trusty-proposed, I am confident that the version in trusty-proposed fixes the patch.

I'm going to mark verification-done.

Here's the verification from trusty proposed:

ubuntu@ubuntu:~$ apt-cache show apache2 | grep Version
  Version: 2.4.10-1ubuntu1.1~ubuntu14.04.1
  Version: 2.4.7-1ubuntu4.13
  Version: 2.4.7-1ubuntu4
ubuntu@ubuntu:/etc/apache2$ cat sites-enabled/alias.conf
  <VirtualHost *:80>
      AliasMatch ^/alias-test/ /var/www/html/index.html
  </VirtualHost>
ubuntu@ubuntu:/etc/apache2$ curl localhost/alias-test/010203040506070809101112
  <html>test</html>
ubuntu@ubuntu:/etc/apache2$ curl localhost/alias-test/01020304050607080910111213
  curl: (52) Empty reply from server

ubuntu@ubuntu:/etc/apache2$ apt-cache show apache2 | grep Version
  Version: 2.4.10-1ubuntu1.1~ubuntu14.04.1
  Version: 2.4.7-1ubuntu4.14
  Version: 2.4.7-1ubuntu4.13
  Version: 2.4.7-1ubuntu4
ubuntu@ubuntu:/etc/apache2$ curl localhost/alias-test/010203040506070809101112
  <html>test</html>
ubuntu@ubuntu:/etc/apache2$ curl localhost/alias-test/01020304050607080910111213
  <html>test</html>