I use snort + mysql + base. Clicking at "[local]" of a signature at https://n22/base/base_stat_alerts.php apache tries to open https://n22/base/signatures/499.txt but displays then : Not Found The requested URL /base/signatures/499.txt was not found on this server. Apache Server at n22 Port 443 So my question: Why don't I have the directory /var/www/localhost/htdocs/base/signatures ?
Created attachment 104198 [details, diff] Allows users to install local signature documentation with USE flags This patch uses the Snort rules to provide local signature documentation for BASE. The signature docs will occupy ~15MB of disk space. To revert to the previous behavior, you can set USE="doc minimal". To prevent any documentation from being installed USE="-doc" is all that is necessary.
Created attachment 104199 [details, diff] re-implements two lines that were inadvertently deleted in the last patch
Implemented it a bit simpler Fixed in CVS, thanks for the good work :)