Re: [mod-security-users] I'm a beginner and need your help.
Brought to you by:
victorhora,
zimmerletw
|
From: Jason L. <hac...@ya...> - 2020-08-25 20:04:25
|
Thank you.Which misconfiguration?Log is: # tail error_log [Wed Aug 26 00:16:29.307497 2020] [:notice] [pid 37990:tid 140688956213568] ModSecurity: PCRE compiled version="8.42 "; loaded version="8.42 2018-03-20"[Wed Aug 26 00:16:29.307511 2020] [:notice] [pid 37990:tid 140688956213568] ModSecurity: LUA compiled version="Lua 5.3"[Wed Aug 26 00:16:29.307515 2020] [:notice] [pid 37990:tid 140688956213568] ModSecurity: YAJL compiled version="2.1.0"[Wed Aug 26 00:16:29.307520 2020] [:notice] [pid 37990:tid 140688956213568] ModSecurity: LIBXML compiled version="2.9.7"[Wed Aug 26 00:16:29.307524 2020] [:notice] [pid 37990:tid 140688956213568] ModSecurity: Status engine is currently disabled, enable it by set SecStatusEngine to On.[Wed Aug 26 00:16:29.359136 2020] [so:warn] [pid 37990:tid 140688956213568] AH01574: module reqtimeout_module is already loaded, skipping[Wed Aug 26 00:16:29.359175 2020] [so:warn] [pid 37990:tid 140688956213568] AH01574: module headers_module is already loaded, skipping[Wed Aug 26 00:16:29.364696 2020] [lbmethod_heartbeat:notice] [pid 37990:tid 140688956213568] AH02282: No slotmem from mod_heartmonitor[Wed Aug 26 00:16:29.374111 2020] [mpm_event:notice] [pid 37990:tid 140688956213568] AH00489: Apache/2.4.37 (centos) OpenSSL/1.1.1c mod_fcgid/2.3.9 configured -- resuming normal operations[Wed Aug 26 00:16:29.374151 2020] [core:notice] [pid 37990:tid 140688956213568] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND' How to disable it? Sent from Yahoo Mail on Android On Tue, Aug 25, 2020 at 11:00 PM, Ervin Hegedüs<ai...@gm...> wrote: Hi Jason, On Tue, Aug 25, 2020 at 05:54:16PM +0000, Jason Long via mod-security-users wrote: ... > When I want to import database via PhpMyadmin then it show me an error: ... > And also error about "MULTIPART_BOUNDARY" . ... I assume your SQL dump contains few comments (I mean lines which begins with "--"). if this statement is true, the problem could be that: there is a know bug in mod_security2, the boundary handling is wrong. (Note, that the patch is available since nearly one year: https://github.com/SpiderLabs/ModSecurity/pull/2193) > Please help me to solve this problem. you can turn off the rule with id 200002 (just comment out that block and restart your HTTPD). Hope this helps. a. |