ReferencePlatforms/Test/Win7 64-bit: Difference between revisions

Line 55: Line 55:
  mkdir c:/talos-slave/$BUILDDIR/talos
  mkdir c:/talos-slave/$BUILDDIR/talos
* Change DocumentRoot and 'C:/Program Files..." <Directory> tag to 'c:/talos-slave/$BUILDDIR/talos'.
* Change DocumentRoot and 'C:/Program Files..." <Directory> tag to 'c:/talos-slave/$BUILDDIR/talos'.
* Add an alias so Apache knows where the pageset is. Add this to your httpd.conf:
Alias /page_load_test/pages c:/pages
<Directory c:/pages>
    Options Indexes
    Order allow,deny
    Allow from all
</Directory>
* Restart Apache from the system tray icon
* Restart Apache from the system tray icon
* Test the install by browsing to 'http://localhost/page_load_test/framecycler.html'. You should see rapidly changing pages.
* Turn off logging, remove any lines that begin with "CustomLog"
* Turn off logging, remove any lines that begin with "CustomLog"
canmove, Confirmed users
6,439

edits