Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: mod_security1 to 2 |
|
Author |
|
Ben
Joined: 07 Apr 2007 Posts: 1
|
Posted: Sat 07 Apr '07 3:36 Post subject: mod_security1 to 2 |
|
|
I do Flash work for a PHP media script called Social Media, and I have created a live uploader that uploads their video's, so you can watch your video upload through a progress bar. I had a problem with this because on some servers people's mod_security was getting in the way of it uploading. So I went on google, and after about 2 hours I finally came across the problem, which happened to be mod_security. The fix was to put this in the .htaccess file:
Code: | SECFILTERENGINE OFF
SECFILTERSCANPOST OFF |
But for people with mod_security2, this only returned an internal server error. I am very new to mod_security, so I know nothing of it, but does anyone know how to write that in mod_security2? I've googled for ages and found nothing.
Thanks in advanced,
Ben. |
|
Back to top |
|
James Blond Moderator

Joined: 19 Jan 2006 Posts: 7404 Location: EU, Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|