summaryrefslogtreecommitdiff
path: root/databases/acid/MESSAGE
blob: 9184286b85b7de1594c648367eb29418afe63fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
===========================================================================
$NetBSD: MESSAGE,v 1.2 2005/09/28 14:15:48 rillig Exp $

You will need to make ACID accessible through your HTTP server.
If you are running Apache and ap-php, then you may copy:

	${EXDIR}/acid.conf

to ${PKG_SYSCONFDIR}/httpd and add the following line to httpd.conf:

	Include ${PKG_SYSCONFDIR}/httpd/acid.conf

to make ACID accessible through:

	http://www.domain.com/acid/

You will need to customise ${ACID_DIR}/acid_conf.php before
ACID will work.  This includes setting up database access.
For detailed instructions see:

	http://www.andrew.cmu.edu/~rdanyliw/snort/acid_config.html

===========================================================================