|
2.2.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/
Our setup is based on default installation of Windows, PHP and MySQL Server. You are required to have good knowledge of server administration.
Ensure PHP is working properly
We do not recommend to use IIS (Microsoft Internet Information Server) with PHP since it is not stable.
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
|