https://bz.apache.org/bugzilla/show_bug.cgi?id=58854
--- Comment #11 from Eric Covener <[email protected]> --- (In reply to Eric Covener from comment #10) > (In reply to Alexey Melezhik from comment #7) > > Hi! > > > > ( https://github.com/melezhik/apache-swat - easy way to verify existed > > apache issues against your environment ) > > > > Confirming this issue is resolved against my environment: > > > > vagrant@Debian-jessie-vagrant@Debian-jessie-amd64-netboot:~/my/apache-swat$ > > swat -t 58854/ > > /home/vagrant/.swat/.cache/9277/prove/58854/granted2/missing.txt/00.GET.t .. > > ok 1 - GET 127.0.0.1/58854/granted2/missing.txt succeeded > > # http headers saved to /home/vagrant/.swat/.cache/9277/prove/zCQKWtpYir.hdr > > # body saved to /home/vagrant/.swat/.cache/9277/prove/zCQKWtpYir > > ok 2 - output match '200 OK' > > ok 3 - output match 'goodbye world from root' > > 1..3 > > ok > > /home/vagrant/.swat/.cache/9277/prove/58854/denied/missing.txt/00.GET.t .... > > ok 1 - GET 127.0.0.1/58854/denied/missing.txt succeeded > > # http headers saved to /home/vagrant/.swat/.cache/9277/prove/tj_HdkKgk5.hdr > > # body saved to /home/vagrant/.swat/.cache/9277/prove/tj_HdkKgk5 > > ok 2 - output match '403 Forbidden' > > 1..2 > > ok > > /home/vagrant/.swat/.cache/9277/prove/58854/granted/missing.txt/00.GET.t ... > > ok 1 - GET 127.0.0.1/58854/granted/missing.txt succeeded > > # http headers saved to /home/vagrant/.swat/.cache/9277/prove/Cmkh6umQP9.hdr > > # body saved to /home/vagrant/.swat/.cache/9277/prove/Cmkh6umQP9 > > ok 2 - output match '200 OK' > > ok 3 - output match 'goodbye world from 58854/granted' > > 1..3 > > ok > > All tests successful. > > Files=3, Tests=8, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.14 cusr 0.01 > > csys = 0.18 CPU) > > Result: PASS > > > > > > > > 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" > > > > > > Alexey Melezhik > > I think this particular test might be questionable. It doesn't fail when I > revert the fix. I think the problem is likely the "absolute" paths, which are / in the PR, need to be /58854/granted/... -- 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]
