Package: awstats
Followup-For: Bug #626185

Okay, so these are the exact steps how to reproduce this, using a
QEMU/KVM virtual machine running the latest Debian/Stable.

If you still can't reproduce this, please provide the Apache log line
you got instead, so I can analyze why you can't reproduce this.

--- Part A: Setup virtual machine

A.1. Download latest Debian/Stable Netinst ISO

debian-7.8.0-amd64-netinst.iso

A.2. Verify its checksum

echo 
'9792020579824057723446a92ab97d50fdb7af15d265ff4be9081a963e36b3e3e6f44127766219320bc863c6a7ec378388a9d6faa7b51c3f74b259dc9049e071
  debian-7.8.0-amd64-netinst.iso' | shasum -c

A.3. Create image for QEMU/KVM

qemu-img create test.raw 2G

A.4. Boot from ISO image

qemu-system-x86_64 -boot once=d -enable-kvm -m 1G -hda test.raw -cdrom 
debian-7.8.0-amd64-netinst.iso

A.5. Run installer using all default settings

A.6. Finally reboot

--- Part B: Within the virtual machine

B.1. Login into the virtual machine as root, run the following commands there

B.2. Update to latest updates, just to be sure

apt-get update
apt-get upgrade

B.3. Install Apache, using just he default configuration

apt-get install apache2-mpm-prefork

B.4. Perform invalid HTTP request

wget -qO- https://localhost:80

B.5. Show last log line

tail -1 /var/log/apache2/access.log

B.6. The output of the last command is (timestamp replaced with "..."):

::1 - - [...] "\x16\x03" 501 289 "-" "-"


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to