forked from Lainports/freebsd-ports
18 lines
337 B
Text
18 lines
337 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To make net2ftp available through your Apache web server,
|
|
add something similar to the following to httpd.conf:
|
|
|
|
Alias /net2ftp/ "%%WWWDIR%%/"
|
|
|
|
<Directory "%%WWWDIR%%/">
|
|
Options none
|
|
AllowOverride Limit
|
|
Order Deny,Allow
|
|
Deny from all
|
|
Allow from 127.0.0.1 .example.com
|
|
</Directory>
|
|
EOM
|
|
}
|
|
]
|