mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
ed3ab565f9
Support STAGE PR: ports/187029
25 lines
668 B
Plaintext
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
|