| Author |
Message |
Jacky intel inside

Joined: 01 Jan 2005 Posts: 3794
|
Posted: Sat Dec 23, 2006 1:34 am Post subject: mod_security |
|
|
I was trying to install the mxBB addon for phpBB, then suddenly I got a "403 Forbidden" when installing.
What happens was, I fill in the details, and clicked install.
The page refreshes. Nothing changes. Filled in the details again. Clicked install.
Then I get a "403 Forbidden".
Since CHMOD 644 works as 666, I don't think it's a CHMOD issue.
I asked at their support forum and they said 403 has got to do with the server.
Then they mentioned about mod_security.
Is mod_security turned on? And how would it affect my installation? It's just a standard MOD for phpBB. _________________ 3.141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825342
11706798214808651328230664709384460955058223172535940812848111745028410270193852110555964462294
89549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133
9360726024 |
|
| Back to top |
|
| |
LP-Trel Zen

Joined: 02 Dec 2002 Posts: 5751 Location: Nirvana by Boredom
|
Posted: Sat Dec 23, 2006 3:09 am Post subject: |
|
|
mod_security is part of the security system here at L2P.
Debugging the issue will require a support ticket so you had best open one up. _________________ * Knowledge Base * Wiki * Forum FAQs * |
|
| Back to top |
|
| |
Voldemort Unhandled Exception

Joined: 27 Apr 2005 Posts: 948 Location: In a Galaxy far, far away
|
Posted: Sun Dec 24, 2006 4:11 am Post subject: |
|
|
I remember Trel giving me some code to put on an .htaccess to shut mod_security off, I was getting some 403's too. The server suspected the users were trying to attack the server with an SQL injection, because some posts contained the word 'SELECT'
| Code: |
SecFilterEngine off
|
Of course, that's just temporary to finish the installation and then remove it from your .htaccess, because mod_security is a great security asset to have on your site, without which, it could make an easy target for hacker assaults.  _________________ It's beginning to look a lot like Christmas
Everywhere you go;
Take a look in the five and ten glistening once again
With candy canes and silver lanes aglow..
(It's beginning to look a lot like Christmas) |
|
| Back to top |
|
| |
Jacky intel inside

Joined: 01 Jan 2005 Posts: 3794
|
Posted: Mon Dec 25, 2006 3:18 am Post subject: |
|
|
| Voldemort wrote: | I remember Trel giving me some code to put on an .htaccess to shut mod_security off, I was getting some 403's too. The server suspected the users were trying to attack the server with an SQL injection, because some posts contained the word 'SELECT'
| Code: |
SecFilterEngine off
|
Of course, that's just temporary to finish the installation and then remove it from your .htaccess, because mod_security is a great security asset to have on your site, without which, it could make an easy target for hacker assaults.  | Thanks Voldemort. That did the work!
Now on to deleting the .htaccess.  _________________ 3.141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825342
11706798214808651328230664709384460955058223172535940812848111745028410270193852110555964462294
89549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133
9360726024 |
|
| Back to top |
|
| |
Voldemort Unhandled Exception

Joined: 27 Apr 2005 Posts: 948 Location: In a Galaxy far, far away
|
Posted: Mon Dec 25, 2006 7:24 am Post subject: |
|
|
Happy to have been helpful.
Merry Christmas!  _________________ It's beginning to look a lot like Christmas
Everywhere you go;
Take a look in the five and ten glistening once again
With candy canes and silver lanes aglow..
(It's beginning to look a lot like Christmas) |
|
| Back to top |
|
| |
|
|
|