View Single Post
  #25  
Old 04-29-2009, 06:17 AM
muiruri muiruri is offline
Member
 
Join Date: Jun 2008
Posts: 32
For some reason customers with joomla sites when they try to log on to their joomla administrator section/control panel...

http://customer-domain.com/administrator/

get following error;

---

406 Not Acceptable
This request is not acceptable

---

Found this is related to mod_security therefore when I add following lines in .htaccess for this specific domain.

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

All works fine.

My questions are;

(a) Is there a place in LSWS 4.0.2 menu options to turn mod_sec off for specific host or domain? Or any better ideas to deal with this one pl'se ?

(b) On this server last thing we did was to upgrading openSSL to latest verion 0.9.8k, and starting getting this problem.
Reply With Quote