You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
381 B
15 lines
381 B
## |
|
## flowscan-apache.conf -- Apache Configuration for Flowscan |
|
## |
|
|
|
RewriteEngine on |
|
|
|
RewriteRule ^/flowscan$ /openpkg-cgi/flowscan-cuflow.cgi [PT] |
|
Alias /flowscan/ @l_prefix@/var/flowscan/cuflow/web/ |
|
|
|
<Directory @l_prefix@/var/flowscan/cuflow/web/> |
|
Options +FollowSymLinks +Includes +Indexes |
|
AllowOverride None |
|
Allow from all |
|
</Directory> |
|
|
|
|