freebsd-ports/www/speedtest-mini/files/pkg-message.in
Steve Wills b798e1c94f - Update to 2.1.8
PR:		ports/155393
Submitted by:	Artem Naluzhnyy <tut@nhamon.com.ua>
Approved by:	maintainer timeout (>14 days)
2011-06-05 15:02:42 +00:00

21 lines
433 B
Text

Speedtest Mini has been installed into:
%%WWWDIR%%
Please edit php.ini to suit your needs.
To make speedtest available through your web site, I suggest
that you add something like the following to httpd.conf:
Alias /speedtest/ "%%WWWDIR%%/"
<Directory "%%WWWDIR%%/">
Options none
DirectoryIndex index.html
AllowOverride All
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
</Directory>