| Private Hosting Questions about VPS, dedicated servers and colocation. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) | |
|
DemonicAngel
Super #1
Joined in Aug 2004
Lives in Wherever The World Takes Me
Hosted on Pass76
1,829 posts
Gave thanks: 26
Thanked 35 times
|
mod_security help?
So I'm trying to use different php ftp scripts, and I keep getting an error due to mod_security.
I have this in my .htaccess Code:
SecFilterInheritance Off SecFilterEngine Off SecFilterScanPOST Off Quote:
Should I post line 28 of the mod...its.conf file? ![]() |
|
|
|
|
|
|
#3 (permalink) | |
|
DemonicAngel
Super #1
Joined in Aug 2004
Lives in Wherever The World Takes Me
Hosted on Pass76
1,829 posts
Gave thanks: 26
Thanked 35 times
|
Quote:
|
|
|
|
|
|
|
#4 (permalink) |
|
Registered User
Super #1
Joined in Jul 2003
Lives in So. NJ
1,557 posts
Gave thanks: 0
Thanked 9 times
|
It ain't Japanese to me, but just as undecipherable.
Perhaps you can make allowances in mod_security to allow that FTP script from that user to bypass those restrictions. |
|
|
|
|
|
#5 (permalink) |
|
DemonicAngel
Super #1
Joined in Aug 2004
Lives in Wherever The World Takes Me
Hosted on Pass76
1,829 posts
Gave thanks: 26
Thanked 35 times
|
How do others have mod_security configured. I'll probably look up information on it soon, but yeah...
So far it's only been preventing things I want to work from working. |
|
|
|
|
|
#6 (permalink) |
|
URB4N 5K1LLZ
Super #1
Joined in Sep 2005
Lives in Orlando, FL
Hosted on SH63
2,656 posts
Gave thanks: 81
Thanked 128 times
|
This could probably be totally wrong to whats going on, but from the above it said "access denied with code 403", which is a permissions problem. Did you set certain permissions to this file?
Other then that, I found this really useful article on it, hopefully it helps. =) ONLamp.com -- Introducing mod_security |
|
|
|
|
|
#7 (permalink) | |
|
Surpass Fan
Comfy Contributor
Joined in Feb 2004
Lives in Norfolk, England
Hosted on Pass32
165 posts
Gave thanks: 22
Thanked 18 times
|
Quote:
Code:
SecFilterSelective REMOTE_ADDR ^196.168.0.1$ allow Regards, Jonathan
__________________
Server: Pass32 and dedicated server |
|
|
|
|
|
|
#8 (permalink) | |
|
DemonicAngel
Super #1
Joined in Aug 2004
Lives in Wherever The World Takes Me
Hosted on Pass76
1,829 posts
Gave thanks: 26
Thanked 35 times
|
Quote:
It doesn't seem to care for what's placed in the .htaccess. Has anyone else tried 2.5? I had 2.5.0 installed, and I'm going to upgrade it to 2.5.1... I'm thinking of going and trying there 1.9.* or 2.1.* What version does surpass have installed? |
|
|
|
|