2016-06-23 12:12 GMT+02:00 Manish Rangari <linuxtricksfordev...@gmail.com>:
> Hello Luca, > > Thanks for your solution. This pretty much took care of the problem. But I > noticed that on even 404 error apache is not showing 404 but it is showing > 200 in access log. Is it correct? > This seems definitely wrong :) What status code do you get if you make a query by yourself using curl/wget/etc.. ? Moreover, what version of httpd are you running? I'd suggest also to increase LogLevel to trace8 (if possible or if you have a test environment) to track down what httpd is doing (https://httpd.apache.org/docs/current/mod/core.html#loglevel). Luca