Re: [mod-security-users] I'm a beginner and need your help.
Brought to you by:
victorhora,
zimmerletw
|
From: Ervin H. <ai...@gm...> - 2020-08-25 18:29:16
|
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. |