blob: abb75fed05b2b7116a3bd719664f3e525d221c15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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>
|