PLA Forums

Other Stuff That Has Little To Do With PLA => Techinical Shit => Technical Support => Topic started by: silentfreak on August 25, 2006, 05:17:04 PM

Title: mod_security
Post by: silentfreak on August 25, 2006, 05:17:04 PM
I am experiencing problems because of this.  Problems include weird "403" or access denied errors, login problems, and similar.  My host has blocked and filtered certain keywords.  When I e-mailed them they said it was their mod_security that was filtering certain requests.  Is there anyway around this without changing hosts?
Title: Re: mod_security
Post by: gabigabihey on August 25, 2006, 05:24:59 PM
odviously i have haxored you.
Title: Re: mod_security
Post by: gangals on August 25, 2006, 05:25:42 PM
....proxy ???
Title: Re: mod_security
Post by: tk on August 25, 2006, 05:26:47 PM
Try adding this into your root .htaccess file:
Code: [Select]
<IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterCheckURLEncoding Off
    SecFilterScanPOST Off
</IfModule>
Title: Re: mod_security
Post by: silentfreak on August 25, 2006, 05:57:29 PM
Try adding this into your root .htaccess file:
Code: [Select]
<IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterCheckURLEncoding Off
    SecFilterScanPOST Off
</IfModule>

That worked perfectly.  Thank you.

Now I have another dilema.  I need to make my attachments folder chmod 777.  Isn't that a security risk?
Title: Re: mod_security
Post by: tk on August 26, 2006, 10:45:22 PM
Now I have another dilema.  I need to make my attachments folder chmod 777.  Isn't that a security risk?
Maybe, maybe not. If you're on a shared system, a user may be able to navigate into that directory, but your host probably set the permissions so only you can access your home directory.
Title: Re: mod_security
Post by: ryanfido on August 29, 2006, 06:53:16 PM
odviously i have haxored you.


you cant even spell 403, noob.
Title: Re: mod_security
Post by: . on October 12, 2006, 08:06:17 AM
 I've got the same issue and I need to ask for a password renew every time I log in; RBCP are you having authentication problems in your server or is something that happens only to me?
Title: Re: mod_security
Post by: rbcp on October 12, 2006, 08:49:18 AM
I've got the same issue and I need to ask for a password renew every time I log in; RBCP are you having authentication problems in your server or is something that happens only to me?

Not that I know of.  I've never had problems with it.  I'm never been asked to re-login.
Title: Re: mod_security
Post by: silentneep on October 12, 2006, 08:52:50 AM
I got asked once, like a week and a half ago.  My first thought was, "Did I do something while I was drunk that was z09-caliber?"