1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net-mgmt/flowviewer/files/pkg-message.in
Mark Felder ed3ab565f9 Update to 4.3
Support STAGE

PR:		ports/187029
2014-03-03 14:21:44 +00:00

25 lines
668 B
Plaintext

%%PKGNAME%% has been installed into:
%%FLOWVIEWERDIR%%
Please copy FlowViewer_Configuration.pm.dist to FlowViewer_Configuration.pm
and edit it to suit your needs.
To make FlowViewer available through your web site, I suggest
that you add something like the following to httpd.conf:
Alias /FlowViewer/ "%%FLOWVIEWERDIR%%/"
<Directory "%%FLOWVIEWERDIR%%/">
Options +ExecCGI
AddHandler cgi-script .cgi
Order allow,deny
Allow from 127.0.0.1 .example.com
Deny from all
</Directory>
Then point your browser to 'http://myserver.domain.org/FlowViewer/FV.cgi'
You can find additional information in the %%DOCSDIR%%/README file