pkgsrc/databases/acid/files/acid.conf
xtraeme ceb177290d Initial import of acid-0.9.6b23, from pkgsrc-wip packaged by Adrian
Portelli, with minor changes by me.

The Analysis Console for Intrusion Databases (ACID) is a PHP-based analysis
engine to search and process a database of security events generated by
various IDSes, firewalls, and network monitoring tools.

ACID has the ability to analyze a wide variety of events which are
post-processed into its database. Tools exist for the following formats:

- Snort
- logsnorter
2004-04-20 09:50:54 +00:00

14 lines
302 B
Text

# $NetBSD: acid.conf,v 1.1.1.1 2004/04/20 09:50:55 xtraeme Exp $
#
# ACID configuration file fragment for Apache
<IfModule mod_alias.c>
Alias /acid/ "@ACID_DIR@/"
</IfModule>
<Directory "@ACID_DIR@">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>