Hi WAF-FLE guys!
First of all, congrats for this great project, I love the WAF-FLE monitor.
The problem: Recently I have tested the new release candidate version of WAF-FLE ( 0.6.0-rc2) on a Debian 6 distro with apache 2.4.3, php 5.4.8 and mysql 5.5.28, I saw that WAF-FLE needs new dependences to install but i made the monitor to function. (ie. GeoIP)
When I login into WAF-FLE and I click in the Dashboard tab I cant see the statistical graphics of the web traffic nor the Events tab, the only thing I can see is the error "HTTP/1.1 500 Internal Server Error".
Watching my error and access logs I realize that such error doesnt appear in the error log but in the access log. The only I can see in my access log is:
IP - sensor_name [date] "PUT /controller/ HTTP/1.1" 500 296
IP - sensor_name [date] "PUT /controller/ HTTP/1.1" 500 296
IP - sensor_name [date] "PUT /controller/ HTTP/1.1" 500 296
IP - sensor_name [date] "PUT /controller/ HTTP/1.1" 500 296
IP - sensor_name [date] "PUT /controller/ HTTP/1.1" 500 296
IP - sensor_name [date] "PUT /controller/ HTTP/1.1" 500 296
IP - sensor_name [date] "PUT /controller/ HTTP/1.1" 500 296
IP - sensor_name [date] "PUT /controller/ HTTP/1.1" 500 296
IP - sensor_name [date] "PUT /controller/ HTTP/1.1" 500 296
IP - sensor_name [date] "PUT /controller/ HTTP/1.1" 500 296
IP - sensor_name [date] "PUT /controller/ HTTP/1.1" 500 296
Now Im confused about what is going on, the last stable version worked fine and showed the statistical graphics and the list of events.
Did someone of you have had experienced a similar situation?
Could you point me in the right way, Im out of ideas?
Thanks in advance guys.