Web Hosting Talk







View Full Version : Not acceptable :406


LoganNZ
06-12-2004, 02:08 AM
Not Acceptable
An appropriate representation of the requested resource /billing/index.php could not be found on this server.

Getting that error , when i am configing Client Exec .

It has some thing to do with mod_security , this has been happening a lot .

What would client exec be trying to access ? i just need to find out what it is trying to access so i can stop mod_Security from causing this error.

Thanks

LoganNZ
06-12-2004, 02:11 AM
Sorry ! , Fixed it :)

Bashar
06-12-2004, 03:35 AM
but how ? :D

Zenutech
06-12-2004, 10:57 AM
What you should do is look at the logs of mod_security and it will tell you the problem, such as:

tail /usr/local/apache/logs/audit_log -n 200 , or wherever your log file is.
Then you can modify the mod_security configurations in your httpd.conf. - restart apache