1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/comms/atslog/files/pkg-message.in
Martin Wilke 07ce1783fa - Update to 2.1.0
PR:             108469
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
2007-01-28 10:42:02 +00:00

23 lines
635 B
Plaintext

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