1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/net-mgmt/netams-front/files/pkg-message.in
Martin Wilke 1543d98ef3 NetAms Front - is an alternative to builtin web interface for NeTAMS software.
One of the main advantages of this interface is use of PHP for generation of
dynamic page allowing highly configurable web statistic available for system
administrator with NeTAMS.

Features:

- View traffic for all the configured networks and peers

- Manage accounting policies with web interface

- Manage NeTAMS peers: clusters, networks, groups, hosts and users with web
  interface

- NeTAMS database service

WWW: http://netams.it2k.ru

PR:		ports/134426
Submitted by:	Alexey V. Degtyarev
2009-05-10 22:36:07 +00:00

29 lines
689 B
Plaintext

*******************************************************************************
NetAms Front has been installed into:
%%WWWDIR%%
You can edit config.php to adjust some parameters to your network
configuration.
To access NetAms Front from web you may want to add the following configuration
to httpd.conf:
Alias /netams-front/ "%%WWWDIR%%/"
<Directory "%%WWWDIR%%/">
Options none
AllowOverride Limit
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
</Directory>
Try yet another NeTAMS web interface by pointing your browser to
http://localhost/netams-front/
*******************************************************************************