|
2.1.1 - Prerequisites |
Top Previous Next |
|
Minimal Requirements
Important! Please ensure that your server has met the minimal requirements before installation. The most up-to-date requirements can be found on our web site. Requirements are subject to changes without notice.
http://www.mediaroad.com/products/speedcheck/requirements/
You are required to have decent knowledge of Linux/Unix and server administration.
Ensure PHP is working properly
To ensure your PHP is functioning, save the following code as test.php and use your browser to test it, http://speedcheck.yourserver.com/test.php
<html> <?php phpinfo(); ?> </html>
You should see a bunch of server variables like the following screen shot. If not, there is something wrong with your setup, refer to the PHP and Apache installation guide at http://www.php.net and http://www.apache.org
|