mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
1543d98ef3
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
29 lines
689 B
Plaintext
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/
|
|
|
|
*******************************************************************************
|