22 lines
635 B
Text
22 lines
635 B
Text
|
|
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
|