6

I have installed bugzilla on my cpanel. But while creating a new bug it display 406 error

Not Acceptable

An appropriate representation of the requested resource /bugzilla/post_bug.cgi could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Please give me a solution to solve this issue. I googled a lot and found that it can be a server issue. But i dont know how to resolve this on server.

Community
  • 1
  • 1
Ram
  • 71
  • 2

1 Answers1

3

Your are using mod_security?

Try see log file.

tail -f /usr/local/apache/logs/modsec_audit.log 
abkrim
  • 3,512
  • 7
  • 43
  • 69
  • i have added the code. SecFilterEngine Off SecFilterScanPOST Off in .htaccess file. but still my issue is not resolved. – Ram Dec 19 '12 at 10:05
  • mod_sexcurity.c it's for Old module. New Module don't work on htaccess You must see log, and get ID Rule and put this rule on modsec2.whitelist.conf or modsec2.user.conf (Depend your config) – abkrim Dec 20 '12 at 11:37