aboutsummaryrefslogtreecommitdiffstats
path: root/comms/atslog/files/pkg-message.in
blob: a9a20aff187467725775e60bb77e916701cd4d03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

To setup SQL tables for the ATSlog, please run:

%%DATADIR%%/sql/install-sql.pl %%PREFIX%%/etc/atslog.conf

Please edit  %%PREFIX%%/etc/atslog.conf  to suit your needs.

Don't forget to add  atslogd_enable="YES"  into your /etc/rc.conf.

To make ATSlog www interface available through your web site, I suggest
that you add something like the following to httpd.conf:

    Alias /atslog/ "%%PREFIX%%/www/atslog/"
    <Directory "%%PREFIX%%/www/atslog/">
    Options none
    AllowOverride Limit
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1 .example.com
    </Directory>

and then edit  %%PREFIX%%/www/atslog/include/config.inc.php