> Server Port: 8100
>
> Document Path: /cgi-bin/dump
> Document Length: 226 bytes
>
> Concurrency Level: 1000
> Time taken for tests: 44.678 seconds
> Complete requests: 10000
> Failed requests: 0
> Write errors: 0
> Non-2xx responses: 10000
> Keep-Alive requests: 0
> Total transferred: 3980000 bytes
> HTML transferred: 2260000 bytes
> Requests per second: 223.82 [#/sec] (mean)
> Time per request: 4467.792 [ms] (mean)
> Time per request: 4.468 [ms] (mean, across all concurrent
> requests)
> Transfer rate: 86.99 [Kbytes/sec] received
>
> Connection Times (ms)
> min mean[+/-sd] median max
> Connect: 0 469 1819.0 0 20999
> Processing: 3 3814 4000.3 2614 27551
> Waiting: 3 3258 3543.1 2191 26116
> Total: 3 4283 4748.7 3025 36558
>
> Percentage of the requests served within a certain time (ms)
> 50% 3025
> 66% 4818
> 75% 6226
> 80% 7324
> 90% 10264
> 95% 13155
> 98% 18743
> 99% 23293
> 100% 36558 (longest request)
>
>
>
> Nicola Bianchi wrote:
> > Hi Brian,
> > here the information that you require!
> > If you need additional info just tell me...
> >
> > Thank you a lot for the help ;)
> > Regards.
> > Nick
> >
> > ##### grep -v "^#" modsecurity_crs_10_config.conf | grep ..
> > SecRuleEngine On
> > SecRequestBodyAccess On
> > SecResponseBodyAccess On
> > SecResponseBodyMimeType (null) text/html text/plain text/xml
> > SecResponseBodyLimit 524288
> > SecServerSignature "Apache/2.2.0 (Fedora)"
> > SecComponentSignature "core ruleset/1.6.1"
> > SecUploadDir /tmp
> > SecUploadKeepFiles Off
> > SecAuditEngine RelevantOnly
> > SecAuditLogRelevantStatus "^(?:5|4(?!04))"
> > SecAuditLogType Serial
> > SecAuditLog logs/modsec_audit.log
> > SecAuditLogParts "ABIFHKZ"
> > SecArgumentSeparator "&"
> > SecCookieFormat 0
> > SecRequestBodyInMemoryLimit 131072
> > SecDebugLog logs/modsec_debug.log
> > SecDebugLogLevel 1
> > SecDataDir /tmp
> > SecTmpDir /tmp
> >
> >
> > ##### grep -v "^#" modsecurity_crs_15_cb_config.conf | grep ..
> > SecRuleEngine On
> > SecRequestBodyAccess On
> > SecResponseBodyAccess On
> > SecResponseBodyMimeType (null) text/html text/plain text/xml
> > SecDefaultAction
> >
> "phase:2,log,auditlog,deny,status:403,t:lowercase,t:replaceNulls,t:compressWhitespace"
> > SecServerSignature "Server X"
> > SecUploadDir /opt/jail/tmp
> > SecAuditLogType Concurrent
> > SecAuditLog "|bin/mlogc /opt/waf/mod_security/prod/bin/mlogc.conf"
> > SecAuditLogStorageDir logs/modsec_audit/
> > SecDebugLogLevel 0
> > SecDataDir /opt/jail/tmp
> > SecTmpDir /opt/jail/tmp
> >
> >
> > ##### /opt/waf/bin/apache_prod/bin/httpd -V
> > Server version: Apache/2.2.9 (Unix)
> > Server built: Jun 18 2008 11:18:47
> > Server's Module Magic Number: 20051115:15
> > Server loaded: APR 1.3.0, APR-Util 1.3.0
> > Compiled using: APR 1.3.0, APR-Util 1.3.0
> > Architecture: 32-bit
> > Server MPM: Worker
> > threaded: yes (fixed thread count)
> > forked: yes (variable process count)
> > Server compiled with....
> > -D APACHE_MPM_DIR="server/mpm/worker"
> > -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=128
> > -D HTTPD_ROOT="/opt/waf/bin/httpd-2.2.9"
> > -D SUEXEC_BIN="/opt/waf/bin/httpd-2.2.9/bin/suexec"
> > -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"
> >
> >
> >
> > ##### /opt/waf/bin/apache_prod/bin/httpd -l
> > Compiled in modules:
> > core.c
> > mod_authn_file.c
> > mod_authn_default.c
> > mod_authz_host.c
> > mod_authz_groupfile.c
> > mod_authz_user.c
> > mod_authz_default.c
> > mod_auth_basic.c
> > mod_cache.c
> > mod_disk_cache.c
> > mod_mem_cache.c
> > mod_include.c
> > mod_filter.c
> > mod_deflate.c
> > mod_log_config.c
> > mod_logio.c
> > mod_env.c
> > mod_expires.c
> > mod_headers.c
> > mod_unique_id.c
> > mod_setenvif.c
> > mod_proxy.c
> > mod_proxy_connect.c
> > mod_proxy_ftp.c
> > mod_proxy_http.c
> > mod_proxy_ajp.c
> > mod_proxy_balancer.c
> > mod_ssl.c
> > worker.c
> > http_core.c
> > mod_mime.c
> > mod_status.c
> > mod_dir.c
> > mod_actions.c
> > mod_alias.c
> > mod_rewrite.c
> > mod_so.c
> >
> >
> > ##### grep -v "^#" httpd-mpm.conf | grep ..
> > <IfModule !mpm_netware_module>
> > PidFile "logs/httpd.pid"
> > </IfModule>
> > <IfModule !mpm_winnt_module>
> > <IfModule !mpm_netware_module>
> > LockFile "logs/accept.lock"
> > </IfModule>
> > </IfModule>
> > <IfModule mpm_worker_module>
> > StartServers 5
> > MaxClients 400
> > MinSpareThreads 25
> > MaxSpareThreads 75
> > ThreadsPerChild 25
> > MaxRequestsPerChild 1000
> > </IfModule>
> >
> >
> > #### grep KeepAlive httpd-default.conf | grep -v "^#"
> > KeepAlive On
> > MaxKeepAliveRequests 100
> > KeepAliveTimeout 5
> >
> >
> > #### cat vhosts.d/www.mysite.com.conf
> >
> > <VirtualHost
192.168.168.100:80 <
http://192.168.168.100:80>
> <
http://192.168.168.100:80>>
> > ServerName
www.mysite.com <
http://www.mysite.com>
> <
http://www.mysite.com>