voroojax / waf-fle

Automatically exported from code.google.com/p/waf-fle
0 stars 0 forks source link

Typo in waf-fle.conf file preventing new sensor additions #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Fresh installation of waf-fle on RHEL 6.4 with Apache 2.4
2.After completing setup, add sensor
3.Addition eventually times out, apache error log displays PHP memory exceeded 
error.

What is the expected output? What do you see instead?
The creation of a new instance

What version of the product are you using? On what operating system?

Please provide any additional information below.
I found in the waf-fle.conf file that one of the rewrite rules is missing a 
letter:
RedirectMatch ^/dashboad$ /waf-fle/

Note, "dashboad" should read "dashboard"

Original issue reported on code.google.com by nichols....@gmail.com on 11 Jul 2014 at 8:51

GoogleCodeExporter commented 9 years ago
Hi, I believe I was mistaken that the typo caused the issue with adding a 
sensor.

The add sensor function fails when I attempt to add 10.0.0.0/16 as the ip 
address, but works fine if I leave the default of "ANY."  I have posted a 
screen capture showing the failure.

Original comment by nichols....@gmail.com on 11 Jul 2014 at 9:03

GoogleCodeExporter commented 9 years ago
Nichols, 

thanks for reporting. I found the problem and fix it. Next release will have 
this corrected, but if you need faster, check the github 
https://github.com/klaubert/waf-fle/tree/0.7.0-devel.

Best regards, 

Klauert

Original comment by klaub...@gmail.com on 14 Jul 2014 at 6:08