Thanks Jonathan,
I've succesfully downgraded to Apache 2.2 on Ubuntu 13.10, but this is even better.
If anyone is interested here is how to downgrade on Ubuntu 13.10:
You can use the Raring version of Apache 2.2 using the following steps Create "/etc/apt/sources.list.d/ubuntu1304.list" with: #Ubuntu 13.04 repro for instead of 2.4 deb http://nl.archive.ubuntu.com/ubuntu/ raring main Create "/etc/apt/preferences.d/apache22" with: Package: apache* Pin: release a=raring Pin-Priority: 500 And do: sudo apt-get update sudo apt-get dist-upgrade |
Grts,
Jonathan van Zuijlekom