Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/ftp/net2ftp/files/pkg-message.in
16461 views
[
{ 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
}
]