From: Jonas B. N. <jo...@io...> - 2006-12-18 20:25:33
|
Hi Gloria, This is quite interesting to me, since I currently have a dysfunctional installation of SQL-Ledger. I get internal server error everytime I add something to the database. This is most unfortunate since I am have all my accounting on this particular installation. What version of Apache ar you running? jonasbn On 18/12/2006, at 4.20, Gloria Ang wrote: > 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> > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > |