From: Gloria A. <got...@gm...> - 2006-12-18 03:21:01
|
Just in case anyone else encountered this problem, we've traced the cause of the problem to apache's mod_security. Adding the following lines to mod_security.conf fixed the problem. <Location /sql-ledger/> SecFilterEngine Off </Location> |