2010-09-21 16:59:50 +02:00
|
|
|
|
|
|
|
Speedtest Mini has been installed into:
|
|
|
|
|
2011-06-05 17:02:42 +02:00
|
|
|
%%WWWDIR%%
|
2010-09-21 16:59:50 +02:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2011-06-05 17:02:42 +02:00
|
|
|
Alias /speedtest/ "%%WWWDIR%%/"
|
2010-09-21 16:59:50 +02:00
|
|
|
|
2011-06-05 17:02:42 +02:00
|
|
|
<Directory "%%WWWDIR%%/">
|
2010-09-21 16:59:50 +02:00
|
|
|
Options none
|
|
|
|
DirectoryIndex index.html
|
|
|
|
AllowOverride All
|
|
|
|
|
|
|
|
Order Deny,Allow
|
|
|
|
Deny from all
|
|
|
|
Allow from 127.0.0.1 .example.com
|
|
|
|
</Directory>
|