summaryrefslogtreecommitdiff
path: root/ftp/net2ftp/files/pkg-message.in
blob: d3d6d9dcbf0b6310d61e6a2e1a9b3ab62c571d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{ 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
}
]