https://bz.apache.org/bugzilla/show_bug.cgi?id=58789
Alexey Melezhik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Alexey Melezhik <[email protected]> --- Hi! Maybe this help: I can't reproduce this issue on my environment ( freshly installed from source apache2 ) ( https://github.com/melezhik/apache-swat is easy way to verify some existed apache2 issues against your environment ) vagrant@Debian-jessie-amd64-netboot:~/my/apache-swat$ swat -t 58789/ /home/vagrant/.swat/.cache/9653/prove/58789/aaa/bbb/data.txt/00.GET.t ...... ok 1 - GET 127.0.0.1/58789/aaa/bbb/data.txt succeeded # http headers saved to /home/vagrant/.swat/.cache/9653/prove/wSVzxXCHHO.hdr # body saved to /home/vagrant/.swat/.cache/9653/prove/wSVzxXCHHO ok 2 - output match '200 OK' ok 3 - output match '[aaa/bbb data]' ok 4 - output match /^AAA: XXXXXXXX/ 1..4 ok /home/vagrant/.swat/.cache/9653/prove/58789/aaa/data.txt/00.GET.t .......... ok 1 - GET 127.0.0.1/58789/aaa/data.txt succeeded # http headers saved to /home/vagrant/.swat/.cache/9653/prove/zx5J0141IJ.hdr # body saved to /home/vagrant/.swat/.cache/9653/prove/zx5J0141IJ ok 2 - output match '200 OK' ok 3 - output match '[aaa data]' ok 4 - output match /^AAA: ZZZ/ 1..4 ok /home/vagrant/.swat/.cache/9653/prove/58789/aaa/bbb/ccc/data.txt/00.GET.t .. ok 1 - GET 127.0.0.1/58789/aaa/bbb/ccc/data.txt succeeded # http headers saved to /home/vagrant/.swat/.cache/9653/prove/dhejgbs_3_.hdr # body saved to /home/vagrant/.swat/.cache/9653/prove/dhejgbs_3_ ok 2 - output match '200 OK' ok 3 - output match '[aaa/bbb/ccc data]' ok 4 - output match /^AAA: XXXXXXXX/ 1..4 ok All tests successful. Files=3, Tests=12, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.15 cusr 0.00 csys = 0.18 CPU) Result: PASS Apache compile info: vagrant@Debian-jessie-amd64-netboot:~/my/apache-swat$ sudo ~/apache/bin/apachectl -V Server version: Apache/2.4.18 (Unix) Server built: Jan 30 2016 10:17:37 Server's Module Magic Number: 20120211:52 Server loaded: APR 1.5.1, APR-UTIL 1.5.4 Compiled using: APR 1.5.1, APR-UTIL 1.5.4 Architecture: 64-bit Server MPM: event threaded: yes (fixed thread count) forked: yes (variable process count) Server compiled with.... -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=256 -D HTTPD_ROOT="/home/vagrant/apache/" -D SUEXEC_BIN="/home/vagrant/apache//bin/suexec" -D DEFAULT_PIDLOG="logs/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
