https://bz.apache.org/bugzilla/show_bug.cgi?id=60313
Bug ID: 60313
Summary: body timeout will not cause 408 error
Product: Apache httpd-2
Version: 2.4.18
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_reqtimeout
Assignee: [email protected]
Reporter: [email protected]
Steps to reproduce
----------------------
telnet test.server.com 80
Trying 54.xxx.xxx.18...
Connected to test.server.com.
Escape character is '^]'.
POST /errors/test HTTP/1.1
HOST: test.server.com
User-Agent: deadbeef
Connection: Keep-Alive
Content-Type: application/x-www-form-urlencoded
Content-Length: 7
a=hi
Expected behavior
-----------------
Request is dropped and a 408 status code is returned.
Actual behavior
---------------
Request is handled normally.
Platform
--------
$ httpd -V
Server version: Apache/2.4.18 (centos)
Server built: Jul 14 2016 22:36:59
Server's Module Magic Number: 20120211:52
Server loaded: APR 1.5.2, APR-UTIL 1.5.2
Compiled using: APR 1.5.2, APR-UTIL 1.5.2
Architecture: 64-bit
Server MPM: prefork
threaded: no
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="/etc/httpd"
-D SUEXEC_BIN="/usr/sbin/suexec"
-D DEFAULT_PIDLOG="/run/httpd/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"
$ cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
--
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]