![]() |
Installing webpagetest private instance on windows - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Private Instances (/forumdisplay.php?fid=12) +--- Thread: Installing webpagetest private instance on windows (/showthread.php?tid=12942) |
Installing webpagetest private instance on windows - tusharsappal - 04-28-2014 08:10 PM Hi can some one please list the steps to configure and install webpagetest steps I am facing some configuration issues. I am using WAMP and the www folder when I open in my web browser the index.php is not correctly rendered RE: Installing webpagetest private instance on windows - pmeenan - 04-29-2014 05:16 AM You need to update the apache configuration to point to the www directory as the document directory. RE: Installing webpagetest private instance on windows - tusharsappal - 04-29-2014 04:42 PM Actually I am using WAMP on my local setup and I just copied and pasted the contents of webpagetest in www directory of wamp , I believe that is inbuilt in the WAMP , but I see that the webpages are not rendered and the webpages are unresponsive . Could please suggest in plain terms the steps to configure the webpagetest in WAMP enviroment if possible . The steps would be a great help for me to setup at my end RE: Installing webpagetest private instance on windows - prashrathod7 - 11-02-2014 05:23 AM Changes in httpd.conf file un-comment AddType text/html .shtml AddOutputFilter INCLUDES .shtml also add AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps RE: Installing webpagetest private instance on windows - pmeenan - 11-04-2014 02:13 AM @prashrathod7 why? None of those look like they would be needed or even make sense for a WPT install. - There are no .shtml files - .php files will go through cgi and should not be returned by the server at all |